Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daspilker committed Jan 22, 2014
1 parent c72474c commit b600c42
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -237,6 +237,9 @@ void readBackExtensionsFromLegacy() {
if (buildChooser!=null && buildChooser.getClass()!=DefaultBuildChooser.class) {
addIfMissing(new BuildChooserSetting(buildChooser));
}
if (isNotBlank(reference) || useShallowClone) {
addIfMissing(new CloneOption(useShallowClone, reference));
}
} catch (IOException e) {
throw new AssertionError(e); // since our extensions don't have any real Saveable
}
Expand Down

0 comments on commit b600c42

Please sign in to comment.