summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 09:55:30 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 09:55:30 +0000
commit5c1ef59dd91288a0261d88f9c46b6b5411300cef (patch)
tree5a22fc89d0760630b2fb0c3f9cf01e1d0fe6b14f /sca-java-1.x
parent23db75bab05f4530548d3759ae3c372bb021acee (diff)
Add run targets to launch the nodes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml
index 14a0950ef7..f5c1c8517f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml
@@ -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>