You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/06 15:40:00 UTC

svn commit: r366511 - /incubator/servicemix/trunk/pom.xml

Author: foconer
Date: Fri Jan  6 06:39:52 2006
New Revision: 366511

URL: http://svn.apache.org/viewcvs?rev=366511&view=rev
Log:
Added profile that will include jdk5 specific modules only if compiling on jdk5.

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=366511&r1=366510&r2=366511&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Fri Jan  6 06:39:52 2006
@@ -217,6 +217,18 @@
     <module>servicemix-assembly</module>
   </modules>
   
+  <profiles>
+      <profile>
+        <id>jdk1.5</id>
+        <activation>
+          <jdk>1.5</jdk>
+        </activation>
+        <modules>
+          <module>servicemix-sca</module>
+        </modules>
+      </profile>
+  </profiles>
+  
   <pluginRepositories>
     <pluginRepository>
       <id>servicemix-snapshots</id>