Author: dan.j.allen
Date: 2008-11-24 12:09:07 -0500 (Mon, 24 Nov 2008)
New Revision: 9615
Modified:
trunk/seam-gen/resources/components-dev.properties
trunk/seam-gen/resources/components-prod.properties
trunk/seam-gen/resources/components-test.properties
Log:
correct comment
backslash unnecessary
Modified: trunk/seam-gen/resources/components-dev.properties
===================================================================
--- trunk/seam-gen/resources/components-dev.properties 2008-11-24 17:07:49 UTC (rev 9614)
+++ trunk/seam-gen/resources/components-dev.properties 2008-11-24 17:09:07 UTC (rev 9615)
@@ -1,4 +1,3 @@
-# The pattern in components.xml is replaced by an application server specific value in
the ant build. This value is used for running tests
-
-jndiPattern @projectName@/\#{ejbName}/local
-debug true
+# These properties are used to replace Ant-style tokens in the component descriptor
(components.xml) at runtime.
+jndiPattern=@projectName@/#{ejbName}/local
+debug=true
Modified: trunk/seam-gen/resources/components-prod.properties
===================================================================
--- trunk/seam-gen/resources/components-prod.properties 2008-11-24 17:07:49 UTC (rev
9614)
+++ trunk/seam-gen/resources/components-prod.properties 2008-11-24 17:09:07 UTC (rev
9615)
@@ -1,4 +1,3 @@
-# The pattern in components.xml is replaced by an application server specific value in
the ant build. This value is used for running tests
-
-jndiPattern @projectName@/\#{ejbName}/local
-debug false
+# These properties are used to replace Ant-style tokens in the component descriptor
(components.xml) at runtime.
+jndiPattern=@projectName@/#{ejbName}/local
+debug=false
Modified: trunk/seam-gen/resources/components-test.properties
===================================================================
--- trunk/seam-gen/resources/components-test.properties 2008-11-24 17:07:49 UTC (rev
9614)
+++ trunk/seam-gen/resources/components-test.properties 2008-11-24 17:09:07 UTC (rev
9615)
@@ -1,4 +1,3 @@
-# The pattern in components.xml is replaced by an application server specific value in
the ant build. This value is used for running tests
-
-jndiPattern \#{ejbName}/local
-debug true
+# These properties are used to replace Ant-style tokens in the component descriptor
(components.xml) at runtime.
+jndiPattern=#{ejbName}/local
+debug=true
Show replies by date