bloritsch 2003/03/18 09:16:31
Modified: fortress build.xml default.properties
Log:
add tools into distribution
Revision Changes Path
1.79 +1 -1 avalon-excalibur/fortress/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/fortress/build.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- build.xml 18 Mar 2003 17:11:09 -0000 1.78
+++ build.xml 18 Mar 2003 17:16:30 -0000 1.79
@@ -458,7 +458,7 @@
</target>
<!-- Creates a mini jar-only distribution -->
- <target name="dist-jar" depends="big-jar">
+ <target name="dist-jar" depends="big-jar, tools-jar">
<mkdir dir="${dist.dir}"/>
<copy todir="${dist.dir}">
<fileset dir="${build.lib}">
1.69 +1 -4 avalon-excalibur/fortress/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/fortress/default.properties,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- default.properties 18 Mar 2003 17:11:09 -0000 1.68
+++ default.properties 18 Mar 2003 17:16:30 -0000 1.69
@@ -107,16 +107,13 @@
excalibur-component.home=${basedir}/../component/dist
excalibur-component.lib=${excalibur-component.home}
excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.1.jar
+excalibur-testcase.jar=${excalibur-component.lib}/excalibur-testcase-1.1.jar
# ----- Excalibur cache, version 1.0 or later -----
excalibur-cache.home=${basedir}/../cache/dist
excalibur-cache.lib=${excalibur-cache.home}
excalibur-cache.jar=${excalibur-cache.lib}/excalibur-cache-1.0a.jar
-# ----- Excalibur Testcase, version 1.0 or later -----
-excalibur-testcase.home=${basedir}/../testcase/dist
-excalibur-testcase.lib=${excalibur-testcase.home}
-excalibur-testcase.jar=${excalibur-testcase.lib}/excalibur-testcase-1.0.jar
# ----- Excalibur Monitor, version 1.0 or later -----
excalibur-monitor.home=${basedir}/../monitor/dist
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]