From: David ‘Bombe’ Roden Date: Thu, 23 Jun 2016 19:05:38 +0000 (+0200) Subject: Remove unused XML file X-Git-Tag: 0.9.5^2~24 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=bb748eaa7e3a8ca3ad9ced4862b0634de5f0cb16 Remove unused XML file --- 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> - -