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