[Nice-commit] Nice/external javacc,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2003-09-12 11:57:14
|
Update of /cvsroot/nice/Nice/external In directory sc8-pr-cvs1:/tmp/cvs-serv30438/external Modified Files: javacc Log Message: Correctly install and use javacc.jar when it is not found. Index: javacc =================================================================== RCS file: /cvsroot/nice/Nice/external/javacc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** javacc 31 Aug 2003 14:31:24 -0000 1.1 --- javacc 12 Sep 2003 11:57:08 -0000 1.2 *************** *** 15,21 **** wget https://javacc.dev.java.net/files/documents/17/686/${version}.zip \ ! -O ${version}.zip ! ( cd external; unzip -j ../${version}.zip ${version}/bin/lib/javacc.jar; \ ! rm ../${version}.zip ) fi --- 15,22 ---- wget https://javacc.dev.java.net/files/documents/17/686/${version}.zip \ ! -O ${TOP}/external/${version}.zip >&2 ! cd ${TOP}/external ! unzip -j ${version}.zip ${version}/bin/lib/javacc.jar >&2 ! rm ${version}.zip fi |