diff --git a/core/src/main/java/hudson/matrix/MatrixProject.java b/core/src/main/java/hudson/matrix/MatrixProject.java index abe79cd9260283040b58afbc285b77d177984e32..09c77ceeffb03145f5ce372db39450fe578b0847 100644 --- a/core/src/main/java/hudson/matrix/MatrixProject.java +++ b/core/src/main/java/hudson/matrix/MatrixProject.java @@ -189,7 +189,9 @@ public class MatrixProject extends AbstractProject 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-");