[jbosstools-commits] JBoss Tools SVN: r24076 - trunk/build.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Aug 11 21:03:24 EDT 2010
Author: dgolovin
Date: 2010-08-11 21:03:24 -0400 (Wed, 11 Aug 2010)
New Revision: 24076
Modified:
trunk/build/pom.xml
Log:
build/pom.xml errors are fixed:
-profiler and struts profiles included modules
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2010-08-11 23:09:56 UTC (rev 24075)
+++ trunk/build/pom.xml 2010-08-12 01:03:24 UTC (rev 24076)
@@ -272,7 +272,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>../jsf</module>
+ <module>../struts</module>
</modules>
</profile>
@@ -294,7 +294,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>../portlet</module>
+ <module>../profiler</module>
</modules>
</profile>
@@ -463,7 +463,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>../ws</module>
+ <module>../tptp</module>
</modules>
</profile>
More information about the jbosstools-commits
mailing list