Author: davsclaus Date: Fri May 7 07:51:11 2010 New Revision: 942021 URL: http://svn.apache.org/viewvc?rev=942021&view=rev Log: camel-blueprint is under active development and big changes scheduled for camel 2.4
Modified: camel/trunk/apache-camel/pom.xml camel/trunk/apache-camel/src/main/descriptors/common-bin.xml camel/trunk/components/pom.xml Modified: camel/trunk/apache-camel/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=942021&r1=942020&r2=942021&view=diff ============================================================================== --- camel/trunk/apache-camel/pom.xml (original) +++ camel/trunk/apache-camel/pom.xml Fri May 7 07:51:11 2010 @@ -62,10 +62,12 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-bindy</artifactId> </dependency> +<!-- blueprint is under active development <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-blueprint</artifactId> </dependency> +--> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cache</artifactId> Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=942021&r1=942020&r2=942021&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Fri May 7 07:51:11 2010 @@ -38,7 +38,9 @@ <include>org.apache.camel:camel-bam</include> <include>org.apache.camel:camel-bean-validator</include> <include>org.apache.camel:camel-bindy</include> +<!-- blueprint is under active development <include>org.apache.camel:camel-blueprint</include> +--> <include>org.apache.camel:camel-cache</include> <include>org.apache.camel:camel-castor</include> <include>org.apache.camel:camel-core</include> Modified: camel/trunk/components/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=942021&r1=942020&r2=942021&view=diff ============================================================================== --- camel/trunk/components/pom.xml (original) +++ camel/trunk/components/pom.xml Fri May 7 07:51:11 2010 @@ -36,7 +36,9 @@ <module>camel-bam</module> <module>camel-bean-validator</module> <module>camel-bindy</module> +<!-- blueprint is under active development <module>camel-blueprint</module> +--> <module>camel-cometd</module> <module>camel-cache</module> <module>camel-castor</module>