Author: davsclaus Date: Thu May 6 07:58:35 2010 New Revision: 941601 URL: http://svn.apache.org/viewvc?rev=941601&view=rev Log: Adding camel-blueprint to kit
Modified: camel/trunk/apache-camel/pom.xml camel/trunk/apache-camel/src/main/descriptors/common-bin.xml camel/trunk/parent/pom.xml Modified: camel/trunk/apache-camel/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=941601&r1=941600&r2=941601&view=diff ============================================================================== --- camel/trunk/apache-camel/pom.xml (original) +++ camel/trunk/apache-camel/pom.xml Thu May 6 07:58:35 2010 @@ -64,6 +64,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-blueprint</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-cache</artifactId> </dependency> <dependency> @@ -523,7 +527,7 @@ <configuration> <descriptors> <descriptor>src/main/descriptors/unix-src.xml</descriptor> - </descriptors> + </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </execution> 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=941601&r1=941600&r2=941601&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Thu May 6 07:58:35 2010 @@ -38,6 +38,7 @@ <include>org.apache.camel:camel-bam</include> <include>org.apache.camel:camel-bean-validator</include> <include>org.apache.camel:camel-bindy</include> + <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> @@ -46,7 +47,7 @@ <include>org.apache.camel:camel-csv</include> <include>org.apache.camel:camel-cxf</include> <include>org.apache.camel:camel-dozer</include> - <include>org.apache.camel:camel-eclipse</include> + <include>org.apache.camel:camel-eclipse</include> <include>org.apache.camel:camel-exec</include> <include>org.apache.camel:camel-flatpack</include> <include>org.apache.camel:camel-freemarker</include> @@ -100,7 +101,7 @@ <include>org.apache.camel:camel-spring</include> <include>org.apache.camel:camel-spring-integration</include> <include>org.apache.camel:camel-spring-javaconfig</include> - <include>org.apache.camel:camel-spring-security</include> + <include>org.apache.camel:camel-spring-security</include> <include>org.apache.camel:camel-spring-osgi</include> <include>org.apache.camel:camel-sql</include> <include>org.apache.camel:camel-stream</include> Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=941601&r1=941600&r2=941601&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Thu May 6 07:58:35 2010 @@ -222,6 +222,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-blueprint</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-cache</artifactId> <version>${project.version}</version> </dependency>