You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/01 12:26:32 UTC

svn commit: r820598 - /tuscany/java/sca/pom.xml

Author: antelder
Date: Thu Oct  1 10:26:31 2009
New Revision: 820598

URL: http://svn.apache.org/viewvc?rev=820598&view=rev
Log:
Add a profile for just the JMS modules to experiment with using extensions separately

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=820598&r1=820597&r2=820598&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Thu Oct  1 10:26:31 2009
@@ -518,6 +518,16 @@
             </build>
         </profile>
 
+        <profile>
+            <id>jms</id>
+            <modules>
+                <module>modules/binding-jms</module>
+                <module>modules/binding-jms-runtime</module>
+                <!-- module>samples/webapps/helloworld-jms</module -->
+                <module>itest/jms</module>
+            </modules>
+        </profile>
+
     </profiles>