You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/24 07:21:13 UTC

camel git commit: CAMEL-7263: Remove old and unused/deprecated dot/view code that has not been in use or maintained for many years.

Repository: camel
Updated Branches:
  refs/heads/master 04259aa59 -> 583cb8945


CAMEL-7263: Remove old and unused/deprecated dot/view code that has not been in use or maintained for many years.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/583cb894
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/583cb894
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/583cb894

Branch: refs/heads/master
Commit: 583cb8945243d14af2934aef6cc6861b701716a4
Parents: 04259aa
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 24 07:23:17 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 24 07:23:17 2015 +0100

----------------------------------------------------------------------
 apache-camel/pom.xml | 4 ----
 parent/pom.xml       | 5 -----
 2 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/583cb894/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 07c7517..14d8f46 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -872,10 +872,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-example-docs</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-example-etl</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/583cb894/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 3fc5df4..cb153f9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1635,11 +1635,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-example-docs</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-example-etl</artifactId>
         <version>${project.version}</version>
       </dependency>