Author: davsclaus
Date: Tue Dec 21 13:38:08 2010
New Revision: 1051490
URL: http://svn.apache.org/viewvc?rev=1051490&view=rev
Log:
Polished
Modified:
camel/trunk/components/camel-printer/pom.xml
camel/trunk/components/camel-routebox/ (props changed)
camel/trunk/components/camel-routebox/pom.xml
Modified: camel/trunk/components/camel-printer/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-printer/pom.xml?rev=1051490&r1=1051489&r2=1051490&view=diff
==============================================================================
--- camel/trunk/components/camel-printer/pom.xml (original)
+++ camel/trunk/components/camel-printer/pom.xml Tue Dec 21 13:38:08 2010
@@ -1,5 +1,4 @@
<?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
@@ -16,7 +15,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -25,6 +23,7 @@
<groupId>org.apache.camel</groupId>
<artifactId>components</artifactId>
<version>2.6-SNAPSHOT</version>
+ <relativePath>../../parent</relativePath>
</parent>
<artifactId>camel-printer</artifactId>
Propchange: camel/trunk/components/camel-routebox/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Dec 21 13:38:08 2010
@@ -0,0 +1,9 @@
+.project
+.checkstyle
+.pmd
+.classpath
+target
+.settings
+eclipse-classes
+*.i??
+classes
Modified: camel/trunk/components/camel-routebox/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-routebox/pom.xml?rev=1051490&r1=1051489&r2=1051490&view=diff
==============================================================================
--- camel/trunk/components/camel-routebox/pom.xml (original)
+++ camel/trunk/components/camel-routebox/pom.xml Tue Dec 21 13:38:08 2010
@@ -1,16 +1,35 @@
<?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 xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
<modelVersion>4.0.0</modelVersion>
+
<parent>
<artifactId>components</artifactId>
<groupId>org.apache.camel</groupId>
<version>2.6-SNAPSHOT</version>
+ <relativePath>../../parent</relativePath>
</parent>
<artifactId>camel-routebox</artifactId>
- <packaging>bundle</packaging>
<name>Camel :: Routebox </name>
<description>Camel Routebox component to encapsulate
routes</description>
+ <packaging>bundle</packaging>
<properties>
<camel.osgi.export.pkg>
@@ -24,6 +43,8 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
+
+ <!-- testing -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test</artifactId>