Rename the modules project to prevent VSC from renaming the main project to helma_

Does not work, unfortunately
This commit is contained in:
Tobi Schäfer 2025-04-08 11:52:11 +02:00
parent 8caf790529
commit f786b40961
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -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'