Author: ffang
Date: Thu Dec  9 03:18:45 2010
New Revision: 1043830

URL: http://svn.apache.org/viewvc?rev=1043830&view=rev
Log:
[CXF-3178]build failed on Mac OSX caused by Failed to resolve artifact. 
om.sun:tools:jar:1.5.0

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1043830&r1=1043829&r2=1043830&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Dec  9 03:18:45 2010
@@ -92,7 +92,6 @@
         <cxf.pmd.eclipse.ruleset>cxf-pmd-ruleset.xml</cxf.pmd.eclipse.ruleset>
 
         <cxf.resources.base.path />
-        <jdk.tools>${java.home}/../lib/tools.jar</jdk.tools>
     </properties>
 
 
@@ -195,13 +194,6 @@
                             </exclusions>
                         </dependency>
                         <dependency>
-                            <groupId>com.sun</groupId>
-                            <artifactId>tools</artifactId>
-                            <version>1.5.0</version>
-                            <scope>system</scope>
-                            <systemPath>${jdk.tools}</systemPath>
-                        </dependency>
-                        <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
                             <version>${cxf.build-utils.version}</version>
@@ -1366,17 +1358,6 @@
             </properties>
         </profile>
         <profile>
-            <id>default-mac</id>
-            <activation>
-                <os>
-                    <family>mac</family>
-                </os>
-            </activation>
-            <properties>
-                <jdk.tools>${java.home}/../Classes/classes.jar</jdk.tools>
-            </properties>
-        </profile>
-        <profile>
             <id>validateServices</id>
             <properties>
                 <cxf.validateServices>true</cxf.validateServices>


Reply via email to