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/09/28 12:01:49 UTC

svn commit: r1002086 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml

Author: nash
Date: Tue Sep 28 10:01:49 2010
New Revision: 1002086

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

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

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml?rev=1002086&r1=1002085&r2=1002086&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml Tue Sep 28 10:01:49 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>