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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Dec 17 13:14:43 EST 2009


Author: dan.j.allen
Date: 2009-12-17 13:14:43 -0500 (Thu, 17 Dec 2009)
New Revision: 5329

Modified:
   archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt
   archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/readme.txt
Log:
remove variable references


Modified: archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/readme.txt
===================================================================
--- archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/readme.txt	2009-12-17 17:35:33 UTC (rev 5328)
+++ archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/readme.txt	2009-12-17 18:14:43 UTC (rev 5329)
@@ -40,7 +40,7 @@
  To deploy the application to JBoss AS (standalone), first make sure that the
  JBOSS_HOME environment variable points to a JBoss AS 6.0 installation.
  Alternatively, you can set the location of JBoss AS using the following
- profile defintion in your $HOME/.m2/settings.xml file:
+ profile defintion in the .m2/settings.xml file in your home directory:
 
 <?xml version="1.0" encoding="UTF-8"?>
 <settings
@@ -55,7 +55,7 @@
             <activeByDefault>true</activeByDefault>
          </activation>
          <properties>
-            <jboss.home>${user.home}/opt/jboss-as-6.0.0.M1</jboss.home>
+            <jboss.home>/path/to/jboss-as-6.0.0.M1</jboss.home>
          </properties>
       </profile>
    </profiles>

Modified: archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt
===================================================================
--- archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt	2009-12-17 17:35:33 UTC (rev 5328)
+++ archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt	2009-12-17 18:14:43 UTC (rev 5329)
@@ -39,7 +39,7 @@
  To deploy the application to JBoss AS (standalone), first make sure that the
  JBOSS_HOME environment variable points to a JBoss AS 6.0 installation.
  Alternatively, you can set the location of JBoss AS using the following
- profile defintion in your $HOME/.m2/settings.xml file:
+ profile defintion in the .m2/settings.xml file in your home directory:
 
 <?xml version="1.0" encoding="UTF-8"?>
 <settings
@@ -54,7 +54,7 @@
             <activeByDefault>true</activeByDefault>
          </activation>
          <properties>
-            <jboss.home>${user.home}/opt/jboss-as-6.0.0.M1</jboss.home>
+            <jboss.home>/path/to/jboss-as-6.0.0.M1</jboss.home>
          </properties>
       </profile>
    </profiles>



More information about the weld-commits mailing list