Update default properties.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba72be98b6
commit
71d8237307
|
@ -24,7 +24,7 @@ junit.jar = ${junit.home}/junit-4.11.jar
|
||||||
hamcrest.jar = ${hamcrest.home}/hamcrest-core-1.3.jar
|
hamcrest.jar = ${hamcrest.home}/hamcrest-core-1.3.jar
|
||||||
|
|
||||||
# The location of the Easymock jar
|
# The location of the Easymock jar
|
||||||
easymock.jar = ${easymock.home}/easymock-3.1.jar
|
easymock.jar = ${easymock.home}/easymock-3.2.jar
|
||||||
|
|
||||||
# Whether or not to fork tests
|
# Whether or not to fork tests
|
||||||
junit.fork = true
|
junit.fork = true
|
||||||
|
@ -39,7 +39,7 @@ component.package = org.apache.commons.collections4
|
||||||
component.title = Commons Collections
|
component.title = Commons Collections
|
||||||
|
|
||||||
# The current version number of this component
|
# The current version number of this component
|
||||||
component.version = 4.0-SNAPSHOT
|
component.version = 4.1-SNAPSHOT
|
||||||
|
|
||||||
# The name that is used to create the jar file
|
# The name that is used to create the jar file
|
||||||
final.name = ${component.name}-${component.version}
|
final.name = ${component.name}-${component.version}
|
||||||
|
@ -70,12 +70,12 @@ compile.optimize = true
|
||||||
# In particular, if you use JDK 1.4+ the generated classes will not be usable
|
# In particular, if you use JDK 1.4+ the generated classes will not be usable
|
||||||
# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1
|
# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1
|
||||||
# (which is the default value for JDK 1.1 to 1.3).
|
# (which is the default value for JDK 1.1 to 1.3).
|
||||||
compile.target = 1.5
|
compile.target = 1.6
|
||||||
|
|
||||||
# Specifies the source version for the Java compiler.
|
# Specifies the source version for the Java compiler.
|
||||||
# Corresponds to the source attribute for the ant javac task.
|
# Corresponds to the source attribute for the ant javac task.
|
||||||
# Valid values are 1.3, 1.4, 1.5.
|
# Valid values are 1.3, 1.4, 1.5.
|
||||||
compile.source = 1.5
|
compile.source = 1.6
|
||||||
|
|
||||||
# Specifies the source encoding.
|
# Specifies the source encoding.
|
||||||
compile.encoding = ISO-8859-1
|
compile.encoding = ISO-8859-1
|
||||||
|
|
Loading…
Reference in New Issue