Author: davsclaus Date: Wed Aug 31 13:07:56 2011 New Revision: 1163612 URL: http://svn.apache.org/viewvc?rev=1163612&view=rev Log: CAMEL-4398: Reverted as default-tools profile is in pom.xml in root.
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=1163612&r1=1163611&r2=1163612&view=diff ============================================================================== --- camel/trunk/camel-core/pom.xml (original) +++ camel/trunk/camel-core/pom.xml Wed Aug 31 13:07:56 2011 @@ -214,28 +214,6 @@ <profiles> - - <!-- profile needed to have access to tools.jar --> - <!-- http://maven.apache.org/general.html#tools-jar-dependency --> - <profile> - <id>default-tools.jar</id> - <activation> - <property> - <name>java.vendor</name> - <value>Sun Microsystems Inc.</value> - </property> - </activation> - <dependencies> - <dependency> - <groupId>com.sun</groupId> - <artifactId>tools</artifactId> - <version>1.5.0</version> - <scope>system</scope> - <systemPath>${java.home}/../lib/tools.jar</systemPath> - </dependency> - </dependencies> - </profile> - <profile> <id>release</id> <build>