[jboss-svn-commits] JBL Code SVN: r38137 - labs/jbosstm/branches/JBOSSTS_4_16.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 12 11:04:38 EDT 2012
Author: mmusgrov
Date: 2012-07-12 11:04:38 -0400 (Thu, 12 Jul 2012)
New Revision: 38137
Modified:
labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
Log:
[JBTM-1200] Use a different hard coded location for jconsole.jar when building on a mac
Modified: labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml 2012-07-11 17:41:04 UTC (rev 38136)
+++ labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml 2012-07-12 15:04:38 UTC (rev 38137)
@@ -101,6 +101,7 @@
<pathelement location="${sharedbuild.base.dir}/ext/orson-0.5.0.jar"/>
<pathelement location="${sharedbuild.base.dir}/ext/jcommon-1.0.10.jar"/>
<pathelement location="${sharedbuild.base.dir}/ext/jfreechart-1.0.6.jar"/>
+ <pathelement location="${java.home}/../Classes/jconsole.jar"/>
</path>
</target>
More information about the jboss-svn-commits
mailing list