提交 38c41989 编写于 作者: K kohsuke

fixed init order issue.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1835 71c3de6d-444a-0410-be80-ed276b4c234a
上级 eb4c90c7
......@@ -35,11 +35,6 @@ public class Items {
return null;
}
static {
if(Boolean.getBoolean("hudson.maven"))
LIST.add(MavenModuleSet.DESCRIPTOR);
}
/**
* Converts a list of items into a camma-separated full names.
*/
......@@ -106,5 +101,9 @@ public class Items {
static {
XSTREAM.alias("project",Project.class);
// hide maven support until it gets ready
if(Boolean.getBoolean("hudson.maven"))
LIST.add(MavenModuleSet.DESCRIPTOR);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册