update version to 2.1-RC5;
added properties compile.excludes and excludepackagenames to support building a distribution without a package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168226 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2d7f4ada6
commit
580a7b31d2
|
@ -29,7 +29,7 @@ component.package = org.apache.commons.lang
|
||||||
component.title = Core Language Utilities
|
component.title = Core Language Utilities
|
||||||
|
|
||||||
# The current version number of this component
|
# The current version number of this component
|
||||||
component.version = 2.1-RC4
|
component.version = 2.1-RC5
|
||||||
|
|
||||||
# The current year used for the end date in copyrights.
|
# The current year used for the end date in copyrights.
|
||||||
copyright.end = 2005
|
copyright.end = 2005
|
||||||
|
@ -73,6 +73,12 @@ compile.target = 1.1
|
||||||
# Valid values are 1.3, 1.4, 1.5.
|
# Valid values are 1.3, 1.4, 1.5.
|
||||||
compile.source = 1.3
|
compile.source = 1.3
|
||||||
|
|
||||||
|
# Files to be excluded from the compile
|
||||||
|
compile.excludes=org/apache/commons/lang/text/**/*.java
|
||||||
|
|
||||||
|
# Packages to be excluded from javadocs
|
||||||
|
javadoc.excludepackagenames=org.apache.commons.lang.text
|
||||||
|
|
||||||
# Should all tests fail if one does?
|
# Should all tests fail if one does?
|
||||||
test.failonerror = true
|
test.failonerror = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue