|  | # | 
|  | #  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. | 
|  | # | 
|  |  | 
|  | # ----- Version Control Flags ----- | 
|  | version.major=2 | 
|  | version.minor=0 | 
|  | version.build=10 | 
|  | version.patch=0 | 
|  | version.suffix=-dev | 
|  |  | 
|  | # ----- 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=/usr/share/java | 
|  | #base.path=C:/path/to/the/repository | 
|  | #base.path=/usr/local | 
|  |  | 
|  | # ----- Build tools ----- | 
|  | ant.version.required=1.10.2 | 
|  |  | 
|  | # ----- Build control flags ----- | 
|  | compile.debug=true | 
|  | # Do not pass -deprecation (-Xlint:deprecation) flag to javac | 
|  | compile.deprecation=false | 
|  |  | 
|  | base-maven.loc=https://repo.maven.apache.org/maven2 | 
|  |  | 
|  | # ----- JUnit Unit Test Suite, version 4.11 or later ----- | 
|  | junit.version=4.11 | 
|  | junit.home=${base.path}/junit-${junit.version} | 
|  | junit.jar=${junit.home}/junit-${junit.version}.jar | 
|  | junit.loc=${base-maven.loc}/junit/junit/${junit.version}/junit-${junit.version}.jar | 
|  |  | 
|  | # ----- Hamcrest Library, used by JUnit, version 1.3 or later ---- | 
|  | hamcrest.version=1.3 | 
|  | hamcrest.home=${base.path}/hamcrest-${hamcrest.version} | 
|  | hamcrest.jar=${hamcrest.home}/hamcrest-core-${hamcrest.version}.jar | 
|  | hamcrest.loc=${base-maven.loc}/org/hamcrest/hamcrest-core/${hamcrest.version}/hamcrest-core-${hamcrest.version}.jar |