cleaned up, arranged paths, added libs; package building should be much easier now. started with ftp support (not working yet)

This commit is contained in:
Tobi Schäfer 2001-08-08 11:28:51 +00:00
parent 20af506b75
commit 57eecf99be

View file

@ -57,7 +57,6 @@
<fileset dir="${build.checkout}/hop" <fileset dir="${build.checkout}/hop"
includes="helma/**/*.java,FESI/**/*.java,Acme/**/*.java"/> includes="helma/**/*.java,FESI/**/*.java,Acme/**/*.java"/>
</copy> </copy>
</target> </target>
<!-- =================================================================== --> <!-- =================================================================== -->
@ -117,7 +116,6 @@
<rmic classname="helma.framework.core.Application" base="${build.dest}"/> <rmic classname="helma.framework.core.Application" base="${build.dest}"/>
<rmic classname="helma.image.Server" base="${build.dest}"/> <rmic classname="helma.image.Server" base="${build.dest}"/>
<rmic classname="helma.image.RemoteImage" base="${build.dest}"/> <rmic classname="helma.image.RemoteImage" base="${build.dest}"/>
</target> </target>
<!-- =================================================================== --> <!-- =================================================================== -->
@ -223,7 +221,9 @@
</ftp> </ftp>
</target> </target>
<!-- =================================================================== -->
<!-- This is just a test -->
<!-- =================================================================== -->
<target name="ftp-test" depends=""> <target name="ftp-test" depends="">
<ftp server="piefke.helma.at" <ftp server="piefke.helma.at"
userid="anonymous" userid="anonymous"
@ -234,7 +234,6 @@
</ftp> </ftp>
</target> </target>
</project> </project>