summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 10:38:32 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 10:38:32 +0000
commit3073bdac3b8a147d82a87b94c33ea47a43080c22 (patch)
tree2d5a39188ed5004d2e7f96ae34624b89abc405c5 /sca-java-1.x/trunk/tutorials
parent081d279c6cef0590c160e4a1232adf04bddbb16f (diff)
Merge r1002086 Add main class so that a run target is generated in build.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/store-client/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml b/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml
index e2945ed636..078186c6f3 100644
--- a/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml
@@ -99,7 +99,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>
@@ -112,6 +112,7 @@
<executions>
<execution>
<configuration>
+ <mainClass>launch.LaunchStoreClientNode</mainClass>
<pathToRootDir>../../..</pathToRootDir>
</configuration>
<goals>