From bb748eaa7e3a8ca3ad9ced4862b0634de5f0cb16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 23 Jun 2016 21:05:38 +0200 Subject: [PATCH] Remove unused XML file --- .../resources/templates/insert/include/album.xml | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/main/resources/templates/insert/include/album.xml diff --git a/src/main/resources/templates/insert/include/album.xml b/src/main/resources/templates/insert/include/album.xml deleted file mode 100644 index cd845da..0000000 --- a/src/main/resources/templates/insert/include/album.xml +++ /dev/null @@ -1,23 +0,0 @@ - - <% album.id|xml> - <% album.name|xml> - <% album.description|xml> - - <%foreach album.albums album> - <%include insert/include/album.xml> - <%/foreach> - - - <%foreach album.images image> - - <% image.id|xml> - <% image.creationTime|xml> - <% image.key|xml> - <% image.width|xml> - <% image.height|xml> - <% image.title|xml> - <% image.description|xml> - - <%/foreach> - - -- 2.7.4