diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 11:44:47 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 11:44:47 +0700 |
commit | 2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a (patch) | |
tree | 77953c7def10804f25f7aea0294cb5723257e4f0 /run-all-junit-tests | |
parent | 1664dbf1fc27e59e0783f8956dae3f09739988ad (diff) | |
download | aspectj-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 'run-all-junit-tests')
-rw-r--r-- | run-all-junit-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index a2d8aa604..e98cd7f04 100644 --- a/run-all-junit-tests/pom.xml +++ b/run-all-junit-tests/pom.xml @@ -244,7 +244,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> <!-- Identical to lib/ant/lib/ant-launcher.jar, a former system-scoped dependency --> |