aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authoravasseur <avasseur>2005-04-20 14:58:14 +0000
committeravasseur <avasseur>2005-04-20 14:58:14 +0000
commit1e6fae862407f7c0b49321a6c452774f91f3cd04 (patch)
tree5a1f18d754c7ef967c2802223eb9aeb103896246 /runtime
parent3f942a4c58210535e91c50a037a8d743a0c70e19 (diff)
downloadaspectj-1e6fae862407f7c0b49321a6c452774f91f3cd04.tar.gz
aspectj-1e6fae862407f7c0b49321a6c452774f91f3cd04.zip
commented jar target from bcel-builder/build.xml since broken (can someone comment ?)
impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ
Diffstat (limited to 'runtime')
-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>