Remove unused XML file
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 23 Jun 2016 19:05:38 +0000 (21:05 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 23 Jun 2016 19:05:38 +0000 (21:05 +0200)
src/main/resources/templates/insert/include/album.xml [deleted 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 (file)
index cd845da..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<album>
-       <id><% album.id|xml></id>
-       <name><% album.name|xml></name>
-       <description><% album.description|xml></description>
-       <albums>
-               <%foreach album.albums album>
-               <%include insert/include/album.xml>
-               <%/foreach>
-       </albums>
-       <images>
-               <%foreach album.images image>
-               <image>
-                       <id><% image.id|xml></id>
-                       <creation-time><% image.creationTime|xml></creation-time>
-                       <key><% image.key|xml></key>
-                       <width><% image.width|xml></width>
-                       <height><% image.height|xml></height>
-                       <title><% image.title|xml></title>
-                       <description><% image.description|xml></description>
-               </image>
-               <%/foreach>
-       </images>
-</album>