Gary D. Gregory
d5095df781
Two items:
...
(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
2004-10-21 00:21:39 +00:00
Gary D. Gregory
f58370a13f
Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html .
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137801 13f79535-47bb-0310-9956-ffa450edef68
2004-02-18 23:13:37 +00:00
Henri Yandell
2608220ef7
Versioned with 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137638 13f79535-47bb-0310-9956-ffa450edef68
2003-08-21 02:48:44 +00:00
Henri Yandell
b05d73a0ed
Preparing for rc3.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137616 13f79535-47bb-0310-9956-ffa450edef68
2003-08-17 19:41:53 +00:00
Henri Yandell
0c1c4431d2
Updated version so that new builds will be rc2.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137523 13f79535-47bb-0310-9956-ffa450edef68
2003-07-30 00:06:44 +00:00
Henri Yandell
a86696a2b0
Setting version to 2.0-rc1
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137429 13f79535-47bb-0310-9956-ffa450edef68
2003-07-14 23:50:12 +00:00
Henri Yandell
f251b7e907
Updated version to 2.0, pre-build.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137426 13f79535-47bb-0310-9956-ffa450edef68
2003-07-14 23:25:47 +00:00
Henri Yandell
6954fa7b30
What? Everyone doesn't have a /usr/local/javalib/ directory?
...
My cockup.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137244 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 16:52:40 +00:00
Henri Yandell
3c27be2435
Updated to reflect next version's dev.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137241 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 09:11:55 +00:00
Stephen Colebourne
7e42641cce
Remove Hen's personal settings (!)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137171 13f79535-47bb-0310-9956-ffa450edef68
2002-12-08 16:06:30 +00:00
Henri Yandell
f9e7f0e58f
Updated version from 1.0 to 1.1-dev.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137170 13f79535-47bb-0310-9956-ffa450edef68
2002-12-07 21:52:19 +00:00
Henri Yandell
c31ee55a2a
1.0'd.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137086 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 03:23:18 +00:00
Henri Yandell
cba6c55b52
Moved to RC2
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137083 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 23:01:55 +00:00
Daniel Rall
f2970e827e
Reverting last commit back to CVS rev 1.3. I would prefer to see the "dist" build target create bundled archives.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137064 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 06:00:30 +00:00
Daniel Rall
357b510dcd
All build-generated content should reside under a single directory for easy cleaning.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137063 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 05:57:36 +00:00
Daniel Rall
0dca928520
Updated the component.version property for [lang] version 1.0-rc1.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137061 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 05:54:54 +00:00
Henri Yandell
f01f3e8d3f
removed my junit location :)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136933 13f79535-47bb-0310-9956-ffa450edef68
2002-07-19 03:39:48 +00:00
Henri Yandell
6627f7ad8f
Initial copy from jakarta-commons-sandbox
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136932 13f79535-47bb-0310-9956-ffa450edef68
2002-07-19 03:35:56 +00:00