You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/03/07 00:06:08 UTC

svn commit: r634450 - /activemq/camel/trunk/components/camel-cxf/pom.xml

Author: ningjiang
Date: Thu Mar  6 15:06:06 2008
New Revision: 634450

URL: http://svn.apache.org/viewvc?rev=634450&view=rev
Log:
Removed the optional classifier in the camel-cxf pom

Modified:
    activemq/camel/trunk/components/camel-cxf/pom.xml

Modified: activemq/camel/trunk/components/camel-cxf/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/pom.xml?rev=634450&r1=634449&r2=634450&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-cxf/pom.xml (original)
+++ activemq/camel/trunk/components/camel-cxf/pom.xml Thu Mar  6 15:06:06 2008
@@ -251,8 +251,7 @@
               <artifacts>
                 <artifact>
                   <file>./src/main/resources/schema/cxfEndpoint.xsd</file>
-                  <type>xsd</type>
-                  <classifier>optional</classifier>
+                  <type>xsd</type>                  
                 </artifact>
               </artifacts>
             </configuration>