summaryrefslogtreecommitdiff
path: root/rules/commons-lang2/java4-enum.mk
diff options
context:
space:
mode:
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