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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Nov 24 14:17:34 EST 2010


Author: dan.j.allen
Date: 2010-11-24 14:17:33 -0500 (Wed, 24 Nov 2010)
New Revision: 7096

Modified:
   archetypes/javaee6-webapp/trunk/pom.xml
Log:
remove include filter causing problems in Eclipse import


Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml	2010-11-24 19:17:03 UTC (rev 7095)
+++ archetypes/javaee6-webapp/trunk/pom.xml	2010-11-24 19:17:33 UTC (rev 7096)
@@ -148,9 +148,11 @@
                   <configuration>
                      <compilerArgument>-proc:only</compilerArgument>
                      <!-- If your app has multiple packages, use this include filter to execute the processor only on the package containing your entities -->
+                     <!--
                      <includes>
                         <include>**/model/*.java</include>
                      </includes>
+                     -->
                   </configuration>
                   <goals>
                      <goal>compile</goal>



More information about the weld-commits mailing list