Author: ningjiang Date: Tue Nov 15 15:08:51 2011 New Revision: 1202228 URL: http://svn.apache.org/viewvc?rev=1202228&view=rev Log: Merged revisions 1202204 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk
........ r1202204 | ningjiang | 2011-11-15 22:21:49 +0800 (Tue, 15 Nov 2011) | 1 line CAMEL-4677 Publish the blueprint schema of camel-cxf ........ Modified: camel/branches/camel-2.8.x/ (props changed) camel/branches/camel-2.8.x/components/camel-cxf/pom.xml Propchange: camel/branches/camel-2.8.x/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Tue Nov 15 15:08:51 2011 @@ -1 +1 @@ -/camel/trunk:1202148,1202167,1202215 +/camel/trunk:1202148,1202167,1202204,1202215 Propchange: camel/branches/camel-2.8.x/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: camel/branches/camel-2.8.x/components/camel-cxf/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/pom.xml?rev=1202228&r1=1202227&r2=1202228&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-cxf/pom.xml (original) +++ camel/branches/camel-2.8.x/components/camel-cxf/pom.xml Tue Nov 15 15:08:51 2011 @@ -244,6 +244,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>