https://github.com/apache/commons-lang
Revision d5095df781adbbe9a663fcb4c24c9d4471b1e13c authored by Gary D. Gregory on 21 October 2004, 00:21:39 UTC, committed by Gary D. Gregory on 21 October 2004, 00:21:39 UTC
(1) Allow the Java 1.5 to be used to build by adding:

# Specifies the source version for the Java compiler.
# Corresponds to the source attribute for the ant javac task.
# Valid values are 1.3, 1.4, 1.5.
compile.source = 1.3

(2) Refactor the multiple use of the javac/target="1.1" into a build property:

# Generate class files for specific VM version (e.g., 1.1 or 1.2).
# Note that the default value depends on the JVM that is running Ant.
# 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
# (which is the default value for JDK 1.1 to 1.3).
compile.target = 1.1


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137990 13f79535-47bb-0310-9956-ffa450edef68
1 parent ac517f7
History
Tip revision: d5095df781adbbe9a663fcb4c24c9d4471b1e13c authored by Gary D. Gregory on 21 October 2004, 00:21:39 UTC
Two items:
Tip revision: d5095df
File Mode Size
src
xdocs
.cvsignore -rw-r--r-- 77 bytes
LICENSE.txt -rw-r--r-- 11.1 KB
NOTICE.txt -rw-r--r-- 101 bytes
PROPOSAL.html -rw-r--r-- 2.8 KB
RELEASE-NOTES-2.0.txt -rw-r--r-- 33.5 KB
RELEASE-NOTES.txt -rw-r--r-- 5.8 KB
STATUS.html -rw-r--r-- 7.9 KB
build.xml -rw-r--r-- 9.9 KB
checkstyle.properties -rw-r--r-- 948 bytes
checkstyle.xml -rw-r--r-- 1.4 KB
default.properties -rw-r--r-- 2.4 KB
maven.xml -rw-r--r-- 1.5 KB
project.properties -rw-r--r-- 1.2 KB
project.xml -rw-r--r-- 11.1 KB

back to top