donaldp 2002/07/07 01:38:12
Modified: fortress build.xml default.properties
Log:
Update to use XMLUtil rather than XMLBundle.
Revision Changes Path
1.26 +2 -2 jakarta-avalon-excalibur/fortress/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 27 Jun 2002 17:26:15 -0000 1.25
+++ build.xml 7 Jul 2002 08:38:12 -0000 1.26
@@ -37,7 +37,7 @@
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${excalibur-cache.jar}"/>
<pathelement location="${excalibur-monitor.jar}"/>
- <pathelement location="${excalibur-xmlbundle.jar}"/>
+ <pathelement location="${excalibur-xmlutil.jar}"/>
<pathelement location="${excalibur-scratchpad.jar}"/>
<pathelement location="${excalibur-concurrent.jar}"/>
<pathelement location="${xalan.jar}"/>
@@ -80,7 +80,7 @@
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCache"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkMonitor"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkXMLBundle"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkXMLUtil"/>
</target>
1.17 +3 -3 jakarta-avalon-excalibur/fortress/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- default.properties 24 Jun 2002 14:40:26 -0000 1.16
+++ default.properties 7 Jul 2002 08:38:12 -0000 1.17
@@ -106,9 +106,9 @@
excalibur-monitor.jar=${excalibur-monitor.lib}/excalibur-monitor-1.0.jar
# ----- Excalibur XMLBundle, version 1.0 or later -----
-excalibur-xmlbundle.home=${basedir}/../xmlbundle/dist
-excalibur-xmlbundle.lib=${excalibur-xmlbundle.home}
-excalibur-xmlbundle.jar=${excalibur-xmlbundle.lib}/excalibur-xmlbundle-1.0.jar
+excalibur-xmlutil.home=${basedir}/../xmlutil/dist
+excalibur-xmlutil.lib=${excalibur-xmlutil.home}
+excalibur-xmlutil.jar=${excalibur-xmlutil.lib}/excalibur-xmlutil-1.0.jar
# ----- Excalibur Concurrent, version 1.0 or later -----
excalibur-concurrent.home=${basedir}/../concurrent/dist
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>