hammant 2003/02/08 08:58:12
Modified: . Tag: RELEASE_402-branch ant.properties.sample
build.xml project.properties
Added: lib Tag: RELEASE_402-branch excalibur-thread-1.1.jar
Removed: lib Tag: RELEASE_402-branch excalibur-thread-1.0.jar
Log:
upgrade thread jar and playwith beanshell launch
Revision Changes Path
No revision
No revision
1.14.2.3 +2 -2 avalon-phoenix/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/avalon-phoenix/ant.properties.sample,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -r1.14.2.2 -r1.14.2.3
--- ant.properties.sample 8 Feb 2003 15:36:22 -0000 1.14.2.2
+++ ant.properties.sample 8 Feb 2003 16:58:11 -0000 1.14.2.3
@@ -62,7 +62,7 @@
# ----- Kernel Type -----
# Uncomment these two use BeanShell enhanced Kernel.
# It overrides that from project.properties.
-# You'll also need bsh-1.2b6.jar for compilation dependancies.
+# You'll also need bsh-1.2b7.jar for compilation dependancies.
#beanshell.jars
#kernel.impl.class=org.apache.avalon.phoenix.components.kernel.beanshell.BeanShellKernel
1.164.2.12 +3 -0 avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-phoenix/build.xml,v
retrieving revision 1.164.2.11
retrieving revision 1.164.2.12
diff -u -r1.164.2.11 -r1.164.2.12
--- build.xml 28 Oct 2002 19:47:49 -0000 1.164.2.11
+++ build.xml 8 Feb 2003 16:58:11 -0000 1.164.2.12
@@ -23,6 +23,7 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
+
<property file="ant.properties"/>
<property file="${user.home}/.ant.properties"/>
@@ -65,6 +66,8 @@
<!-- Invoke 'ant get-mx4j' to get these -->
<property name="mx4j.jar" value="mx4j/mx4j-1.1.1/lib/mx4j-jmx.jar"/>
<property name="mx4j-tools.jar" value="mx4j/mx4j-1.1.1/lib/mx4j-tools.jar"/>
+
+ <property name="kernel.impl.class"
value="org.apache.avalon.phoenix.components.kernel.DefaultKernel"/>
<path id="project.class.path">
<pathelement location="${xerces.jar}"/>
1.6.2.5 +0 -3 avalon-phoenix/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/avalon-phoenix/project.properties,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- project.properties 16 Dec 2002 00:46:17 -0000 1.6.2.4
+++ project.properties 8 Feb 2003 16:58:11 -0000 1.6.2.5
@@ -12,9 +12,6 @@
cvs=jakarta-avalon-phoenix
# This potentially overridden by the same property in ant.properties
-kernel.impl.class=org.apache.avalon.phoenix.components.kernel.DefaultKernel
-
-# This potentially overridden by the same property in ant.properties
system.manager.impl.class=org.apache.avalon.phoenix.components.manager.NoopSystemManager
No revision
No revision
1.1.2.1 +0 -0 avalon-phoenix/lib/excalibur-thread-1.1.jar
<<Binary file>>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]