leif 2002/08/06 09:27:51
Modified: xmlbundle build.xml default.properties
Log:
Merge the ICM into the ECM.
Revision Changes Path
1.30 +2 -1 jakarta-avalon-excalibur/xmlbundle/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build.xml 26 Jul 2002 15:20:35 -0000 1.29
+++ build.xml 6 Aug 2002 16:27:51 -0000 1.30
@@ -14,6 +14,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${logkit.jar}"/>
<pathelement location="${avalon-framework.jar}"/>
+ <pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${excalibur-component.jar}"/>
<pathelement location="${excalibur-xmlutil.jar}"/>
<pathelement location="${excalibur-logger.jar}"/>
@@ -61,7 +62,7 @@
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkComponent"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkXMLUtil"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkSourceResolve"/>
-
+
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredFile">
<property name="proj.jar.name" value="xerces.jar"/>
1.16 +5 -0 jakarta-avalon-excalibur/xmlbundle/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/default.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- default.properties 29 Jul 2002 10:44:01 -0000 1.15
+++ default.properties 6 Aug 2002 16:27:51 -0000 1.16
@@ -30,6 +30,11 @@
excalibur-logger.lib=${excalibur-logger.home}
excalibur-logger.jar=${excalibur-logger.lib}/excalibur-logger-1.0.jar
+# ----- Excalibur instrument, version 0.3 or later -----
+excalibur-instrument.home=${basedir}/../instrument/dist
+excalibur-instrument.lib=${excalibur-instrument.home}
+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
+
# ----- Excalibur component, version 1.0 or later -----
excalibur-component.home=${basedir}/../component/dist
excalibur-component.lib=${excalibur-component.home}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>