donaldp 01/03/28 17:41:31
Modified: . build.xml
Log:
Added avalonapi.jar and phoenix-client.jar proeprties to overide the locations of
these libraries.
Revision Changes Path
1.9 +11 -2 jakarta-avalon-cornerstone/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 2001/03/16 13:17:41 1.8
+++ build.xml 2001/03/29 01:41:30 1.9
@@ -69,8 +69,13 @@
<property name="dist.name" value="${Name}-${version}"/>
<property name="dist.base" value="distributions"/>
+ <property name="avalonapi.jar" value="${lib.dir}/avalonapi.jar"/>
+ <property name="phoenix-client.jar" value="${lib.dir}/phoenix-client.jar"/>
+
<path id="project.class.path">
<pathelement path="${java.class.path}" />
+ <pathelement location="${avalonapi.jar}"/>
+ <pathelement location="${phoenix-client.jar}"/>
<fileset dir="${lib.dir}">
<include name="*.jar" />
</fileset>
@@ -180,7 +185,6 @@
<exclude name="**/demos/**"/>
</jar>
-
<jar jarfile="${build.lib}/cornerstone.bar"
basedir="${build.classes}"
manifest="${manifest.dir}/cornerstone.mf">
@@ -403,7 +407,7 @@
<property name="install.dir" value="../jakarta-avalon-phoenix/dist"/>
<echo message="install.dir not specified." />
- <echo message="Guessing install.dir=${install.dir} not specified." />
+ <echo message="Guessing install.dir=${install.dir}" />
</target>
@@ -449,9 +453,14 @@
<fileset dir="${tools.dir}"/>
</copy>
+<!--
<copy todir="${src.dist.lib}">
<fileset dir="${lib.dir}"/>
</copy>
+-->
+
+ <copy file="${avalonapi.jar}" tofile="${src.dist.lib}/avalonapi.jar">
+ <copy file="${phoenix-client.jar}" tofile="${src.dist.lib}/phoenix-client.jar">
<copy todir="${src.dist.src}">
<fileset dir="${src.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]