jefft 02/04/09 05:08:06
Modified: thread default.properties
Log:
Fix path to threadcontext, and prepend with for when calling from root
Revision Changes Path
1.4 +2 -2 jakarta-avalon-excalibur/thread/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/default.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- default.properties 9 Apr 2002 10:29:56 -0000 1.3
+++ default.properties 9 Apr 2002 12:08:06 -0000 1.4
@@ -21,12 +21,12 @@
avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
# ----- Excalibur ThreadContext, version 1.0 or later -----
-excalibur-threadcontext.home=../threadcontext
+excalibur-threadcontext.home=${basedir}/../threadcontext/dist
excalibur-threadcontext.lib=${excalibur-threadcontext.home}
excalibur-threadcontext.jar=${excalibur-threadcontext.lib}/excalibur-threadcontext-1.0.jar
# ----- Excalibur pool, version 1.0 or later -----
-excalibur-pool.home=../pool/dist
+excalibur-pool.home=${basedir}/../pool/dist
excalibur-pool.lib=${excalibur-pool.home}
excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>