提交 4e5c832e 编写于 作者: K kohsuke

doc update.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5983 71c3de6d-444a-0410-be80-ed276b4c234a
上级 350b16e7
......@@ -189,7 +189,9 @@ public class MatrixProject extends AbstractProject<MatrixProject,MatrixBuild> im
* Rebuilds the {@link #configurations} list and {@link #activeConfigurations}.
*/
private void rebuildConfigurations() throws IOException {
{// backward compatibility check to see if there's any data in the old structure
{
// backward compatibility check to see if there's any data in the old structure
// if so, bring them to the newer structure.
File[] oldDirs = getConfigurationsDir().listFiles(new FileFilter() {
public boolean accept(File child) {
return child.isDirectory() && !child.getName().startsWith("axis-");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册