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 2010/10/22 16:40:59 UTC

svn commit: r1026346 - /tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml

Author: slaws
Date: Fri Oct 22 14:40:59 2010
New Revision: 1026346

URL: http://svn.apache.org/viewvc?rev=1026346&view=rev
Log:
take account of the base-runtime-pom name change

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml?rev=1026346&r1=1026345&r2=1026346&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml Fri Oct 22 14:40:59 2010
@@ -81,7 +81,7 @@
               failonerror="true">
             <classpath>  
                 <pathelement location="target/${jar.name}"/>
-                <path refid="tuscany-base-runtime.path"/>
+                <path refid="tuscany-base-runtime-pom.path"/>
                 <path refid="tuscany-binding-ws-runtime-axis2.path"/>
                 <path refid="tuscany-host-jetty.path"/>
             </classpath> 
@@ -95,8 +95,8 @@
               failonerror="true">
             <classpath>  
                 <pathelement location="target/${jar.name}"/>
-                <fileset dir="${tuscany.home}/features/tuscany-base-runtime">
-                   <include name="tuscany-base-runtime-manifest.jar" />
+                <fileset dir="${tuscany.home}/features/tuscany-base-runtime-pom">
+                   <include name="tuscany-base-runtime-pom-manifest.jar" />
                 </fileset>
                 <fileset dir="${tuscany.home}/features/tuscany-binding-rmi-runtime">
                    <include name="tuscany-binding-rmi-runtime-manifest.jar" />