[jboss-cvs] JBoss Profiler SVN: r504 - in branches/JBossProfiler2: src/etc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 25 13:54:08 EST 2008


Author: jesper.pedersen
Date: 2008-11-25 13:54:07 -0500 (Tue, 25 Nov 2008)
New Revision: 504

Modified:
   branches/JBossProfiler2/doc/README.txt
   branches/JBossProfiler2/src/etc/agent-manifest.mf
Log:
[JBPROFILER-52] Correct JBoss 4.2.x installation documentation

Modified: branches/JBossProfiler2/doc/README.txt
===================================================================
--- branches/JBossProfiler2/doc/README.txt	2008-11-25 14:54:04 UTC (rev 503)
+++ branches/JBossProfiler2/doc/README.txt	2008-11-25 18:54:07 UTC (rev 504)
@@ -229,8 +229,6 @@
 
 Deployment in JBoss Application Server:
 ---------------------------------------
-The steps below assumes that Javassist is used as the core library.
-
 * Copy jboss-profiler.jar to jbossas/bin
 * Copy jboss-profiler.properties to jbossas/bin
 * Edit jboss-profiler.properties in jbossas/bin to include the classes to be profiled

Modified: branches/JBossProfiler2/src/etc/agent-manifest.mf
===================================================================
--- branches/JBossProfiler2/src/etc/agent-manifest.mf	2008-11-25 14:54:04 UTC (rev 503)
+++ branches/JBossProfiler2/src/etc/agent-manifest.mf	2008-11-25 18:54:07 UTC (rev 504)
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Premain-Class: org.jboss.profiler.agent.Agent
 Agent-Class: org.jboss.profiler.agent.Agent
-Boot-Class-Path: jboss-profiler.jar jboss-profiler-connectors.jar jboss-profiler-plugins.jar asm.jar javassist.jar ../lib/javassist.jar jboss-remoting.jar jboss-common.jar concurrent.jar log4j.jar
+Boot-Class-Path: jboss-profiler.jar jboss-profiler-connectors.jar jboss-profiler-plugins.jar javassist.jar ../lib/javassist.jar jboss-remoting.jar jboss-common.jar concurrent.jar log4j.jar
 Can-Redefine-Classes: true
 Can-Retransform-Classes: false
 Can-Set-Native-Method-Prefix: false




More information about the jboss-cvs-commits mailing list