Author: davsclaus
Date: Wed Jan 21 00:41:23 2009
New Revision: 736262
URL: http://svn.apache.org/viewvc?rev=736262&view=rev
Log:
CAMEL-1273: removed reportincident from pom as its packaged as war and the
assembly expects jar
Modified:
camel/trunk/apache-camel/pom.xml
camel/trunk/components/camel-tagsoup/ (props changed)
camel/trunk/pom.xml
Modified: camel/trunk/apache-camel/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=736262&r1=736261&r2=736262&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Wed Jan 21 00:41:23 2009
@@ -300,10 +300,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-example-reportincident</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
<artifactId>camel-example-spring</artifactId>
</dependency>
<dependency>
Propchange: camel/trunk/components/camel-tagsoup/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan 21 00:41:23 2009
@@ -5,3 +5,4 @@
target
.settings
eclipse-classes
+*.i??
Modified: camel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=736262&r1=736261&r2=736262&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Jan 21 00:41:23 2009
@@ -503,11 +503,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-example-reportincident</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
<artifactId>camel-example-spring</artifactId>
<version>${project.version}</version>
</dependency>