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 2009/06/01 10:44:19 UTC

svn commit: r780590 - in /camel/sandbox/components: ./ camel-activemq-web/ camel-hamcrest/ camel-jhc/ camel-swing/ camel-swing/pom.xml camel-testng/ camel-uface/ camel-uface/pom.xml pom.xml

Author: davsclaus
Date: Mon Jun  1 08:44:19 2009
New Revision: 780590

URL: http://svn.apache.org/viewvc?rev=780590&view=rev
Log:
Moved some unusued camel components to sandbox.

Added:
    camel/sandbox/components/
    camel/sandbox/components/camel-activemq-web/
      - copied from r780183, camel/trunk/components/camel-activemq-web/
    camel/sandbox/components/camel-hamcrest/
      - copied from r780183, camel/trunk/components/camel-hamcrest/
    camel/sandbox/components/camel-jhc/
      - copied from r780183, camel/trunk/components/camel-jhc/
    camel/sandbox/components/camel-swing/
      - copied from r780183, camel/trunk/components/camel-swing/
    camel/sandbox/components/camel-testng/
      - copied from r780183, camel/trunk/components/camel-testng/
    camel/sandbox/components/camel-uface/
      - copied from r780183, camel/trunk/components/camel-uface/
    camel/sandbox/components/pom.xml   (with props)
Modified:
    camel/sandbox/components/camel-swing/pom.xml
    camel/sandbox/components/camel-uface/pom.xml

Modified: camel/sandbox/components/camel-swing/pom.xml
URL: http://svn.apache.org/viewvc/camel/sandbox/components/camel-swing/pom.xml?rev=780590&r1=780183&r2=780590&view=diff
==============================================================================
--- camel/sandbox/components/camel-swing/pom.xml (original)
+++ camel/sandbox/components/camel-swing/pom.xml Mon Jun  1 08:44:19 2009
@@ -42,11 +42,12 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-uface</artifactId>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.ufacekit</groupId>
       <artifactId>org.ufacekit.ui.swing</artifactId>
-      <version>${uface-version}</version>
+      <version>1.0-m1</version>
     </dependency>
 
     <!-- testing -->

Modified: camel/sandbox/components/camel-uface/pom.xml
URL: http://svn.apache.org/viewvc/camel/sandbox/components/camel-uface/pom.xml?rev=780590&r1=780183&r2=780590&view=diff
==============================================================================
--- camel/sandbox/components/camel-uface/pom.xml (original)
+++ camel/sandbox/components/camel-uface/pom.xml Mon Jun  1 08:44:19 2009
@@ -58,12 +58,12 @@
     <dependency>
       <groupId>org.ufacekit</groupId>
       <artifactId>org.ufacekit.ui</artifactId>
-      <version>${uface-version}</version>
+      <version>1.0-m1</version>
     </dependency>
     <dependency>
       <groupId>org.ufacekit</groupId>
       <artifactId>org.ufacekit.ui.beanform</artifactId>
-      <version>${uface-version}</version>
+      <version>1.0-m1</version>
     </dependency>
 
     <!-- testing -->
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.ufacekit</groupId>
       <artifactId>org.ufacekit.ui.swing</artifactId>
-      <version>${uface-version}</version>
+      <version>1.0-m1</version>
       <scope>test</scope>
     </dependency>
 

Added: camel/sandbox/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/sandbox/components/pom.xml?rev=780590&view=auto
==============================================================================
--- camel/sandbox/components/pom.xml (added)
+++ camel/sandbox/components/pom.xml Mon Jun  1 08:44:19 2009
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  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.
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.camel</groupId>
+    <artifactId>camel-parent</artifactId>
+    <version>2.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>components-sandxob</artifactId>
+  <name>Camel :: Sandbox Components</name>
+  <description>Camel Sandbox Components</description>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>camel-activemq-web</module>
+    <module>camel-hamcrest</module>
+    <module>camel-jhc</module>
+    <module>camel-swing</module>
+    <module>camel-uface</module>
+    <!-- supercsv is not in a maven repo so we disable it -->
+    <!-- module>camel-testng</module -->
+  </modules>
+</project>

Propchange: camel/sandbox/components/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: camel/sandbox/components/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: camel/sandbox/components/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml