Author: chirino Date: Wed Aug 19 05:23:47 2009 New Revision: 805665 URL: http://svn.apache.org/viewvc?rev=805665&view=rev Log: Fixing profile problem the causes the build to fail on OSX Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/pom.xml?rev=805665&r1=805664&r2=805665&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original) +++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Wed Aug 19 05:23:47 2009 @@ -210,6 +210,7 @@ + com.sun.xml.bind @@ -233,19 +234,7 @@ - - - com.sun - tools - 1.5.0 - system - ${java.home}/../lib/tools.jar - - @@ -268,24 +257,35 @@ + - default-tools.jar + ibmjdk - 1.5 - - java.vendor - Sun Microsystems Inc. - + + ${java.home}/../lib/tools.jar + - - - com.sun - tools - 1.5.0 - system - ${java.home}/../lib/tools.jar - - + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + com.sun + tools + + 1.5.0 + system + true + ${java.home}/../lib/tools.jar + + + + + +