jefft 02/05/02 05:05:58
Modified: store build.xml default.properties ant.properties.sample
Log:
- Remove nonexistent dep on Pool
- Add framework.jar props to ant.properties.sample
Revision Changes Path
1.3 +0 -1 jakarta-avalon-excalibur/store/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2 May 2002 10:04:04 -0000 1.2
+++ build.xml 2 May 2002 12:05:58 -0000 1.3
@@ -38,7 +38,6 @@
<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="checkPool"/>
</target>
<target name="dependencies-test" depends="dist-jar, dependencies"
1.3 +0 -5 jakarta-avalon-excalibur/store/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/default.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- default.properties 2 May 2002 10:04:04 -0000 1.2
+++ default.properties 2 May 2002 12:05:58 -0000 1.3
@@ -20,11 +20,6 @@
avalon-framework.lib=${avalon-framework.home}/build/lib
avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
-# ----- Excalibur Pool, version 1.0 or later -----
-excalibur-pool.home=${basedir}/../pool/dist
-excalibur-pool.lib=${excalibur-pool.home}
-excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
-
# --------------------------------------------------
# Settings used to configure compile environment
1.2 +5 -1 jakarta-avalon-excalibur/store/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 2 May 2002 08:55:38 -0000 1.1
+++ ant.properties.sample 2 May 2002 12:05:58 -0000 1.2
@@ -10,7 +10,7 @@
# It is overridden by ../ant.properties and ~/build.properties
# It overrides all default.properties files and ~/.ant.properties
#
-# $Id: ant.properties.sample,v 1.1 2002/05/02 08:55:38 cziegeler Exp $
+# $Id: ant.properties.sample,v 1.2 2002/05/02 12:05:58 jefft Exp $
#
-----------------------------------------------------------------------------
# ----- Compile Control Flags -----
@@ -26,6 +26,10 @@
# REQUIRED LIBRARIES
# --------------------------------------------------
+# ----- Avalon Framework, version 4.1 or later -----
+avalon-framework.home=${basedir}/../../jakarta-avalon
+avalon-framework.lib=${avalon-framework.home}/build/lib
+avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
# --------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>