提交 33854565 编写于 作者: K kohsuke

matrix project is now live.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3868 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8077a00c
......@@ -27,6 +27,7 @@ public class Items {
public static final List<TopLevelItemDescriptor> LIST = Descriptor.toList(
FreeStyleProject.DESCRIPTOR,
MavenModuleSet.DESCRIPTOR,
MatrixProject.DESCRIPTOR,
ExternalJob.DESCRIPTOR
);
......@@ -106,10 +107,6 @@ public class Items {
XSTREAM.alias("project",FreeStyleProject.class);
XSTREAM.alias("maven2", MavenModule.class);
XSTREAM.alias("maven2-module-set", MavenModule.class);
// this feature is not publicly exposed yet
if(System.getProperty("Matrix")!=null)
LIST.add(MatrixProject.DESCRIPTOR);
XSTREAM.alias("matrix-project",MatrixProject.class);
XSTREAM.alias("matrix-config",MatrixConfiguration.class);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册