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"
|
||||
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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue