rfe: permit -1.5 (compliance) and source/target 1.5
"source",
Option.FORCE_PREFIXES,
false,
- new String[][] { new String[] { "1.3", "1.4" }
+ new String[][] { new String[] { "1.3", "1.4", "1.5" }
});
// ajc 1.0 options
"compliance",
Option.FORCE_PREFIXES,
false),
+ factory.create(
+ "1.5",
+ "compliance",
+ Option.FORCE_PREFIXES,
+ false),
factory
.create(
"target",
false,
new String[][] { new String[] {
"1.1",
- "1.2" }}),
+ "1.2",
+ "1.3",
+ "1.4",
+ "1.5" }}),
factory.create("XnoInline"),
factory.create("XnoWeave"),
factory.create("XserializableAspects")