Commits
sk89q authored 6deafa660da
1 1 | |
2 + | <!-- |
3 + | ~ WorldGuard, a suite of tools for Minecraft |
4 + | ~ Copyright (C) sk89q <http://www.sk89q.com> |
5 + | ~ Copyright (C) WorldGuard team and contributors |
6 + | ~ |
7 + | ~ This program is free software: you can redistribute it and/or modify it |
8 + | ~ under the terms of the GNU Lesser General Public License as published by the |
9 + | ~ Free Software Foundation, either version 3 of the License, or |
10 + | ~ (at your option) any later version. |
11 + | ~ |
12 + | ~ This program is distributed in the hope that it will be useful, but WITHOUT |
13 + | ~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
14 + | ~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
15 + | ~ for more details. |
16 + | ~ |
17 + | ~ You should have received a copy of the GNU Lesser General Public License |
18 + | ~ along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 + | --> |
20 + | |
2 21 | <assembly |
3 22 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" |
4 23 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 24 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
6 25 | <includeBaseDirectory>false</includeBaseDirectory> |
7 26 | <formats> |
8 27 | <format>tar.gz</format> |
9 28 | <format>tar.bz2</format> |
10 29 | <format>zip</format> |
11 30 | </formats> |