brett 2004/03/21 18:27:59
Modified: src/bin Tag: MAVEN-1_0-BRANCH forehead.conf
Log:
roll back to grant beta-4.
According to CVS history, this was only introduced for Ant 1.6 support, and
it caused classloader issues. (maven test on j2ee plugin failed because XML
parsers were not passed along)
Revision Changes Path
No revision
No revision
1.21.4.4 +3 -1 maven/src/bin/forehead.conf
Index: forehead.conf
===================================================================
RCS file: /home/cvs/maven/src/bin/forehead.conf,v
retrieving revision 1.21.4.3
retrieving revision 1.21.4.4
diff -u -r1.21.4.3 -r1.21.4.4
--- forehead.conf 5 Mar 2004 10:26:43 -0000 1.21.4.3
+++ forehead.conf 22 Mar 2004 02:27:59 -0000 1.21.4.4
@@ -22,8 +22,10 @@
[root]
${tools.jar}
- ${maven.home}/lib/ant-*.jar
+ ${maven.home}/lib/commons-grant-1.0-beta-4.jar
+ ${maven.home}/lib/ant-1.5.3-1.jar
${maven.home}/lib/endorsed/xml-apis-1.0.b2.jar
+ ${maven.home}/lib/ant-optional-1.5.3-1.jar
${maven.home}/lib/endorsed/xerces-2.4.0.jar
[root.maven]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]