mcconnell 2003/08/25 15:30:59
Modified: merlin/merlin-plugin plugin.jelly
Log:
Update to use maven generated properties in preference to ant envioronment variables.
Revision Changes Path
1.26 +1 -2 avalon-sandbox/merlin/merlin-plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/avalon-sandbox/merlin/merlin-plugin/plugin.jelly,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- plugin.jelly 25 Aug 2003 16:38:42 -0000 1.25
+++ plugin.jelly 25 Aug 2003 22:30:59 -0000 1.26
@@ -67,8 +67,7 @@
<!--
Set the repository path.
-->
- <j:set var="merlin.repository.local" value="${env.MAVEN_HOME_LOCAL}"/>
- <j:set var="merlin.repository.local" value="${env.MAVEN_HOME}"/>
+ <j:set var="merlin.repository.local" value="${maven.home.local}"/>
<j:set var="merlin.repository.local" value="${maven.home}"/>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]