dev@glassfish.java.net

Re: [action] pom.xml review

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Mon, 29 Jun 2009 16:24:26 -0500

ping

Note this is just a clean-up the pom.xml - there are no .properties or
.xml files in src/main/java so removing this section should have no
effect on the build. The soon-to-be-checked-in new file in
src/main/resources will be picked up automatically as Marina reminded me.

Thanks.

- tim
>
> Index: web/gui-plugin-common/pom.xml
> ===================================================================
> --- web/gui-plugin-common/pom.xml (revision 28225)
> +++ web/gui-plugin-common/pom.xml (working copy)
> @@ -60,17 +60,6 @@
> </developer>
> </developers>
> - <build>
> - <resources>
> - <resource>
> - <directory>src/main/java</directory>
> - <includes>
> - <include>**/*.properties</include>
> - <include>**/*.xml</include>
> - </includes>
> - </resource>
> - </resources>
> - </build>
> <dependencies>
> <dependency>
> <groupId>com.sun.enterprise</groupId>
>