Compiler plugins moved to CompilerEnvironmentConfiguration

This commit is contained in:
Andrey Breslav
2012-04-20 14:58:14 +04:00
parent e33acbeebf
commit 13764c06c0
5 changed files with 15 additions and 15 deletions
@@ -62,7 +62,7 @@ public class BytecodeCompiler {
}
// lets register any compiler plugins
env.getEnvironment().getCompilerPlugins().addAll(getCompilerPlugins());
env.getCompilerPlugins().addAll(getCompilerPlugins());
return env;
}