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 2008/01/04 00:00:16 UTC

svn commit: r608668 - /incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml

Author: jsdelfino
Date: Thu Jan  3 15:00:15 2008
New Revision: 608668

URL: http://svn.apache.org/viewvc?rev=608668&view=rev
Log:
Minor simplification of pom.xml.

Modified:
    incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml?rev=608668&r1=608667&r2=608668&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml Thu Jan  3 15:00:15 2008
@@ -145,11 +145,7 @@
 				<executions>
 					<execution>
 						<configuration>
-							<wsdlFiles>
-								<wsdlFile>
-									<fileName>${basedir}/src/main/resources/helloworld.wsdl</fileName>
-								</wsdlFile>
-							</wsdlFiles>
+							<wsdlFile>${basedir}/src/main/resources/helloworld.wsdl</wsdlFile>
 						</configuration>
 						<goals>
 							<goal>generate</goal>



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