dain 2004/02/19 00:59:15
Modified: . maven.xml
Log:
Added application to default list of module.types
Revision Changes Path
1.68 +2 -2 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- maven.xml 18 Feb 2004 22:15:34 -0000 1.67
+++ maven.xml 19 Feb 2004 08:59:15 -0000 1.68
@@ -94,7 +94,7 @@
-->
<j:if test="${context.getVariable('module.types') == null}">
- <j:set var="module.types" value="modules,specs"/>
+ <j:set var="module.types" value="modules,specs,applications"/>
</j:if>
<j:if test="${context.getVariable('modules') == null}">