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

svn commit: r1027452 - /tuscany/sca-java-1.x/trunk/tutorials/store/domain/pom.xml

Author: nash
Date: Tue Oct 26 10:32:55 2010
New Revision: 1027452

URL: http://svn.apache.org/viewvc?rev=1027452&view=rev
Log:
Merge r1002083 Add run targets to launch the nodes

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/store/domain/pom.xml

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/domain/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/domain/pom.xml?rev=1027452&r1=1027451&r2=1027452&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/domain/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/domain/pom.xml Tue Oct 26 10:32:55 2010
@@ -212,7 +212,7 @@
                   <exclude>**/*.java</exclude>
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
-                  <exclude>build.xml</exclude>
+                  <exclude>build*.xml</exclude>
                   <exclude>target/**</exclude>
               </excludes>
           </resource>
@@ -227,6 +227,17 @@
                         <configuration>
                             <mainClass>launch.LaunchTutorialDomainManager</mainClass>
                             <pathToRootDir>../../..</pathToRootDir>
+                            <runTargets>
+                                <runCatalogs>launch.LaunchCatalogsNode</runCatalogs>
+                                <runCurrency>launch.LaunchCurrencyNode</runCurrency>
+                                <runStore>launch.LaunchStoreNode</runStore>
+                                <runStoreDB>launch.LaunchStoreDBNode</runStoreDB>
+                                <runStoreEnterprise>launch.LaunchStoreEnterpriseNode</runStoreEnterprise>
+                                <runStoreEU>launch.LaunchStoreEUNode</runStoreEU>
+                                <runStoreMerger>launch.LaunchStoreMergerNode</runStoreMerger>
+                                <runStoreSupplier>launch.LaunchStoreSupplierNode</runStoreSupplier>
+                                <runWarehouseSpring>launch.LaunchWarehouseSpring</runWarehouseSpring>
+                            </runTargets>
                         </configuration>
                         <goals>
                             <goal>generate</goal>