aboutsummaryrefslogtreecommitdiffstats
path: root/loadtime/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 11:44:47 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 11:44:47 +0700
commit2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a (patch)
tree77953c7def10804f25f7aea0294cb5723257e4f0 /loadtime/pom.xml
parent1664dbf1fc27e59e0783f8956dae3f09739988ad (diff)
downloadaspectj-2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a.tar.gz
aspectj-2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a.zip
Move lib/ext/jrockit to just lib/jrockit
It was the only subdirectory under lib/ext anyway and somehow always irritating and difficult to find when just using a directory browser in the IDE. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'loadtime/pom.xml')
-rw-r--r--loadtime/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadtime/pom.xml b/loadtime/pom.xml
index 5b19cb73c..d7333cd72 100644
--- a/loadtime/pom.xml
+++ b/loadtime/pom.xml
@@ -71,7 +71,7 @@
<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>