makefile.mk (752c0af7) | makefile.mk (e248a160) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 20 unchanged lines hidden (view full) --- 29.IF "$(SOLAR_JAVA)" != "" 30# --- Settings ----------------------------------------------------- 31 32.INCLUDE : settings.mk 33.INCLUDE : antsettings.mk 34 35# --- Files -------------------------------------------------------- 36 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 20 unchanged lines hidden (view full) --- 29.IF "$(SOLAR_JAVA)" != "" 30# --- Settings ----------------------------------------------------- 31 32.INCLUDE : settings.mk 33.INCLUDE : antsettings.mk 34 35# --- Files -------------------------------------------------------- 36 |
37TARFILE_NAME=apache-tomcat-5.5.35-src 38TARFILE_MD5=7e4e73c21f031d5a4c93c128baf7fd75 | 37TARFILE_NAME=apache-tomcat-5.5.36-src 38TARFILE_MD5=63574e3ada44f473892a61a2da433a59 |
39 | 39 |
40TARFILE_ROOTDIR=apache-tomcat-5.5.35-src | 40TARFILE_ROOTDIR=apache-tomcat-5.5.36-src |
41 42ADDITIONAL_FILES = servletapi/build.xml 43#CONVERTFILES=build$/build.xml 44 45PATCH_FILES=tomcat.patch 46 47BUILD_DIR=servletapi 48BUILD_ACTION=$(ANT) --- 12 unchanged lines hidden --- | 41 42ADDITIONAL_FILES = servletapi/build.xml 43#CONVERTFILES=build$/build.xml 44 45PATCH_FILES=tomcat.patch 46 47BUILD_DIR=servletapi 48BUILD_ACTION=$(ANT) --- 12 unchanged lines hidden --- |