summaryrefslogtreecommitdiff
path: root/rules/commons-lang2/java4-enum.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-23 13:03:55 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-23 13:03:55 -0400
commitc63599f77c3c139abb3bb36a15888c5563e7b269 (patch)
tree65e61bda8ecf78ff629fc00809d115ac4bf34b34 /rules/commons-lang2/java4-enum.mk
parent755761fbdd192e781c956e5bb64eb2ab0dcf86dc (diff)
rules/generic: Get the Java version and encoding from POM
Diffstat (limited to 'rules/commons-lang2/java4-enum.mk')
-rw-r--r--rules/commons-lang2/java4-enum.mk6
1 files changed, 0 insertions, 6 deletions
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