Ver código fonte

migration of Wes' doc changes in HEAD into 1.5.0 release branch

tags/V1_5_0_final
acolyer 18 anos atrás
pai
commit
8c1c528c1f

+ 6
- 2
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java Ver arquivo

@@ -254,10 +254,14 @@ public class AjcTask extends MatchingTask {
private static final ICommandEditor COMMAND_EDITOR;
static {
// many now deprecated: reweavable*, noWeave, ...
String[] xs = new String[]
{ "serializableAspects", "incrementalFile", "lazyTjp",
"reweavable", "reweavable:compress", "notReweavable", "noInline"
//, "targetNearSource", "OcodeSize",
"reweavable", "reweavable:compress", "notReweavable", "noInline",
"noWeave","hasMember",
"ajruntimelevel:1.2", "ajruntimelevel:1.5",
//, "targetNearSource", "OcodeSize",
};
VALID_XOPTIONS = Collections.unmodifiableList(Arrays.asList(xs));


Carregando…
Cancelar
Salvar