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/08/07 19:21:38 UTC

svn commit: r563570 - /myfaces/trinidad/tags/trinidad-1.0.2/pom.xml

Author: matzew
Date: Tue Aug  7 10:21:36 2007
New Revision: 563570

URL: http://svn.apache.org/viewvc?view=rev&rev=563570
Log:
assembly profile added...

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

Modified: myfaces/trinidad/tags/trinidad-1.0.2/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.0.2/pom.xml?view=diff&rev=563570&r1=563569&r2=563570
==============================================================================
--- myfaces/trinidad/tags/trinidad-1.0.2/pom.xml (original)
+++ myfaces/trinidad/tags/trinidad-1.0.2/pom.xml Tue Aug  7 10:21:36 2007
@@ -518,4 +518,14 @@
 -->
   </distributionManagement>
 
+  <profiles>
+    <profile>
+      <id>generate-assembly</id>
+      <modules>
+        <module>trinidad-assembly</module>
+        <module>trinidad-examples</module>
+      </modules>
+    </profile>
+  </profiles>
+
 </project>