This change-bundle adds build.xml rules that produce a binary
distribution of webclient. Next step is to get mozilla 1.7 building on my machine, then get webclient to compile with it, then do a 2.0a2 release. M build.xml - incorporate re-added dist directory A dist/build.xml - create a binary distribution A dist/webclient-dist.xml - build.xml file for the test browser in the distribution git-svn-id: svn://10.0.0.236/trunk@162967 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
|
||||
<project name="java.supplement" default="main" basedir=".">
|
||||
|
||||
<property name="Name" value="java.supplement"/>
|
||||
<property name="name" value="java.supplement"/>
|
||||
<property name="version" value="20020930"/>
|
||||
<property name="Name" value="Webclient"/>
|
||||
<property name="name" value="webclient"/>
|
||||
<property name="version" value="20040929"/>
|
||||
|
||||
<!-- ************ Per user local properties ******************************* -->
|
||||
|
||||
@@ -88,6 +88,8 @@
|
||||
|
||||
<ant dir="${basedir}/webclient" target="clean"/>
|
||||
|
||||
<ant dir="${basedir}/dist" target="clean"/>
|
||||
|
||||
</target>
|
||||
|
||||
<target name="dist">
|
||||
|
||||
Reference in New Issue
Block a user