You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/05/24 10:19:46 UTC

svn commit: r541226 - /incubator/tuscany/java/sca/samples/helloworld-jsonrpc/build.xml

Author: lresende
Date: Thu May 24 01:19:45 2007
New Revision: 541226

URL: http://svn.apache.org/viewvc?view=rev&rev=541226
Log:
Tuscany 1298 patch from Simon Nash

Modified:
    incubator/tuscany/java/sca/samples/helloworld-jsonrpc/build.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-jsonrpc/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-jsonrpc/build.xml?view=diff&rev=541226&r1=541225&r2=541226
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-jsonrpc/build.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-jsonrpc/build.xml Thu May 24 01:19:45 2007
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<project name="calculator-web" default="package">
+<project name="helloworld-jsonrpc" default="package">
     <property name="settings.localRepository" value="./repo" />
     <property name="artifactId" value="sample-helloworld-jsonrpc" />
 	
@@ -58,6 +58,7 @@
              webxml="src/main/webapp/WEB-INF/web.xml">
             <fileset dir="src/main/webapp"/>
             <zipfileset dir="../../modules" prefix="WEB-INF/lib">
+                <include name="sca-api-0.90-incubating-SNAPSHOT.jar"/>
                 <include name="tuscany-assembly-1.0-incubating-SNAPSHOT.jar"/>
                 <include name="tuscany-assembly-xml-1.0-incubating-SNAPSHOT.jar"/>
                 <include name="tuscany-binding-jsonrpc-1.0-incubating-SNAPSHOT.jar"/>
@@ -85,7 +86,6 @@
             <lib dir="../../lib">
                 <include name="commonj-api-1.0-incubating-SNAPSHOT.jar"/>
                 <include name="json-rpc-1.0.jar"/>
-                <include name="sca-api-1.0-incubating-SNAPSHOT.jar"/>
                 <include name="stax-api-1.0.1.jar"/>
                 <include name="wsdl4j-1.6.2.jar"/>
                 <include name="wstx-asl-3.2.0.jar"/>



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