Commit bfee68d3 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Fix dev mode in Openfire.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@8792 b35dd754-fafc-0310-a699-88a17e54d16e
parent facc2263
......@@ -441,6 +441,8 @@ public class PluginServlet extends HttpServlet {
jspc.setOutputDir(compilationDir.getAbsolutePath());
jspc.setClassName(filename);
jspc.setCompile(true);
jspc.setCompilerSourceVM("1.5");
jspc.setCompilerTargetVM("1.5");
jspc.setClassPath(getClasspathForPlugin(plugin));
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment