Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: - upgrade to 0.6

...

Then you'll have a Jar file called oodt-pushpull-plugins-core-0.46-SNAPSHOT.jar.
You can use it 2 ways:

  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.apacheextras.oodt</groupId>
       <artifactId>oodt-pushpull-plugins-core</artifactId>
       <version>0.46-SNAPSHOT</version>
     </dependency>