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.