Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
| 19 | <assembly> |
| 20 | <id>distribution</id> |
| 21 | <formats> |
| 22 | <format>zip</format> |
| 23 | <format>tar.gz</format> |
| 24 | </formats> |
Richard S. Hall | 487fef2 | 2010-12-22 19:06:38 +0000 | [diff] [blame] | 25 | <fileSets> |
| 26 | <fileSet> |
Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 27 | <directory>${project.basedir}/bin</directory> |
| 28 | <outputDirectory>bin</outputDirectory> |
| 29 | <useDefaultExcludes>true</useDefaultExcludes> |
| 30 | <includes> |
| 31 | <include>*.jar</include> |
| 32 | </includes> |
Richard S. Hall | 487fef2 | 2010-12-22 19:06:38 +0000 | [diff] [blame] | 33 | </fileSet> |
| 34 | <fileSet> |
Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 35 | <directory>${project.basedir}/bundle</directory> |
| 36 | <outputDirectory>bundle</outputDirectory> |
| 37 | <useDefaultExcludes>true</useDefaultExcludes> |
| 38 | <includes> |
| 39 | <include>*.jar</include> |
| 40 | </includes> |
Richard S. Hall | 487fef2 | 2010-12-22 19:06:38 +0000 | [diff] [blame] | 41 | </fileSet> |
| 42 | <fileSet> |
Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 43 | <directory>${project.basedir}/doc</directory> |
| 44 | <outputDirectory>doc</outputDirectory> |
| 45 | <useDefaultExcludes>true</useDefaultExcludes> |
| 46 | <includes> |
| 47 | <include>**</include> |
| 48 | </includes> |
Richard S. Hall | 487fef2 | 2010-12-22 19:06:38 +0000 | [diff] [blame] | 49 | </fileSet> |
| 50 | <fileSet> |
Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 51 | <directory>${project.basedir}</directory> |
| 52 | <includes> |
| 53 | <include>README*</include> |
| 54 | <include>LICENSE*</include> |
| 55 | <include>NOTICE*</include> |
Richard S. Hall | 28c6c31 | 2010-06-07 14:45:14 +0000 | [diff] [blame] | 56 | <include>DEPENDENCIES</include> |
Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 57 | </includes> |
| 58 | <outputDirectory>.</outputDirectory> |
| 59 | <useDefaultExcludes>true</useDefaultExcludes> |
Richard S. Hall | 487fef2 | 2010-12-22 19:06:38 +0000 | [diff] [blame] | 60 | </fileSet> |
Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 61 | </fileSets> |
Richard S. Hall | 487fef2 | 2010-12-22 19:06:38 +0000 | [diff] [blame] | 62 | <files> |
| 63 | <file> |
| 64 | <source>${project.basedir}/conf/config.properties</source> |
| 65 | <outputDirectory>conf</outputDirectory> |
| 66 | <filtered>true</filtered> |
| 67 | </file> |
| 68 | </files> |
Karl Pauls | c6eda45 | 2010-02-14 22:52:56 +0000 | [diff] [blame] | 69 | </assembly> |