dev@glassfish.java.net

Please review pom.xml changes for admingui

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Tue, 04 Aug 2009 08:45:49 -0700

Hi,

I need to split out the transaction service configuration from
console-web-plugin to its own, namely console-jts-plugin.
Here is the diff for adding that module to v3/admingui/pom.xml and
attached is the pom.xml for this new module.
Please review.

thanks
Anissa.

Index: admingui/pom.xml
===================================================================
--- admingui/pom.xml (revision 30105)
+++ admingui/pom.xml (working copy)
@@ -85,6 +85,7 @@
         <module>core</module>
         <module>community-theme</module>
         <module>web</module>
+ <module>jts</module>
         <module>jdbc</module>
         <module>jca</module>
         <module>jms-plugin</module>