mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
VCS: create files when adding module or converting to directory format through VFS -> this will allow VCS to add files under control automatically
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.intellij.ide.util.projectWizard;
|
||||
|
||||
import com.intellij.openapi.options.ConfigurationException;
|
||||
import com.intellij.openapi.util.Pair;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -31,7 +32,7 @@ public interface SourcePathsBuilder {
|
||||
|
||||
void setContentEntryPath(String moduleRootPath);
|
||||
|
||||
List<Pair<String,String>> getSourcePaths();
|
||||
List<Pair<String,String>> getSourcePaths() throws ConfigurationException;
|
||||
|
||||
void setSourcePaths(List<Pair<String,String>> sourcePaths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user