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 2006/05/16 07:19:48 UTC

svn commit: r406841 - in /incubator/tuscany/java/samples/sca/helloworldws: pom.xml src/test/

Author: jsdelfino
Date: Mon May 15 22:19:47 2006
New Revision: 406841

URL: http://svn.apache.org/viewcvs?rev=406841&view=rev
Log:
Fixed build error, incorrect test case was copied from the helloworld sample

Removed:
    incubator/tuscany/java/samples/sca/helloworldws/src/test/
Modified:
    incubator/tuscany/java/samples/sca/helloworldws/pom.xml

Modified: incubator/tuscany/java/samples/sca/helloworldws/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/sca/helloworldws/pom.xml?rev=406841&r1=406840&r2=406841&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldws/pom.xml Mon May 15 22:19:47 2006
@@ -27,6 +27,10 @@
     <description>A sample HelloWorld Web Service.</description>
     <version>incubating-M1</version>
 
+    <properties>
+        <ws.type>axis2</ws.type>
+    </properties>
+
     <dependencies>
     
         <dependency>