freemarkerdor/all-zip.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 14 Sep 2009 18:38:08 +0200
changeset 86 8c9969f89021
child 87 96f80f14cfcd
permissions -rw-r--r--
Can generate zip file with all necessary components. No main class/JAR to execute everything so far, however.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <assembly>
     3  <id>all</id>
     4   <formats>
     5     <format>zip</format>
     6   </formats>
     7   <dependencySets>
     8     <dependencySet/>
     9   </dependencySets>
    10 </assembly>