Adding in commented out code that is required

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@368 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-06-11 19:04:13 +00:00
parent 8a0ea7e8b6
commit 8fe2fe566b
1 changed files with 1 additions and 2 deletions

View File

@ -650,7 +650,6 @@ public class Main
configure(cpcfg,args.length);
/* TODO is this needed?
String jetty_home=System.getProperty("jetty.home");
if (jetty_home!=null)
{
@ -658,7 +657,7 @@ public class Main
String canonical=file.getCanonicalPath();
System.setProperty("jetty.home",canonical);
}
*/
}
catch (Exception e)
{