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 2011/10/24 14:48:18 UTC

svn commit: r1188126 - in /camel/trunk/components/camel-krati: ./ pom.xml

Author: davsclaus
Date: Mon Oct 24 12:48:17 2011
New Revision: 1188126

URL: http://svn.apache.org/viewvc?rev=1188126&view=rev
Log:
CAMEL-4566: New camel-krati component. Thanks to Ioannis for contribution.

Modified:
    camel/trunk/components/camel-krati/   (props changed)
    camel/trunk/components/camel-krati/pom.xml

Propchange: camel/trunk/components/camel-krati/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Oct 24 12:48:17 2011
@@ -0,0 +1,8 @@
+target
+.pmd
+.checkstyle
+.classpath
+.project
+eclipse-classes
+.settings
+*.i??

Modified: camel/trunk/components/camel-krati/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-krati/pom.xml?rev=1188126&r1=1188125&r2=1188126&view=diff
==============================================================================
--- camel/trunk/components/camel-krati/pom.xml (original)
+++ camel/trunk/components/camel-krati/pom.xml Mon Oct 24 12:48:17 2011
@@ -65,19 +65,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <defaultGoal>install</defaultGoal>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.2</version>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>