mcconnell 2003/09/09 08:32:01
Modified: merlin/merlin-plugin plugin.jelly plugin.properties
Log:
Update plugin to be consitent with new -home pattern.
Revision Changes Path
1.29 +1 -1 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.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- plugin.jelly 26 Aug 2003 12:18:56 -0000 1.28
+++ plugin.jelly 9 Sep 2003 15:32:01 -0000 1.29
@@ -37,7 +37,7 @@
<goal name="merlin:execute" prereqs="merlin:prepare-context">
<merlin:kernel
repository="${merlin.repository.local}"
- home="${basedir}"
+ home="${merlin.basedir}"
anchor="${merlin.anchor}"
kernel="${merlin.kernel}"
target="${merlin.target}"
1.7 +6 -0 avalon-sandbox/merlin/merlin-plugin/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/avalon-sandbox/merlin/merlin-plugin/plugin.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plugin.properties 25 Aug 2003 16:38:42 -0000 1.6
+++ plugin.properties 9 Sep 2003 15:32:01 -0000 1.7
@@ -5,6 +5,12 @@
# -------------------------------------------------------------------
#
+# The working home directory.
+# The default value is ${basedir}/home
+#
+#merlin.basedir
+
+#
# The relative of absolute directory path that will for the anchor
# for the defintion of relative directory references used in option
# extension directory establishment. The default value is ${basedir}.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]