dev@glassfish.java.net

[REVIEW] web-embed/api/pom.xml

From: Amy Roh <Amelia.Roh_at_Sun.COM>
Date: Wed, 19 Aug 2009 14:09:31 -0700

Adding default-web.xml to web-embed resource bundle.

Index: web-embed/api/pom.xml
===================================================================
--- web-embed/api/pom.xml (revision 30575)
+++ web-embed/api/pom.xml (working copy)
@@ -70,6 +70,12 @@
      </developers>
      <build>
          <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*.xml</include>
+ </includes>
+ </resource>
          </resources>
          </build>
      <dependencies>

Thanks,
Amy