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/12/09 14:29:36 UTC

svn commit: r888798 - /camel/trunk/camel-core/pom.xml

Author: davsclaus
Date: Wed Dec  9 13:29:35 2009
New Revision: 888798

URL: http://svn.apache.org/viewvc?rev=888798&view=rev
Log:
Added missing mandatory id in default profile for jdk1.5 activation

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

Modified: camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=888798&r1=888797&r2=888798&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Wed Dec  9 13:29:35 2009
@@ -231,7 +231,8 @@
 
   <profiles>
     <profile>
-      <activation>
+        <id>jdk1.5</id>
+        <activation>
         <jdk>1.5</jdk>
       </activation>
       <dependencies>