Skip to content

Commit

Permalink
This hava home lib path is correct for me on my Ubuntu laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Oct 5, 2011
1 parent 4baef52 commit 5fa3653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@
</os>
</activation>
<properties>
<rt.jar.path>${java.home}/jre/lib/rt.jar</rt.jar.path>
<jsse.jar.path>${java.home}/jre/lib/jsse.jar</jsse.jar.path>
<rt.jar.path>${java.home}/lib/rt.jar</rt.jar.path>
<jsse.jar.path>${java.home}/lib/jsse.jar</jsse.jar.path>
</properties>
</profile>
<!-- mac profile has to be after unix since running on mac will trigger both -->
Expand Down

0 comments on commit 5fa3653

Please sign in to comment.