Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix namespace

...

  1. drop that Jar file into $PUSHPULL_HOME/lib, and then reference the new
    FTP plugins in the PushPull Protocols.xml file.
  2. use it in your Maven2 project by adding a dependency on:
    Code Block
    xml
    xml
    <dependency>
       <groupId>org.apacheapacheextras.oodt</groupId>
       <artifactId>oodt-pushpull-plugins-core</artifactId>
       <version>0.4-SNAPSHOT</version>
     </dependency>