ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/modules/jdbc-pool/build.properties.default

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/modules/jdbc-pool/build.properties.default
Status
scanned
Type
file
Name
build.properties.default
Extension
.default
Programming language

      
    
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
4427 (4.3 KB)
MD5
68511fe7e703de5e46466dc24c6a5c43
SHA1
5e534f3a77a13cf30377ecf0796f2bca521feb63
SHA256
984c0cd3660509c4fe74f0a9e41d7dc1212131d83d5d914b75846c54c950a1cf
SHA512

      
    
SHA1_git
368af9120a71d162ba0031cdb839e8d816561b25
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
build.properties.default | 4.3 KB |

# ----------------------------------------------------------------------------- # 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.sample # # This is an example "build.properties" file, used to customize building # Tomcat JDBC Pool for your local environment. It defines the location of all external # modules that Tomcat JDBC Pool depends on. Copy this file to "build.properties" # in the top-level source directory, and customize it as needed. # ----------------------------------------------------------------------------- # ----- Version Control Flags ----- version.major=1 version.minor=1 version.build=0 version.patch=1 version.suffix= # ----- Reproducible builds ----- # Uncomment and set to current time for reproducible builds #2021-03-18T06:00:00Z #ant.tstamp.now=1616047200 # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, # as it is referenced with different working directory # contexts by the various build scripts. base.path=${basedir}/includes compile.source=1.8 compile.target=1.8 compile.release=8 compile.debug=true # Do not pass -deprecation (-Xlint:deprecation) flag to javac compile.deprecation=false # ----- Settings for Junit test database. # Common settings testdb.username=root testdb.password=password # H2 testdb.url=jdbc:h2:~/.h2/test;QUERY_TIMEOUT=0;DB_CLOSE_ON_EXIT=TRUE;LOCK_TIMEOUT=50000;DEFAULT_LOCK_TIMEOUT=50000 testdb.driverClassName=org.h2.Driver testdb.validationQuery=SELECT 1 # MySQL #testdb.url=jdbc:mysql://localhost:3306/mysql?autoReconnect=true #testdb.driverClassName=com.mysql.jdbc.Driver #testdb.validationQuery=SELECT 1 # Derby #testdb.url=jdbc:derby:derbyDB;create=true #testdb.driverClassName=org.apache.derby.jdbc.EmbeddedDriver #testdb.validationQuery=VALUES 1 # JUnit Unit Test Suite junit.version=4.13 junit.home=${base.path}/junit-${junit.version} junit.jar=${junit.home}/junit-${junit.version}.jar junit.loc=https://repo.maven.apache.org/maven2/junit/junit/${junit.version}/junit-${junit.version}.jar # Hamcrest Library, used by JUnit hamcrest.version=2.2 hamcrest.home=${base.path}/hamcrest-${hamcrest.version} hamcrest.jar=${hamcrest.home}/hamcrest-${hamcrest.version}.jar hamcrest.loc=https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/${hamcrest.version}/hamcrest-${hamcrest.version}.jar mysql.home=${base.path}/mysql-connector-java-5.1.12 mysql.jar=${mysql.home}/mysql-connector-java-5.1.12-bin.jar mysql.loc=http://mysql.mirrors.hoobly.com/Downloads/Connector-J/mysql-connector-java-5.1.12.zip tomcat.version=8.0.14 tomcat.home=${base.path}/apache-tomcat-${tomcat.version} tomcat.dbcp.jar=${tomcat.home}/lib/tomcat-dbcp.jar tomcat.juli.jar=${tomcat.home}/bin/tomcat-juli.jar tomcat.loc=https://archive.apache.org/dist/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip tomcat.project.loc=https://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/project.xml tomcat.project.dest=${base.path}/project.xml tomcat.xsl.loc=https://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/tomcat-docs.xsl tomcat.xsl.dest=${base.path}/tomcat-docs.xsl derby.home=${base.path}/db-derby-10.5.1.1-bin derby.loc=https://archive.apache.org/dist/db/derby/db-derby-10.5.1.1/db-derby-10.5.1.1-bin.tar.gz derby.jar=${derby.home}/lib/derby.jar h2.version=2.1.210 h2.home=${base.path}/h2-${h2.version} h2.loc=https://repo.maven.apache.org/maven2/com/h2database/h2/${h2.version}/h2-${h2.version}.jar h2.jar=${h2.home}/h2-${h2.version}.jar
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
18.98
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9
https://repo.maven.apache.org/maven2/junit/junit/$%7Bjunit.version%7D/junit-$%7Bjunit.version%7D.jar 76 76
https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/$%7Bhamcrest.version%7D/hamcrest-$%7Bhamcrest.version%7D.jar 82 82
http://mysql.mirrors.hoobly.com/Downloads/Connector-J/mysql-connector-java-5.1.12.zip 86 86
https://archive.apache.org/dist/tomcat/tomcat-8/v$%7Btomcat.version%7D/bin/apache-tomcat-$%7Btomcat.version%7D.zip 92 92
https://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/project.xml 94 94
https://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/tomcat-docs.xsl 97 97
https://archive.apache.org/dist/db/derby/db-derby-10.5.1.1/db-derby-10.5.1.1-bin.tar.gz 101 101
https://repo.maven.apache.org/maven2/com/h2database/h2/$%7Bh2.version%7D/h2-$%7Bh2.version%7D.jar 106 106