Changeset 82

Show
Ignore:
Timestamp:
11/16/05 00:34:19 (3 years ago)
Author:
dsandler
Message:

Oops---the jar snapshot target didn't depend on the jars, so the 0.6.0 "jar"
release contained old versions of ftproxy.jar and ftpublisher.jar (not updated
to the very latest version!).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedtree/trunk/build.xml

    r74 r82  
    272272    </target> 
    273273 
    274     <target name="snap.jar"
     274    <target name="snap.jar" depends="jar"
    275275        <!-- Create the distribution directory --> 
    276276        <mkdir dir="${dist}"/>