Skip to content

Commit de79fcf

Browse files
author
jan
committed
opening the project properties deletes the build folder
1 parent 2c89522 commit de79fcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

io.sloeber.autoBuild/src/io/sloeber/autoBuild/integration/AutoBuildConfigurationDescription.java

+4
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,10 @@ public void setGenerateMakeFilesAUtomatically(boolean generateMakeFilesAUtomatic
532532

533533
@Override
534534
public void setBuildFolderString(String buildFolder) {
535+
//TODO is this the correct place to delete the old folder
536+
if(buildFolder.equals(myBuildFolderString)) {
537+
return;
538+
}
535539
checkIfWeCanWrite();
536540
IFolder oldBuildFolder = getBuildFolder();
537541
if (oldBuildFolder != null && oldBuildFolder.exists()) {

0 commit comments

Comments
 (0)