[jboss-cvs] jboss-profiler ...

Clebert Suconic csuconic at jboss.com
Mon Jun 25 21:52:22 EDT 2007


  User: csuconic
  Date: 07/06/25 21:52:22

  Modified:    jboss-profiler   build.xml .classpath
  Log:
  Fixing crash on jvmti/linux
  
  Revision  Changes    Path
  1.38      +2 -2      jboss-profiler/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- build.xml	31 Jul 2006 17:03:08 -0000	1.37
  +++ build.xml	26 Jun 2007 01:52:22 -0000	1.38
  @@ -112,8 +112,8 @@
   	
   
   	<target name="distribution" depends="core" description="Creates the zip distribution file">
  -		<property name="release-location" value="jboss-profiler-1.0.RC4"></property>
  -		<zip destfile="../build/jboss-profiler-1.0.RC4.zip">
  +		<property name="release-location" value="jboss-profiler-1.0.CR4"></property>
  +		<zip destfile="../build/${release-location}.zip">
   			<zipfileset dir="../" includes="readme.txt" prefix="${release-location}"/>
   			<zipfileset dir="../build" includes="jboss-profiler-noAOP.sar,jboss-profiler.war,profilerConsole.jar" prefix="${release-location}"/>
   			<zipfileset dir="../jvmpi-lib/linux/" includes="libjbossInspector.so" fullpath="${release-location}/jvmpi/linux/libjbossInspector.so">
  
  
  
  1.19      +1 -1      jboss-profiler/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/.classpath,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- .classpath	16 Aug 2006 15:40:56 -0000	1.18
  +++ .classpath	26 Jun 2007 01:52:22 -0000	1.19
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="java/src/proxyDriver"/>
  +	<classpathentry kind="src" path="jvmti-lib/java-src"/>
   	<classpathentry kind="src" path="java/src/console"/>
   	<classpathentry kind="src" path="java/src/mbean"/>
   	<classpathentry kind="src" path="java/src/engine"/>
  @@ -90,7 +91,6 @@
   	<classpathentry kind="var" path="JBOSS_SERVER/server/default/lib/properties-plugin.jar"/>
   	<classpathentry kind="var" path="JBOSS_SERVER/server/default/lib/scheduler-plugin.jar"/>
   	<classpathentry kind="var" path="JBOSS_SERVER/server/default/lib/scheduler-plugin-example.jar"/>
  -	<classpathentry kind="var" path="JBOSS_SERVER/server/default/lib/snmp-support.jar"/>
   	<classpathentry kind="var" path="JBOSS_SERVER/server/default/lib/wsdl4j.jar"/>
   	<classpathentry kind="var" path="JBOSS_SERVER/server/default/lib/xmlentitymgr.jar"/>
   	<classpathentry kind="var" path="JBOSS_SERVER/server/default/deploy/jboss-aop.deployer/jboss-aop.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list