This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
commit efc2c701a1540c1cdc10566e2a19522963fffbc2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Feb 24 16:52:53 2022 +0000 Remove an old JK2 file --- build.properties.autoconf | 80 ----------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/build.properties.autoconf b/build.properties.autoconf deleted file mode 100644 index 92697eb..0000000 --- a/build.properties.autoconf +++ /dev/null @@ -1,80 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# -# build.properties for jk2/ajp connector. -# to be processed by configure -# - -# Directory where tomcat5 is installed -tomcat5.home=@TOMCAT5_HOME@ - -# Directory where catalina is installed. It can -# be either 4.0 or 4.1 -tomcat40.home=@TOMCAT40_HOME@ - -# If you want to build/install on both 4.0 -# and 4.1, set this to point to 4.0 and 'catalina.home' -# to point to 4.0 -# ( most people need only the first, but developers should -# have both ) -tomcat41.home=@TOMCAT41_HOME@ - -# Directory where tomcat3.3 is installed -tomcat33.home=@TOMCAT33_HOME@ - -# Location of Apache2, Apache1.3 and IIS -apache2.home=@APACHE2_HOME@ -apache13.home=@APACHE_HOME@ -iis.home=@IIS_HOME@ - - -# APR location - by default the version included in Apache2 is used. -# Don't edit unless you install 'standalone' apr. -apr.home=@APR_HOME@ - -apr.include=@APR_INCDIR@ -apr-util.include=@APR_UTIL_INCL@ - -apr.lib=@APR_LIBDIR@ -apr-util.lib=@APR_UTIL_LIB@ - - -# Location of Apache2, Apache1.3 apxs build tool -apxs=@APXS@ -apxs2=@APXS2@ - - -# Location of Apache2, Apache1.3 and IIS -# includes directory -apache2.include=@APACHE2_INCDIR@ -apache13.include=@APACHE_INCDIR@ -iis.include=@IIS_INCDIR@ - - -# Location of Apache2, Apache1.3 and IIS -# lib directory -apache2.lib=@APACHE2_LIBDIR@ -apache13.lib=@APACHE_LIBDIR@ -iis.lib=@IIS_LIBDIR@ - - -# Compile-time options for native code -so.debug=true -so.optimize=false -so.profile=false - --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org