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