Author: ningjiang Date: Tue Nov 15 14:21:49 2011 New Revision: 1202204 URL: http://svn.apache.org/viewvc?rev=1202204&view=rev Log: CAMEL-4677 Publish the blueprint schema of camel-cxf
Modified: camel/trunk/components/camel-cxf/pom.xml Modified: camel/trunk/components/camel-cxf/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/pom.xml?rev=1202204&r1=1202203&r2=1202204&view=diff ============================================================================== --- camel/trunk/components/camel-cxf/pom.xml (original) +++ camel/trunk/components/camel-cxf/pom.xml Tue Nov 15 14:21:49 2011 @@ -246,6 +246,12 @@ <artifacts> <artifact> <file>./src/main/resources/schema/cxfEndpoint.xsd</file> + <classifier>spring</classifier> + <type>xsd</type> + </artifact> + <artifact> + <file>./src/main/resources/schema/blueprint/camel-cxf.xsd</file> + <classifier>blueprint</classifier> <type>xsd</type> </artifact> </artifacts>