Skip to content

Commit

Permalink
modify jconsole path
Browse files Browse the repository at this point in the history
  • Loading branch information
高阳 committed Jul 1, 2013
1 parent 3cb5d2e commit de25132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@
<activation>
<activeByDefault>true</activeByDefault>
<file>
<exists>${java.home}/../lib/jconsole.jar</exists>
<exists>${env.JAVA_HOME}/../lib/jconsole.jar</exists>
</file>
</activation>
<properties>
<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
<jconsolejar>${java.home}/../lib/jconsole.jar</jconsolejar>
<toolsjar>${env.JAVA_HOME}/lib/tools.jar</toolsjar>
<jconsolejar>${env.JAVA_HOME}/lib/jconsole.jar</jconsolejar>
</properties>

<dependencies>
Expand Down

0 comments on commit de25132

Please sign in to comment.