[jboss-cvs] Picketlink SVN: r356 - idm/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 10 10:15:56 EDT 2010


Author: bdaw
Date: 2010-08-10 10:15:56 -0400 (Tue, 10 Aug 2010)
New Revision: 356

Modified:
   idm/trunk/pom.xml
Log:
- add 'all' build profile that includes all modules

Modified: idm/trunk/pom.xml
===================================================================
--- idm/trunk/pom.xml	2010-08-10 14:06:43 UTC (rev 355)
+++ idm/trunk/pom.xml	2010-08-10 14:15:56 UTC (rev 356)
@@ -44,6 +44,15 @@
          </modules>
       </profile>
       <profile>
+         <id>all</id>
+         <modules>
+            <module>example/simple</module>
+            <module>example/auth</module>
+            <module>example/auth-simple</module>
+            <module>assembly</module>
+         </modules>
+      </profile>
+      <profile>
          <id>distro</id>
          <modules>
             <module>parent</module>



More information about the jboss-cvs-commits mailing list