gdamour 2004/02/24 07:50:00
Modified: . maven.xml
Log:
Oops. It is a bad idea to also build the sandbox group.
Revision Changes Path
1.71 +2 -2 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- maven.xml 24 Feb 2004 15:01:12 -0000 1.70
+++ maven.xml 24 Feb 2004 15:50:00 -0000 1.71
@@ -90,7 +90,7 @@
-->
<j:if test="${context.getVariable('module.types') == null}">
- <j:set var="module.types"
value="modules,specs,applications,sandbox"/>
+ <j:set var="module.types" value="modules,specs,applications"/>
</j:if>
<j:if test="${context.getVariable('modules') == null}">