proyal 2002/08/01 13:45:40
Modified: . build.xml
Log:
change ${cornerstone.jar} to be the naked jar name.
the tokenized version is a fully-qualified path which
does not work inside that include block
Revision Changes Path
1.4 +1 -1 jakarta-avalon-apps/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 26 Jul 2002 14:21:58 -0000 1.3
+++ build.xml 1 Aug 2002 20:45:40 -0000 1.4
@@ -208,7 +208,7 @@
</lib>
<lib dir="${common.lib}">
- <include name="${cornerstone.jar}"/>
+ <include name="cornerstone.jar"/>
</lib>
</sar>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>