Since Jruby and Jython has been removed from the distributions, there
is no need for v3/admingui project to build these plugin modules.
I am removing these 2 modules from the list.
Please review.
%svn diff v3/admingui/pom.xml
Index: v3/admingui/pom.xml
===================================================================
--- v3/admingui/pom.xml (revision 40587)
+++ v3/admingui/pom.xml (working copy)
@@ -101,8 +101,10 @@
<module>corba</module>
<module>full</module>
<module>updatecenter</module>
- <module>jruby</module>
- <module>jython</module>
+ <!-- this has been removed from the distribution, no need to build
this at all.
+ <module>jruby</module>
+ <module>jython</module>
+ -->
<module>war</module>
<module>dist-fragment</module>
</modules>
thanks
Anissa