You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/03/22 21:02:05 UTC

svn commit: r521429 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java camel-http/pom.xml camel-jbi/pom.xml camel-jms/pom.xml camel-mina/pom.xml camel-spring/pom.xml pom.xml

Author: jstrachan
Date: Thu Mar 22 13:02:04 2007
New Revision: 521429

URL: http://svn.apache.org/viewvc?view=rev&rev=521429
Log:
tidied up poms to minimise cut-n-paste of versions

Added:
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java   (with props)
Modified:
    activemq/camel/trunk/camel-http/pom.xml
    activemq/camel/trunk/camel-jbi/pom.xml
    activemq/camel/trunk/camel-jms/pom.xml
    activemq/camel/trunk/camel-mina/pom.xml
    activemq/camel/trunk/camel-spring/pom.xml
    activemq/camel/trunk/pom.xml

Added: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java?view=auto&rev=521429
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java (added)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java Thu Mar 22 13:02:04 2007
@@ -0,0 +1,24 @@
+/**
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel;
+
+/**
+ * @version $Revision$
+ */
+public interface RouteBuilderFinder {
+}

Propchange: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/RouteBuilderFinder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: activemq/camel/trunk/camel-http/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-http/pom.xml?view=diff&rev=521429&r1=521428&r2=521429
==============================================================================
--- activemq/camel/trunk/camel-http/pom.xml (original)
+++ activemq/camel/trunk/camel-http/pom.xml Thu Mar 22 13:02:04 2007
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Modified: activemq/camel/trunk/camel-jbi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-jbi/pom.xml?view=diff&rev=521429&r1=521428&r2=521429
==============================================================================
--- activemq/camel/trunk/camel-jbi/pom.xml (original)
+++ activemq/camel/trunk/camel-jbi/pom.xml Thu Mar 22 13:02:04 2007
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Modified: activemq/camel/trunk/camel-jms/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-jms/pom.xml?view=diff&rev=521429&r1=521428&r2=521429
==============================================================================
--- activemq/camel/trunk/camel-jms/pom.xml (original)
+++ activemq/camel/trunk/camel-jms/pom.xml Thu Mar 22 13:02:04 2007
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Modified: activemq/camel/trunk/camel-mina/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-mina/pom.xml?view=diff&rev=521429&r1=521428&r2=521429
==============================================================================
--- activemq/camel/trunk/camel-mina/pom.xml (original)
+++ activemq/camel/trunk/camel-mina/pom.xml Thu Mar 22 13:02:04 2007
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Modified: activemq/camel/trunk/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-spring/pom.xml?view=diff&rev=521429&r1=521428&r2=521429
==============================================================================
--- activemq/camel/trunk/camel-spring/pom.xml (original)
+++ activemq/camel/trunk/camel-spring/pom.xml Thu Mar 22 13:02:04 2007
@@ -37,13 +37,11 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>1.0-SNAPSHOT</version>
       <type>test-jar</type>
       <optional>true</optional>
       <scope>test</scope>

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=521429&r1=521428&r2=521429
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Mar 22 13:02:04 2007
@@ -33,6 +33,10 @@
     <maven>2.0.4</maven>
   </prerequisites>
 
+  <properties>
+    <camel-version>1.0-SNAPSHOT</camel-version>
+  </properties>
+
   <url>http://apache.apache.org/camel/</url>
 
   <organization>
@@ -123,18 +127,50 @@
 
   <dependencyManagement>
     <dependencies>
-      <!-- =============================== -->
-      <!-- ActiveMQ Dependencies -->
-      <!-- =============================== -->
+
+      <!-- Camel jars -->
       <dependency>
-        <groupId>org.apache.activemq</groupId>
-        <artifactId>apache-activemq</artifactId>
-        <version>4.1.0-incubator</version>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-core</artifactId>
+        <version>${camel-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-http</artifactId>
+        <version>${camel-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-jbi</artifactId>
+        <version>${camel-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-jms</artifactId>
+        <version>${camel-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-mina</artifactId>
+        <version>${camel-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-spring</artifactId>
+        <version>${camel-version}</version>
       </dependency>
 
-      <!-- =============================== -->
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-core</artifactId>
+        <type>test-jar</type>
+        <version>${camel-version}</version>
+        <optional>true</optional>
+        <scope>test</scope>
+      </dependency>
+
+
       <!-- Required dependencies -->
-      <!-- =============================== -->
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
@@ -159,6 +195,23 @@
         </exclusions>
       </dependency>
 
+      <!-- optional dependencies  -->
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.12</version>
+        <scope>runtime</scope>
+        <optional>true</optional>
+      </dependency>
+
+
+      <!-- optional dependencies for JMS -->
+      <dependency>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>apache-activemq</artifactId>
+        <version>4.1.0-incubator</version>
+      </dependency>
+
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jms_1.1_spec</artifactId>
@@ -199,14 +252,6 @@
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-servlet_2.4_spec</artifactId>
         <version>1.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.12</version>
-        <scope>runtime</scope>
-        <optional>true</optional>
       </dependency>