remove obsolete subprojects

(cherry picked from commit e219932b17bf2b9776141828b3212ed210ffa251)
This commit is contained in:
2026-01-25 20:26:10 +01:00
parent 44fac3f471
commit a196f25526
587 changed files with 0 additions and 31031 deletions
-30
View File
@@ -1,30 +0,0 @@
project kontor "Kontor" "0.1.0" 2024-12-05 +5m {
timezone "Europe/Berlin"
timeformat "%d.%m.%Y"
numberformat "-" "" "" "," 1
currencyformat "-" "" "" "," 0
currency "EUR"
scenario plan "Plan" {
scenario real "Realität"
}
}
resource gcpce "Google Cloud Compute Engine" {
efficiency 0.0
rate 0.25
}
task flask "Kontor-Flask" {
task import "Import repository kontor-flask into directory flask"
}
task springboot "Springboot Vaadin" {
task import "Import repository kontor-spring into directory springboot"
}
taskreport "Arbeitsliste" {
formats html
hidetask ~isleaf()
sorttasks plan.end.up
}