dev@glassfish.java.net

[action - please review] pom change for deployment/javaee-full

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Sun, 26 Apr 2009 10:18:09 -0500

This module (deployment/javaee-full) currently has no properties files
in src/main/java and we need to add a LocalStrings.properties. It
should go in the resources subdir instead of the java subdir, so the
non-default resources setting needs to be removed from the pom so the
default resources handling will capture the new LocalStrings.properties
file fromthe resources subdir.

Thanks.

- Tim

Index: pom.xml
===================================================================
--- pom.xml (revision 26628)
+++ pom.xml (working copy)
@@ -79,17 +79,6 @@
         </developer>
     </developers>
 
- <build>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resource>
- </resources>
- </build>
-
     <dependencies>
        <dependency>
             <groupId>org.glassfish</groupId>