* Updated Tomcat to 5.0.27.

svn path=/nixpkgs/trunk/; revision=24066
This commit is contained in:
Eelco Dolstra
2010-10-05 10:39:12 +00:00
parent 80607fd285
commit 0bd5f00696
4 changed files with 17 additions and 15 deletions
-17
View File
@@ -1,17 +0,0 @@
{stdenv, fetchurl, jdk}:
stdenv.mkDerivation {
name = "jakarta-tomcat-5.0.27";
builder = ./builder.sh;
src = fetchurl {
url = http://apache.essentkabel.com/jakarta/tomcat-5/v5.0.27/bin/jakarta-tomcat-5.0.27.tar.gz;
md5 = "b802ee042677e284bcf65738c7bdc3b6";
};
inherit jdk;
}