You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/03/11 17:10:35 UTC

svn commit: r516942 - /incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml

Author: meerajk
Date: Sun Mar 11 09:10:34 2007
New Revision: 516942

URL: http://svn.apache.org/viewvc?view=rev&rev=516942
Log:
Renamed main class in the mainfest.

Modified:
    incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml

Modified: incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml?view=diff&rev=516942&r1=516941&r2=516942
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml Sun Mar 11 09:10:34 2007
@@ -61,7 +61,7 @@
                 <configuration>
                     <archive>
                         <manifest>
-                            <mainClass>org.apache.tuscany.standalone.server.StartServer</mainClass>
+                            <mainClass>org.apache.tuscany.standalone.server.TuscanyServer</mainClass>
                             <addClasspath>true</addClasspath>
                             <classpathPrefix>../lib/</classpathPrefix>
                         </manifest>



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