You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/10/23 01:51:45 UTC

svn commit: r587295 - in /incubator/tuscany/java/sca/demos/tutorial/store: ./ build.xml pom.xml

Author: jsdelfino
Date: Mon Oct 22 16:51:45 2007
New Revision: 587295

URL: http://svn.apache.org/viewvc?rev=587295&view=rev
Log:
Changed pom.xml to generate build.xml.

Removed:
    incubator/tuscany/java/sca/demos/tutorial/store/build.xml
Modified:
    incubator/tuscany/java/sca/demos/tutorial/store/   (props changed)
    incubator/tuscany/java/sca/demos/tutorial/store/pom.xml

Propchange: incubator/tuscany/java/sca/demos/tutorial/store/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Oct 22 16:51:45 2007
@@ -11,4 +11,5 @@
 .settings
 .deployables
 .wtpmodules
+build.xml
 

Modified: incubator/tuscany/java/sca/demos/tutorial/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/tutorial/store/pom.xml?rev=587295&r1=587294&r2=587295&view=diff
==============================================================================
--- incubator/tuscany/java/sca/demos/tutorial/store/pom.xml (original)
+++ incubator/tuscany/java/sca/demos/tutorial/store/pom.xml Mon Oct 22 16:51:45 2007
@@ -101,6 +101,9 @@
                 <version>1.1-incubating-SNAPSHOT</version>
                 <executions>
                     <execution>
+                        <configuration>
+                            <mainClass>launch.Launch</mainClass>
+                        </configuration>
                         <goals>
                             <goal>generate</goal>
                         </goals>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org