[weld-commits] Weld SVN: r5283 - in archetypes/trunk/jsf: jee-minimal/src/main/resources/archetype-resources and 1 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Dec 14 14:08:40 EST 2009


Author: dan.j.allen
Date: 2009-12-14 14:08:39 -0500 (Mon, 14 Dec 2009)
New Revision: 5283

Modified:
   archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
   archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
   archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml
Log:
comment


Modified: archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml	2009-12-14 12:16:21 UTC (rev 5282)
+++ archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml	2009-12-14 19:08:39 UTC (rev 5283)
@@ -1,5 +1,5 @@
-## Custom Velocity declaration to allow us to escape EL expressions.  
-## Removes archetype warnings about unrecognized variables.
+## Custom Velocity declaration to allow us to escape Maven variable placeholders
+## Prevents archetype warnings about unrecognized variables
 #set( $expr_start = '${' )
 #set( $expr_end = '}' )
 <?xml version="1.0" encoding="UTF-8"?>

Modified: archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml	2009-12-14 12:16:21 UTC (rev 5282)
+++ archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml	2009-12-14 19:08:39 UTC (rev 5283)
@@ -1,5 +1,5 @@
-## Custom Velocity declaration to allow us to escape EL expressions.  
-## Removes archetype warnings about unrecognized variables.
+## Custom Velocity declaration to allow us to escape Maven variable placeholders
+## Prevents archetype warnings about unrecognized variables.
 #set( $expr_start = '${' )
 #set( $expr_end = '}' )
 <?xml version="1.0" encoding="UTF-8"?>

Modified: archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml	2009-12-14 12:16:21 UTC (rev 5282)
+++ archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml	2009-12-14 19:08:39 UTC (rev 5283)
@@ -1,3 +1,5 @@
+## Custom Velocity declaration to allow us to escape Maven variable placeholders
+## Prevents archetype warnings about unrecognized variables
 #set( $expr_start = '${' )
 #set( $expr_end = '}' )
 <?xml version="1.0" encoding="UTF-8"?>



More information about the weld-commits mailing list