henning 2004/05/23 03:52:06
Modified: extensions/maven-plugin/src/plugin-resources/maven Tag:
TURBINE_2_3_BRANCH project.properties
Log:
rework template for project.properties
Revision Changes Path
No revision
No revision
1.1.2.3 +14 -4
jakarta-turbine-2/extensions/maven-plugin/src/plugin-resources/maven/project.properties
Index: project.properties
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/extensions/maven-plugin/src/plugin-resources/maven/project.properties,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- project.properties 19 May 2004 15:24:31 -0000 1.1.2.2
+++ project.properties 23 May 2004 10:52:06 -0000 1.1.2.3
@@ -19,11 +19,15 @@
# -------------------------------------------------------------------
#
-# The following variables are needed by the Runtime maven tasks besides
+# The application name is needed by some META goals besides turbine:setup.
+turbine.app.name = @TURBINE_APP_NAME@
+
+#
+# The following variables are needed by the Runtime maven goals besides
# turbine:setup. This is a subset of the variables in setup.properties
-# which are only read when turbine:setup is run.
+# which are only read when turbine:setup is run. These can be changed
+# after turbine:setup has been run.
#
-turbine.app.name = @TURBINE_APP_NAME@
turbine.app.package = @TURBINE_APP_PACKAGE@
turbine.app.om.name = @TURBINE_APP_OM_NAME@
turbine.app.om.package = @TURBINE_APP_OM_PACKAGE@
@@ -31,6 +35,12 @@
turbine.app.om.security.package = @TURBINE_APP_OM_SECURITY_PACKAGE@
turbine.app.inplace = @TURBINE_APP_INPLACE@
turbine.app.inplace.dir = @TURBINE_APP_INPLACE_DIR@
+
+#
+# Don't change these values unless you know what you're doing. They
+# define the location of various parts of your application for the META
+# plugin.
+#
turbine.plugin.src.schema = @TURBINE_PLUGIN_SRC_SCHEMA@
turbine.plugin.src.templates = @TURBINE_PLUGIN_SRC_TEMPLATES@
turbine.plugin.src.conf = @TURBINE_PLUGIN_SRC_CONF@
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]