Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit ca793fa

Browse files
committed
build.xml: rename bytecode.jar -> bytecodeparser.jar
1 parent bc76f6f commit ca793fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<include name="**/*.java" />
2929
</fileset>
3030
</copy>
31-
<jar destfile="dist/bytecode.jar" basedir="tmp/classes" />
31+
<jar destfile="dist/bytecodeparser.jar" basedir="tmp/classes" />
3232
</target>
3333

3434
<target name="compile">

0 commit comments

Comments
 (0)