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/09/15 02:32:14 UTC

svn commit: r575833 - in /incubator/tuscany/java/sca/modules/implementation-bpel: pom.xml src/test/resources/helloworld.bpel

Author: lresende
Date: Fri Sep 14 17:32:13 2007
New Revision: 575833

URL: http://svn.apache.org/viewvc?rev=575833&view=rev
Log:
Fixing HelloWorld case issues, as it was breaking linux build

Modified:
    incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml
    incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/helloworld.bpel

Modified: incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml?rev=575833&r1=575832&r2=575833&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml Fri Sep 14 17:32:13 2007
@@ -385,7 +385,7 @@
 						<id>generate-bpel-helloworld</id>
 						<phase>generate-sources</phase>
 						<configuration>
-							<schemaFile>${basedir}/src/test/resources/HelloWorld.wsdl</schemaFile>
+							<schemaFile>${basedir}/src/test/resources/helloworld.wsdl</schemaFile>
 							<targetDirectory>${basedir}/target/wsdl2java-source</targetDirectory>
 							<prefix>HelloWorld</prefix>
 							<noNotification>true</noNotification>
@@ -407,7 +407,7 @@
 						<configuration>
 							<wsdlFiles>
 								<wsdlFile>
-									<fileName>${basedir}/src/test/resources/HelloWorld.wsdl</fileName>
+									<fileName>${basedir}/src/test/resources/helloworld.wsdl</fileName>
 								</wsdlFile>
 							</wsdlFiles>
 						</configuration>

Modified: incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/helloworld.bpel
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/helloworld.bpel?rev=575833&r1=575832&r2=575833&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/helloworld.bpel (original)
+++ incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/helloworld.bpel Fri Sep 14 17:32:13 2007
@@ -26,7 +26,7 @@
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
 
-  <import location="HelloWorld.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"
+  <import location="helloworld.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"
      namespace="file:///home/mriou/dev/projects/ode/distro-axis2/src/examples/HelloWorld2/HelloWorld2.wsdl"/>
 
    <partnerLinks>



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