leif 2003/09/30 23:51:42
Modified: instrument-manager build.xml default.properties
Log:
Update the location of the framework jar now that it have been split into api
and impl jars.
Revision Changes Path
1.46 +3 -2 avalon-excalibur/instrument-manager/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument-manager/build.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- build.xml 1 Aug 2003 06:22:09 -0000 1.45
+++ build.xml 1 Oct 2003 06:51:42 -0000 1.46
@@ -13,7 +13,8 @@
<!-- Classpath for product -->
<path id="project.class.path">
<pathelement location="${build.classes}"/>
- <pathelement location="${avalon-framework.jar}"/>
+ <pathelement location="${avalon-framework-api.jar}"/>
+ <pathelement location="${avalon-framework-impl.jar}"/>
<pathelement location="${altrmi-common.jar}"/>
<pathelement location="${altrmi-server-impl.jar}"/>
<pathelement location="${altrmi-server-interfaces.jar}"/>
@@ -38,7 +39,7 @@
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkFrameworkAPI"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkInstrument"/>
</target>
1.20 +1 -12 avalon-excalibur/instrument-manager/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument-manager/default.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- default.properties 24 Jul 2003 16:15:15 -0000 1.19
+++ default.properties 1 Oct 2003 06:51:42 -0000 1.20
@@ -17,20 +17,9 @@
# REQUIRED LIBRARIES
# --------------------------------------------------
# ----- Avalon Framework, version 4.1 or later -----
-avalon-framework.home=${basedir}/../../avalon
-avalon-framework.lib=${avalon-framework.home}/target/lib
-avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
-
# ----- AltRMI -----
-altrmi.home=${basedir}/../lib
-altrmi.version=0.9.6
-altrmi-common.jar=${altrmi.home}/altrmi-common-${altrmi.version}.jar
-altrmi-server-impl.jar=${altrmi.home}/altrmi-server-impl-${altrmi.version}.jar
-altrmi-server-interfaces.jar=${altrmi.home}/altrmi-server-interfaces-${altrmi.version}.jar
-
# ----- Excalibur Instrument -----
-excalibur-instrument.home=${basedir}/../instrument/dist
-excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-1.0.jar
+# defined in ../libraries.properties
# --------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]