提交 b2d91188 编写于 作者: H huybrechts

changed WarExploder to account for when main directory it not called main

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15925 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d35f675d
......@@ -76,7 +76,6 @@ final class WarExploder {
}
for( ; d!=null; d=d.getParentFile()) {
if(!d.getName().equals("main")) continue;
if(new File(d,".hudson").exists())
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册