You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/18 11:33:36 UTC

svn commit: r370114 - /incubator/servicemix/trunk/tooling/servicemix-web/maven.xml

Author: foconer
Date: Wed Jan 18 02:33:27 2006
New Revision: 370114

URL: http://svn.apache.org/viewcvs?rev=370114&view=rev
Log:
correction on sm package.

Modified:
    incubator/servicemix/trunk/tooling/servicemix-web/maven.xml

Modified: incubator/servicemix/trunk/tooling/servicemix-web/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/servicemix-web/maven.xml?rev=370114&r1=370113&r2=370114&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/servicemix-web/maven.xml (original)
+++ incubator/servicemix/trunk/tooling/servicemix-web/maven.xml Wed Jan 18 02:33:27 2006
@@ -8,7 +8,7 @@
 
     <echo>Running the Web Application</echo>
 
-    <java classname="org.servicemix.web.JettyServer" fork="yes" maxmemory="100M">
+    <java classname="org.apache.servicemix.web.JettyServer" fork="yes" maxmemory="100M">
       <classpath refid="test.classpath"/>
       <sysproperty key="derby.system.home" value="target/derby"/>
       <sysproperty key="derby.storage.fileSyncTransactionLog" value="true"/>