You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/01/14 14:42:34 UTC

svn commit: r611794 - /incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-jms/build.xml

Author: slaws
Date: Mon Jan 14 05:42:33 2008
New Revision: 611794

URL: http://svn.apache.org/viewvc?rev=611794&view=rev
Log:
Fix project and jar name

Modified:
    incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-jms/build.xml

Modified: incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-jms/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-jms/build.xml?rev=611794&r1=611793&r2=611794&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-jms/build.xml (original)
+++ incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service-jms/build.xml Mon Jan 14 05:42:33 2008
@@ -16,9 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<project name="helloworld-ws-service" default="compile">
+<project name="helloworld-ws-service-jms" default="compile">
     <property name="test.class" value="helloworld.HelloWorldServer" />
-	<property name="test.jar"   value="sample-helloworld-ws-service.jar" />
+	<property name="test.jar"   value="sample-helloworld-ws-service-jms.jar" />
 	
     <target name="init">
         <mkdir dir="target/classes"/>



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