You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/01 15:13:40 UTC

svn commit: r552303 - /myfaces/trinidad/tags/trinidad-1.2.1/pom.xml

Author: matzew
Date: Sun Jul  1 06:13:40 2007
New Revision: 552303

URL: http://svn.apache.org/viewvc?view=rev&rev=552303
Log:
added profiles, for assembly

Modified:
    myfaces/trinidad/tags/trinidad-1.2.1/pom.xml

Modified: myfaces/trinidad/tags/trinidad-1.2.1/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.1/pom.xml?view=diff&rev=552303&r1=552302&r2=552303
==============================================================================
--- myfaces/trinidad/tags/trinidad-1.2.1/pom.xml (original)
+++ myfaces/trinidad/tags/trinidad-1.2.1/pom.xml Sun Jul  1 06:13:40 2007
@@ -487,4 +487,16 @@
     </snapshotRepository>
 -->
   </distributionManagement>
+
+
+  <profiles>
+    <profile>
+      <id>generate-assembly</id>
+      <modules>
+        <module>trinidad-assembly</module>
+        <module>trinidad-examples</module>
+      </modules>
+    </profile>
+  </profiles>
+
 </project>