Skip to content

Commit

Permalink
JCR-3518 put tools.jar on antrun plugin classpath if it exists
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1444755 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Unico Hommes committed Feb 11, 2013
1 parent 4a19bb7 commit 79490c0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions jackrabbit-parent/pom.xml
Expand Up @@ -89,13 +89,10 @@
</plugins>
</build>
</profile>
<!-- JCR-661: The antrun tools.jar dependency is not needed on macs -->
<profile>
<id>non-mac</id>
<id>jdk-tools</id>
<activation>
<os>
<family>!mac</family>
</os>
<file><exists>${java.home}/../lib/tools.jar</exists></file>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 79490c0

Please sign in to comment.