+++ /dev/null
-The managementapi-jrockit81.jar jar file in this folder is an excerpt of the BEA JRockit Management API
-as per JRockit 8.1 (Java 1.4) (supports also for JRockit 7 ie Java 1.3).
-
-It contains only the class file needed at build time for AspectJ
-and must not be used by the end-user.
-
-http://www.jrockit.com
-http://www.bea.com
\ No newline at end of file
--- /dev/null
+The managementapi-jrockit81.jar jar file in this folder is an excerpt of the BEA JRockit Management API
+as per JRockit 8.1 (Java 1.4) (supports also for JRockit 7 ie Java 1.3).
+
+It contains only the class file needed at build time for AspectJ
+and must not be used by the end-user.
+
+http://www.jrockit.com
+http://www.bea.com
\ No newline at end of file
<artifactId>jrockit</artifactId>
<version>1.0</version>
<scope>system</scope>
- <systemPath>${project.basedir}/../lib/ext/jrockit/jrockit.jar</systemPath>
+ <systemPath>${project.basedir}/../lib/jrockit/jrockit.jar</systemPath>
</dependency>
<dependency>
}
public void testJrockitRecursionProtection() {
- URL jrockit = FileUtil.getFileURL(new File("../lib/ext/jrockit/jrockit.jar"));
+ URL jrockit = FileUtil.getFileURL(new File("../lib/jrockit/jrockit.jar"));
URL[] urls = new URL[] {jrockit};
URLClassLoader thisLoader = new URLClassLoader(urls, getClass().getClassLoader());
try {
<artifactId>jrockit</artifactId>
<version>1.0</version>
<scope>system</scope>
- <systemPath>${project.basedir}/../lib/ext/jrockit/jrockit.jar</systemPath>
+ <systemPath>${project.basedir}/../lib/jrockit/jrockit.jar</systemPath>
</dependency>
<dependency>
<!-- Identical to lib/ant/lib/ant-launcher.jar, a former system-scoped dependency -->