aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/compiled-views
diff options
context:
space:
mode:
authorMarvin Borner2019-04-04 22:16:58 +0200
committerMarvin Borner2019-04-04 22:16:58 +0200
commit40191331c2fe5f14abcb319669808273c5125e8d (patch)
tree61bb70e14edd78f4a254bbd48c5bc8d81ba58f13 /src/main/resources/compiled-views
parent939834914e32464f66f0bfa30473263d96941715 (diff)
Added role and user feature
Diffstat (limited to 'src/main/resources/compiled-views')
-rw-r--r--src/main/resources/compiled-views/rocker-compiler.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/resources/compiled-views/rocker-compiler.conf b/src/main/resources/compiled-views/rocker-compiler.conf
index 5ef6980..bd02e79 100644
--- a/src/main/resources/compiled-views/rocker-compiler.conf
+++ b/src/main/resources/compiled-views/rocker-compiler.conf
@@ -1,10 +1,11 @@
-# DO NOT MODIFY THIS FILE - IT SHOULD BE UPDATED AUTOMATICALLY VIA ./gradlew compileRocker
-rocker.class.dir=/YOURPATH/src/main/resources/compiled-views
+#rocker.output.dir
+#Thu Apr 04 22:14:07 CEST 2019
+rocker.class.dir=/home/melvin/Coding/kloud/src/main/resources/compiled-views
rocker.option.extendsClass=com.fizzed.rocker.runtime.DefaultRockerTemplate
rocker.option.optimize=false
-rocker.output.dir=/YOURPATH/src/main/resources/generated-views
+rocker.output.dir=/home/melvin/Coding/kloud/src/main/resources/generated-views
rocker.option.targetCharset=UTF-8
-rocker.template.dir=/YOURPATH/src/main/resources/views
+rocker.template.dir=/home/melvin/Coding/kloud/src/main/resources/views
rocker.option.combineAdjacentPlain=true
rocker.option.javaVersion=1.8
rocker.option.extendsModelClass=com.fizzed.rocker.runtime.DefaultRockerModel