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:38:32 UTC

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

Author: nash
Date: Tue Oct 26 10:38:32 2010
New Revision: 1027455

URL: http://svn.apache.org/viewvc?rev=1027455&view=rev
Log:
Merge r1002086 Add main class so that a run target is generated in build.xml

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

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml?rev=1027455&r1=1027454&r2=1027455&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml Tue Oct 26 10:38:32 2010
@@ -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>