Remove unused XML file
[Sone.git] / 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 (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>