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:
parent
20af506b75
commit
57eecf99be
1 changed files with 10 additions and 11 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue