aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/build.xml')
-rw-r--r--runtime/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/build.xml b/runtime/build.xml
index fb36d8957..3dd22e1ed 100644
--- a/runtime/build.xml
+++ b/runtime/build.xml
@@ -28,9 +28,9 @@
<target name="all" depends="init, compile, test:compile"/>
<target name="jar" depends="compile">
- <delete file="${build.ajdir}/jars/aspectjrt.jar"/>
+ <delete file="${build.ajdir}/jars/runtime.jar"/>
<copy file="runtime.mf.txt" todir="${build.ajdir}/temp" filtering="yes"/>
- <jar destfile="${build.ajdir}/jars/aspectjrt.jar" manifest="${build.ajdir}/temp/runtime.mf.txt">
+ <jar destfile="${build.ajdir}/jars/runtime.jar" manifest="${build.ajdir}/temp/runtime.mf.txt">
<fileset dir="bin">
<include name="**/*"/>
</fileset>