From 46a6618cb653533a9776520b6b2428728223cc80 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 4 May 2015 03:16:25 +0300 Subject: build.ant: relayout fragments --- build.ant | 14 ++++++-------- res/template.d/index.html | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/build.ant b/build.ant index 30c21b87..264a7765 100644 --- a/build.ant +++ b/build.ant @@ -105,10 +105,9 @@ - - + - + @@ -132,7 +131,7 @@ + dst="${targetDeploymentDir}/fragment.d/template.d" /> - @@ -157,7 +156,7 @@ - @@ -244,8 +243,7 @@ - - + diff --git a/res/template.d/index.html b/res/template.d/index.html index 3a1d921e..9a10297d 100644 --- a/res/template.d/index.html +++ b/res/template.d/index.html @@ -17,7 +17,7 @@ var rz_config = { // set as a global variable 'separator_string': ' ', }; -var RZ_VERSION = '{% include "fragment/version.txt" %}'; +var RZ_VERSION = '{% include "version.txt" %}'; -- cgit v1.3.1