dev@glassfish.java.net

Re: REVIEW: pom.xml change to add ejb related GUI plugins

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 23 Jun 2009 13:48:20 -0700

Changes look fine. Thanks.

Anissa Lam wrote:
> Hi,
>
> I need to create 3 plugin modules for the console. There will be 3
> different sub modules under v3/admingui.
>
> changes to v3/admingui/pom.xml:
>
> ~/Awork/V3/v3/admingui 344) svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 28048)
> +++ pom.xml (working copy)
> @@ -86,7 +86,9 @@
> <module>community-theme</module>
> <module>web</module>
> <module>jdbc-gui</module>
> - <module>ejb-gui</module>
> + <module>ejb</module>
> + <module>ejb-lite</module>
> + <module>corba</module>
> <module>security</module>
> <module>updatecenter</module>
> <module>war</module>
>
> Attached are the pom.xml for the 3 submodules.
>
> thanks
> Anissa.