You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/04/29 16:30:34 UTC

svn commit: r1477103 - in /camel/trunk: camel-core/pom.xml components/pom.xml

Author: bvahdat
Date: Mon Apr 29 14:30:33 2013
New Revision: 1477103

URL: http://svn.apache.org/r1477103
Log:
Polished the comment of the previous commit.

Modified:
    camel/trunk/camel-core/pom.xml
    camel/trunk/components/pom.xml

Modified: camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=1477103&r1=1477102&r2=1477103&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Mon Apr 29 14:30:33 2013
@@ -393,7 +393,7 @@
     <profile>
       <id>apt</id>
       <activation>
-        <!-- don't enable on jdk 1.6 as that causes build problem on CI-Server -->
+        <!-- don't enable on jdk 1.6 as it would not work and also it causes build problems by the CI-Server -->
         <jdk>[1.7,)</jdk>
       </activation>
 

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=1477103&r1=1477102&r2=1477103&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Mon Apr 29 14:30:33 2013
@@ -211,7 +211,7 @@
     <profile>
       <id>apt</id>
       <activation>
-        <!-- don't enable on jdk 1.6 as that causes build problem on CI-Server -->
+        <!-- don't enable on jdk 1.6 as it would not work and also it causes build problems by the CI-Server -->
         <jdk>[1.7,)</jdk>
       </activation>