jvanzyl 2004/05/07 11:01:42
Modified: maven-core/src/bin classworlds.conf
Log:
o take advantage of a feature added to classworlds which allows the setting
of system properties with instructions in the classworlds.conf, this means
that m2 no longer requires the specification of an envar to run.
Revision Changes Path
1.5 +4 -2 maven-components/maven-core/src/bin/classworlds.conf
Index: classworlds.conf
===================================================================
RCS file: /home/cvs/maven-components/maven-core/src/bin/classworlds.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- classworlds.conf 3 May 2004 03:47:51 -0000 1.4
+++ classworlds.conf 7 May 2004 18:01:42 -0000 1.5
@@ -1,4 +1,6 @@
-main is org.apache.maven.MavenCli from root
+main is org.apache.maven.MavenCli from core
-[root]
+set maven.home using ${user.home}/maven.properties default ${user.home}/m2
+
+[core]
load ${maven.home}/lib/*.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]