Repository: cxf
Updated Branches:
  refs/heads/master 04483ebcf -> 76e65e786


[CXF-5479]add a profile for mac with jdk6


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/76e65e78
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/76e65e78
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/76e65e78

Branch: refs/heads/master
Commit: 76e65e78624d6040f6fa77a6a5ea8804e10087c3
Parents: 04483eb
Author: Freeman Fang <[email protected]>
Authored: Mon Apr 28 10:57:50 2014 +0800
Committer: Freeman Fang <[email protected]>
Committed: Mon Apr 28 10:57:50 2014 +0800

----------------------------------------------------------------------
 maven-plugins/java2wadl-plugin/pom.xml | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/76e65e78/maven-plugins/java2wadl-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/java2wadl-plugin/pom.xml 
b/maven-plugins/java2wadl-plugin/pom.xml
index 6c837a1..2b9c4a1 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -124,7 +124,7 @@
         <dependency>
             <groupId>com.sun</groupId>
             <artifactId>tools</artifactId>
-            <version>1.6.0</version>
+            <version>1.7.0</version>
             <scope>system</scope>
             <systemPath>${java.home}/../lib/tools.jar</systemPath>
         </dependency>
@@ -148,6 +148,24 @@
                 </dependency>
             </dependencies>
         </profile>
+        <profile>
+            <id>mac-jdk16</id>
+            <activation>
+                <file>
+                    <exists>${java.home}/../Classes/classes.jar</exists>
+                </file>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>com.sun</groupId>
+                    <artifactId>tools</artifactId>
+                    <version>1.6.0</version>
+                    <scope>system</scope>
+                    
<systemPath>${java.home}/../Classes/classes.jar</systemPath>
+                </dependency>
+            </dependencies>
+        </profile>
+
     </profiles>
 
 </project>

Reply via email to