You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/12/16 22:34:35 UTC

shiro-site git commit: adding dependency macro to includes.vtl

Repository: shiro-site
Updated Branches:
  refs/heads/master 277c8ee7e -> 59d828d70


adding dependency macro to includes.vtl


Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/59d828d7
Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/59d828d7
Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/59d828d7

Branch: refs/heads/master
Commit: 59d828d7029901c18e19e16f59c883dd2091e986
Parents: 277c8ee
Author: Brian Demers <bd...@apache.org>
Authored: Fri Dec 16 14:34:23 2016 -0800
Committer: Brian Demers <bd...@apache.org>
Committed: Fri Dec 16 14:34:23 2016 -0800

----------------------------------------------------------------------
 spring-boot.md.vtl      | 2 +-
 spring-framework.md.vtl | 2 +-
 templates/includes.vtl  | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/59d828d7/spring-boot.md.vtl
----------------------------------------------------------------------
diff --git a/spring-boot.md.vtl b/spring-boot.md.vtl
index a10a65a..ff5aee2 100644
--- a/spring-boot.md.vtl
+++ b/spring-boot.md.vtl
@@ -1,4 +1,4 @@
-#parse('templates/macros/dependencies.vtl')
+#parse("templates/includes.vtl")
 
 <a name="Spring-IntegratingApacheShirointoSpringbasedApplications"></a>
 #Integrating Apache Shiro into Spring-Boot Applications

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/59d828d7/spring-framework.md.vtl
----------------------------------------------------------------------
diff --git a/spring-framework.md.vtl b/spring-framework.md.vtl
index 193b14a..2245ab4 100644
--- a/spring-framework.md.vtl
+++ b/spring-framework.md.vtl
@@ -1,4 +1,4 @@
-#parse('templates/macros/dependencies.vtl')
+#parse("templates/includes.vtl")
 
 <a name="SpringFramework-IntegratingApacheShirointoSpringbasedApplications"></a>
 Integrating Apache Shiro into Spring-based Applications

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/59d828d7/templates/includes.vtl
----------------------------------------------------------------------
diff --git a/templates/includes.vtl b/templates/includes.vtl
index db56bca..ddb25ca 100644
--- a/templates/includes.vtl
+++ b/templates/includes.vtl
@@ -7,3 +7,4 @@
 #parse( "templates/macros/md-style-fix.vtl" )
 
 #parse( "templates/versions.vtl" )
+#parse('templates/macros/dependencies.vtl')