diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-08 01:32:53 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-08 01:32:53 -0400 |
commit | b66c8341d096f8dfbec6d540b6e792009ad28b8f (patch) | |
tree | 2c7fd1a95b1a8e217b8c0330b6f89bc20de82a46 /rules/commons-lang2/java4-enum.mk | |
parent | c8b8c27ccce6fee9e1b56459118b1f4aa6d6c1f4 (diff) |
add commons-lang2
Diffstat (limited to 'rules/commons-lang2/java4-enum.mk')
-rw-r--r-- | rules/commons-lang2/java4-enum.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/commons-lang2/java4-enum.mk b/rules/commons-lang2/java4-enum.mk new file mode 100644 index 0000000..7689b64 --- /dev/null +++ b/rules/commons-lang2/java4-enum.mk @@ -0,0 +1,6 @@ +# error: as of release 5, 'enum' is a keyword, and may not be used as an identifier +# package org.apache.commons.lang.enum; +# ^ +# (use -source 1.4 or lower to use 'enum' as an identifier) + +JAVAC += -source 1.4 |