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:
edburns%acm.org
2004-09-29 19:53:55 +00:00
parent 980c3e2f5f
commit 345b146479
3 changed files with 189 additions and 3 deletions

View File

@@ -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">