You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2007/05/18 18:01:05 UTC

svn commit: r539540 - /incubator/yoko/trunk/bindings/pom.xml

Author: bravi
Date: Fri May 18 11:01:03 2007
New Revision: 539540

URL: http://svn.apache.org/viewvc?view=rev&rev=539540
Log:
Update to the bindings pom to replace the -o flag with the -w flag for the wsdltoidl tool.

Modified:
    incubator/yoko/trunk/bindings/pom.xml

Modified: incubator/yoko/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/pom.xml?view=diff&rev=539540&r1=539539&r2=539540
==============================================================================
--- incubator/yoko/trunk/bindings/pom.xml (original)
+++ incubator/yoko/trunk/bindings/pom.xml Fri May 18 11:01:03 2007
@@ -240,7 +240,7 @@
                                     <wsdl>${basedir}/target/generated/src/test/resources/wsdl/type_test/type_test_corba_inc.wsdl</wsdl>
                                     <corbabinding>true</corbabinding>
                                     <extraargs>
-                                        <extraarg>-o</extraarg>
+                                        <extraarg>-w</extraarg>
                                         <extraarg>type_test_corba.wsdl</extraarg>
                                         <extraarg>-b</extraarg>
                                         <extraarg>TypeTestCORBABinding</extraarg>