freemarkerdor/all-zip.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 15 Apr 2011 21:05:46 +0200
changeset 281 fdf4436aad29
parent 87 96f80f14cfcd
permissions -rw-r--r--
Most recent stable version of jersey is 1.6
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3 
     4     Quoridor server and related libraries
     5     Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     6 
     7     This program is free software: you can redistribute it and/or modify
     8     it under the terms of the GNU General Public License as published by
     9     the Free Software Foundation, either version 3 of the License.
    10 
    11     This program is distributed in the hope that it will be useful,
    12     but WITHOUT ANY WARRANTY; without even the implied warranty of
    13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14     GNU General Public License for more details.
    15 
    16     You should have received a copy of the GNU General Public License
    17     along with this program. Look for COPYING file in the top folder.
    18     If not, see http://www.gnu.org/licenses/.
    19 
    20 -->
    21 
    22 <assembly>
    23  <id>all</id>
    24   <formats>
    25     <format>zip</format>
    26   </formats>
    27   <dependencySets>
    28     <dependencySet>
    29         <useProjectArtifact>false</useProjectArtifact>
    30         <outputDirectory>lib</outputDirectory>
    31     </dependencySet>
    32   </dependencySets>
    33   <files>
    34     <file>
    35       <source>target/freemarkerdor-${version}.jar</source>
    36       <outputDirectory>/</outputDirectory>
    37     </file>
    38   </files>
    39 </assembly>