Updated whole environment

This commit is contained in:
Clisprail
2013-04-06 21:02:29 +02:00
parent d5409d4138
commit e682387dfd
11 changed files with 244 additions and 62 deletions
@@ -13,7 +13,6 @@ import org.parabot.core.Context;
*
*/
public abstract class ServerProvider {
public Context context = new Context(this);
/**
* Hooks to parse
@@ -47,7 +46,7 @@ public abstract class ServerProvider {
}
public void parseJar() {
context.getClassPath().addJar(getJar());
Context.resolve().getClassPath().addJar(getJar());
}
}