[jbosstools-commits] JBoss Tools SVN: r24314 - in trunk: build and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Aug 19 19:40:03 EDT 2010
Author: dgolovin
Date: 2010-08-19 19:40:03 -0400 (Thu, 19 Aug 2010)
New Revision: 24314
Modified:
trunk/build/pom.xml
trunk/pom.xml
Log:
usage added to aggregator projects pom.xml and build/pom.xml
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2010-08-19 23:37:45 UTC (rev 24313)
+++ trunk/build/pom.xml 2010-08-19 23:40:03 UTC (rev 24314)
@@ -601,8 +601,16 @@
<module>../runtime</module>
</modules>
</profile>
-
<profile>
+ <id>usage</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>../usage</module>
+ </modules>
+ </profile>
+ <profile>
<id>site</id>
<activation>
<activeByDefault>true</activeByDefault>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-08-19 23:37:45 UTC (rev 24313)
+++ trunk/pom.xml 2010-08-19 23:40:03 UTC (rev 24314)
@@ -52,6 +52,7 @@
<module>deltacloud</module>
<module>drools</module>
<module>runtime</module>
+ <module>usage</module>
<module>site</module>
</modules>
<profiles>
More information about the jbosstools-commits
mailing list