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:
parent
8a0ea7e8b6
commit
8fe2fe566b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue