Author: ningjiang Date: Tue Nov 9 06:28:34 2010 New Revision: 1032865 URL: http://svn.apache.org/viewvc?rev=1032865&view=rev Log: CAMEL-3267 Added camel-syslog into assembly
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=1032865&r1=1032864&r2=1032865&view=diff ============================================================================== --- camel/trunk/apache-camel/pom.xml (original) +++ camel/trunk/apache-camel/pom.xml Tue Nov 9 06:28:34 2010 @@ -351,6 +351,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-syslog</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-sql</artifactId> </dependency> <dependency> 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=1032865&r1=1032864&r2=1032865&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Tue Nov 9 06:28:34 2010 @@ -111,6 +111,7 @@ <include>org.apache.camel:camel-sql</include> <include>org.apache.camel:camel-stream</include> <include>org.apache.camel:camel-stringtemplate</include> + <include>org.apache.camel:camel-syslog</include> <include>org.apache.camel:camel-test</include> <include>org.apache.camel:camel-tagsoup</include> <include>org.apache.camel:camel-velocity</include> Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1032865&r1=1032864&r2=1032865&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Tue Nov 9 06:28:34 2010 @@ -621,6 +621,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-syslog</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-tagsoup</artifactId> <version>${project.version}</version> </dependency>