diff options
author | ehilsdal <ehilsdal> | 2004-01-27 19:24:46 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2004-01-27 19:24:46 +0000 |
commit | b7cb32b47315334b87e821504aa8d41551f8a9a1 (patch) | |
tree | 7d2e2327dc0365ea3f475a1227490e71d48c78e3 /bcel-builder/patch.txt | |
parent | 7bcfb2467baab99b39b4e6c4c289a156854f4bbd (diff) | |
download | aspectj-b7cb32b47315334b87e821504aa8d41551f8a9a1.tar.gz aspectj-b7cb32b47315334b87e821504aa8d41551f8a9a1.zip |
initial stab at a bcel-building module
Diffstat (limited to 'bcel-builder/patch.txt')
-rw-r--r-- | bcel-builder/patch.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bcel-builder/patch.txt b/bcel-builder/patch.txt new file mode 100644 index 000000000..d1583af47 --- /dev/null +++ b/bcel-builder/patch.txt @@ -0,0 +1,19 @@ +diff -N -a -u -r -b bcel-5.1/build.xml bcel/build.xml +--- bcel-5.1/build.xml 2003-04-25 09:06:14.000000000 -0700 ++++ bcel/build.xml 2004-01-27 11:15:53.460625000 -0800 +@@ -65,7 +65,7 @@ + <target name="build" depends="compile"/> + + <!-- Jar the library --> +- <target name="jar" depends="examples"> ++ <target name="jar" depends="init,compile"> + <jar jarfile="${build.dir}/${name}.jar" + basedir="${build.dest}" + manifest="${basedir}/manifest.txt" +diff -N -a -u -r -b bcel-5.1/manifest.txt bcel/manifest.txt +--- bcel-5.1/manifest.txt 1969-12-31 16:00:00.000000000 -0800 ++++ bcel/manifest.txt 2004-01-27 11:14:51.835625000 -0800 +@@ -0,0 +1,3 @@ ++Created-By: Jakarta BCEL 5.1 ++Manifest-Version: 1.0 ++Main-Class: listclass |