From 40191331c2fe5f14abcb319669808273c5125e8d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 4 Apr 2019 22:16:58 +0200 Subject: Added role and user feature --- src/main/resources/compiled-views/rocker-compiler.conf | 9 +++++---- src/main/resources/generated-views/files.java | 2 +- src/main/resources/generated-views/fileview.java | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'src/main/resources') 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 diff --git a/src/main/resources/generated-views/files.java b/src/main/resources/generated-views/files.java index 935aca1..ee232d2 100644 --- a/src/main/resources/generated-views/files.java +++ b/src/main/resources/generated-views/files.java @@ -31,7 +31,7 @@ public class files extends com.fizzed.rocker.runtime.DefaultRockerModel { } static public long getModifiedAt() { - return 1554383637000L; + return 1554383637381L; } static public String[] getArgumentNames() { diff --git a/src/main/resources/generated-views/fileview.java b/src/main/resources/generated-views/fileview.java index 94785ca..14b1a70 100644 --- a/src/main/resources/generated-views/fileview.java +++ b/src/main/resources/generated-views/fileview.java @@ -28,7 +28,7 @@ public class fileview extends com.fizzed.rocker.runtime.DefaultRockerModel { } static public long getModifiedAt() { - return 1554384470000L; + return 1554408818000L; } static public String[] getArgumentNames() { -- cgit v1.2.3