Author: ningjiang Date: Mon May 17 13:22:00 2010 New Revision: 945140 URL: http://svn.apache.org/viewvc?rev=945140&view=rev Log: CAMEL-2727 attached the features-spring3.xml
Modified: camel/trunk/platforms/karaf/features/pom.xml Modified: camel/trunk/platforms/karaf/features/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=945140&r1=945139&r2=945140&view=diff ============================================================================== --- camel/trunk/platforms/karaf/features/pom.xml (original) +++ camel/trunk/platforms/karaf/features/pom.xml Mon May 17 13:22:00 2010 @@ -194,6 +194,11 @@ <type>xml</type> <classifier>features</classifier> </artifact> + <artifact> + <file>target/classes/features-spring3.xml</file> + <type>xml</type> + <classifier>features-spring3</classifier> + </artifact> </artifacts> </configuration> </execution>