Rename the modules project to prevent VSC from renaming the main project to helma_
Does not work, unfortunately
This commit is contained in:
parent
8caf790529
commit
f786b40961
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ project(':modules').projectDir = file('modules/helma')
|
||||||
project(':jala').projectDir = file('modules/jala')
|
project(':jala').projectDir = file('modules/jala')
|
||||||
project(':hopKit').projectDir = file('modules/jala/util/HopKit')
|
project(':hopKit').projectDir = file('modules/jala/util/HopKit')
|
||||||
project(':test').projectDir = file('modules/jala/util/Test')
|
project(':test').projectDir = file('modules/jala/util/Test')
|
||||||
|
|
||||||
|
// Rename this project to prevent redundancy and renaming of main project (VSC does not care, though)
|
||||||
|
project(':modules').name = 'modules'
|
||||||
|
|
Loading…
Add table
Reference in a new issue