bloritsch 2003/03/04 20:14:57
Modified: datasource default.properties build.xml
Log:
changes to build
Revision Changes Path
1.19 +1 -10 avalon-excalibur/datasource/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/datasource/default.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- default.properties 5 Mar 2003 04:10:03 -0000 1.18
+++ default.properties 5 Mar 2003 04:14:57 -0000 1.19
@@ -34,7 +34,7 @@
# ----- Excalibur instrument, version 1.0 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-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-1.0.jar
# --------------------------------------------------
# OPTIONAL LIBRARIES
@@ -57,15 +57,6 @@
excalibur-logger.lib=${excalibur-logger.home}
excalibur-logger.jar=${excalibur-logger.lib}/excalibur-logger-1.0.jar
-# ----- Excalibur Concurrent, version 1.0 or later -----
-excalibur-concurrent.home=${basedir}/../concurrent/dist
-excalibur-concurrent.lib=${excalibur-concurrent.home}
-excalibur-concurrent.jar=${excalibur-concurrent.lib}/excalibur-concurrent-1.0.jar
-
-# ----- Excalibur collections, version 1.0 or later -----
-excalibur-collections.home=${basedir}/../collections/dist
-excalibur-collections.lib=${excalibur-collections.home}
-excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
# --------------------------------------------------
1.35 +0 -4 avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/datasource/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.xml 5 Mar 2003 04:10:03 -0000 1.34
+++ build.xml 5 Mar 2003 04:14:57 -0000 1.35
@@ -37,8 +37,6 @@
<pathelement location="${excalibur-testcase.jar}"/>
<pathelement location="${excalibur-component.jar}"/>
<pathelement location="${excalibur-logger.jar}"/>
- <pathelement location="${excalibur-concurrent.jar}"/>
- <pathelement location="${excalibur-collections.jar}"/>
<pathelement location="${test.jdbc.driver.jar}"/>
<path refid="project.class.path"/>
</path>
@@ -63,8 +61,6 @@
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkTestcase"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkComponent"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogger"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkConcurrent"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCollections"/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]