You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/06/13 04:24:42 UTC

svn commit: r546709 - /incubator/tuscany/java/sca/pom.xml

Author: jsdelfino
Date: Tue Jun 12 19:24:41 2007
New Revision: 546709

URL: http://svn.apache.org/viewvc?view=rev&rev=546709
Log:
Added a distribution profile to the main SCA build, including the distribution module.

Modified:
    incubator/tuscany/java/sca/pom.xml

Modified: incubator/tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=546709&r1=546708&r2=546709
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Tue Jun 12 19:24:41 2007
@@ -56,6 +56,16 @@
                 <module>itest</module>
             </modules>
         </profile>
+
+        <profile>
+            <id>distribution</id>
+            <modules>
+                <module>modules</module>
+                <module>samples</module>
+                <module>itest</module>
+                <module>distribution</module>
+            </modules>
+        </profile>
     </profiles>
 
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org