Update of aspectj to 1.5.2
svn path=/nixpkgs/trunk/; revision=6019
This commit is contained in:
parent
db8288bf5b
commit
6fa02079b8
@ -18,10 +18,10 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
cat >> $out/bin/ajc-env <<EOF
|
cat >> $out/bin/aj-runtime-env <<EOF
|
||||||
#! $SHELL
|
#! $SHELL
|
||||||
|
|
||||||
export CLASSPATH=$CLASSPATH:.:/pkg/aspectj/lib/aspectjrt.jar
|
export CLASSPATH=$CLASSPATH:.:$out/lib/aspectjrt.jar
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod u+x $out/bin/ajc-env
|
chmod u+x $out/bin/aj-runtime-env
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, jre}:
|
{stdenv, fetchurl, jre}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "aspectj-1.5.0";
|
name = "aspectj-1.5.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/aspectj/aspectj-1.5.0.jar;
|
url = http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/aspectj/aspectj-1.5.2.jar;
|
||||||
md5 = "76d716f699cdd84049323992b21f02fb";
|
md5 = "64245d451549325147e3ca1ec4c9e57c";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit jre;
|
inherit jre;
|
||||||
|
Loading…
Reference in New Issue
Block a user