diff options
Diffstat (limited to 'rules/commons-lang2')
-rw-r--r-- | rules/commons-lang2/encoding.mk | 2 | ||||
-rw-r--r-- | rules/commons-lang2/java4-enum.mk | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/rules/commons-lang2/encoding.mk b/rules/commons-lang2/encoding.mk index c4085a7..365809f 100644 --- a/rules/commons-lang2/encoding.mk +++ b/rules/commons-lang2/encoding.mk @@ -1 +1 @@ -JAVAC += -encoding ISO-8859-1 +project.build.sourceEncoding = ISO-8859-1 diff --git a/rules/commons-lang2/java4-enum.mk b/rules/commons-lang2/java4-enum.mk deleted file mode 100644 index 7689b64..0000000 --- a/rules/commons-lang2/java4-enum.mk +++ /dev/null @@ -1,6 +0,0 @@ -# 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 |