[weld-commits] Weld SVN: r6992 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Aug 19 22:37:00 EDT 2010


Author: dan.j.allen
Date: 2010-08-19 22:37:00 -0400 (Thu, 19 Aug 2010)
New Revision: 6992

Modified:
   archetypes/javaee6-webapp/trunk/pom.xml
Log:
grammar


Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml	2010-08-20 02:36:46 UTC (rev 6991)
+++ archetypes/javaee6-webapp/trunk/pom.xml	2010-08-20 02:37:00 UTC (rev 6992)
@@ -86,7 +86,7 @@
       </dependency>
 
       <!-- Need to use the injectable logger in Weld Extensions -->
-      <!-- Switch scope to provided if server provides slf4j; JBoss AS provides it; GlassFish provides it if you have the Hibernate JPA provider installed -->
+      <!-- Switch scope to provided if server provides slf4j; JBoss AS provides it; GlassFish provides it if the Hibernate JPA provider is installed -->
       <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
@@ -94,7 +94,7 @@
          <scope>compile</scope>
       </dependency>
 
-      <!-- Remove if server provides slf4j; JBoss AS provides it; GlassFish provides it if you have the Hibernate JPA provider installed -->
+      <!-- Remove if server provides slf4j; JBoss AS provides it; GlassFish provides it if the Hibernate JPA provider is installed -->
       <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-jdk14</artifactId>



More information about the weld-commits mailing list