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 dm...@apache.org on 2006/04/04 12:00:52 UTC

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

Author: dmiddlem
Date: Tue Apr  4 05:00:51 2006
New Revision: 391279

URL: http://svn.apache.org/viewcvs?rev=391279&view=rev
Log:
Cleaned up binding pom.xml file to remove commented code

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

Modified: incubator/yoko/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/bindings/pom.xml?rev=391279&r1=391278&r2=391279&view=diff
==============================================================================
--- incubator/yoko/trunk/bindings/pom.xml (original)
+++ incubator/yoko/trunk/bindings/pom.xml Tue Apr  4 05:00:51 2006
@@ -84,31 +84,6 @@
                 </configuration>
             </plugin>
 
-<!--
-            <plugin>
-                <groupId>org.objectweb.celtix</groupId>
-                <artifactId>celtix-codegen-plugin</artifactId>
-                <version>${celtix.version}</version>
-                <executions>
-                    <execution>
-                        <id>generate-sources</id>
-                        <phase>generate-sources</phase>
-                        <configuration>
-                            <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>
-                            <xsdOptions>
-                                <xsdOption>
-                                    <xsd>${basedir}/src/main/resources/schemas/wsdl/corba-binding.xsd</xsd>
-                                </xsdOption>                                                                
-                            </xsdOptions>                            
-                        </configuration>
-                        <goals>
-                            <goal>xsdtojava</goal>                            
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
--->
-
         </plugins>
     </build>