File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
io.sloeber.autoBuild/src/io/sloeber/autoBuild/integration Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 29
29
import org .eclipse .core .runtime .Status ;
30
30
import org .eclipse .tools .templates .core .IGenerator ;
31
31
32
+ import io .sloeber .autoBuild .api .AutoBuildCommon ;
32
33
import io .sloeber .autoBuild .api .ICodeProvider ;
33
34
import io .sloeber .autoBuild .buildTools .api .IBuildTools ;
34
35
import io .sloeber .autoBuild .core .Activator ;
@@ -124,6 +125,7 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
124
125
if (cdtCfgDes instanceof ILanguageSettingsProvidersKeeper ) {
125
126
languageKeeper .setLanguageSettingProviders (providers );
126
127
}
128
+ AutoBuildCommon .createFolder ( data .getBuildFolder ());
127
129
}
128
130
if (!myNeedsMoreWork ) {
129
131
des .setCdtProjectCreated ();
You can’t perform that action at this time.
0 commit comments