diff options
Diffstat (limited to 'tests/profiling/build.xml')
-rw-r--r-- | tests/profiling/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profiling/build.xml b/tests/profiling/build.xml index e6e9509b7..45b411fe9 100644 --- a/tests/profiling/build.xml +++ b/tests/profiling/build.xml @@ -73,7 +73,7 @@ <include name="*/bin" unless="ajtools.jar"/> </dirset> <fileset dir="${aspectj.workspace.root}"> - <include name="libx/jdtcore-aj/jdtcore-for-aspectj.jar" unless="ajtools.jar"/> + <include name="lib/jdtcore-aj/jdtcore-for-aspectj.jar" unless="ajtools.jar"/> <include name="lib/bcel/bcel.jar" unless="ajtools.jar"/> </fileset> </path> |