Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | contributor license agreements. See the NOTICE file distributed with |
| 5 | this work for additional information regarding copyright ownership. |
| 6 | The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | (the "License"); you may not use this file except in compliance with |
| 8 | 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, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | --> |
| 18 | <assembly> |
| 19 | <id>src</id> |
| 20 | <formats> |
| 21 | <format>zip</format> |
| 22 | </formats> |
| 23 | <fileSets> |
| 24 | <!-- Copy license and other files from root --> |
| 25 | <fileSet> |
| 26 | <directory>${basedir}/..</directory> |
| 27 | <outputDirectory>/</outputDirectory> |
| 28 | <includes> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 29 | <include>BUILDING</include> |
| 30 | <include>README</include> |
| 31 | <include>NOTICE</include> |
| 32 | <include>LICENSE</include> |
| 33 | <include>RELEASE*</include> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 34 | </includes> |
| 35 | <lineEnding>dos</lineEnding> |
| 36 | </fileSet> |
| 37 | |
| 38 | <!-- Binary Files --> |
| 39 | <fileSet> |
| 40 | <directory>${basedir}/..</directory> |
| 41 | <outputDirectory>src</outputDirectory> |
| 42 | <includes> |
| 43 | <include>**/*.jpeg</include> |
| 44 | <include>**/*.jpg</include> |
| 45 | <include>**/*.gif</include> |
| 46 | <include>**/*.png</include> |
| 47 | <include>**/*.exe</include> |
| 48 | <include>**/*.dll</include> |
| 49 | <include>**/*.jar</include> |
| 50 | <include>**/*.so</include> |
| 51 | <include>**/*.ks</include> |
| 52 | <include>**/*.ts</include> |
| 53 | <include>**/*.keystore</include> |
| 54 | <include>**/*.bin</include> |
| 55 | <include>**/*.jnilib</include> |
| 56 | <include>**/*.cert</include> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 57 | <include>apache-felix-karaf/src/main/release/bin/*/wrapper</include> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 58 | </includes> |
| 59 | <excludes> |
| 60 | <exclude>**/eclipse-classes/**</exclude> |
| 61 | <exclude>**/target/**</exclude> |
| 62 | </excludes> |
| 63 | </fileSet> |
| 64 | |
| 65 | <!-- Text Files --> |
| 66 | <fileSet> |
| 67 | <directory>${basedir}/..</directory> |
| 68 | <outputDirectory>src</outputDirectory> |
| 69 | <includes> |
| 70 | <include>**/*</include> |
| 71 | </includes> |
| 72 | <excludes> |
| 73 | <exclude>**/*.jpeg</exclude> |
| 74 | <exclude>**/*.jpg</exclude> |
| 75 | <exclude>**/*.gif</exclude> |
| 76 | <exclude>**/*.png</exclude> |
| 77 | <exclude>**/*.exe</exclude> |
| 78 | <exclude>**/*.dll</exclude> |
| 79 | <exclude>**/*.jar</exclude> |
| 80 | <exclude>**/*.so</exclude> |
| 81 | <exclude>**/*.ks</exclude> |
| 82 | <exclude>**/*.ts</exclude> |
| 83 | <exclude>**/*.keystore</exclude> |
| 84 | <exclude>**/*.bin</exclude> |
| 85 | <exclude>**/*.jnilib</exclude> |
| 86 | <exclude>**/*.cert</exclude> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 87 | <exclude>apache-felix-karaf/src/main/release/bin/*/wrapper</exclude> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 88 | |
| 89 | <exclude>**/target/**</exclude> |
| 90 | <exclude>**/build/**</exclude> |
| 91 | <exclude>activemq-data/**</exclude> |
| 92 | <exclude>*/activemq-data/**</exclude> |
| 93 | <exclude>**/eclipse-classes/**</exclude> |
| 94 | <exclude>**/.*</exclude> |
| 95 | <exclude>**/.*/**</exclude> |
| 96 | |
| 97 | <exclude>**/surefire*</exclude> |
| 98 | <exclude>**/svn-commit*</exclude> |
| 99 | |
| 100 | <exclude>**/*.iml</exclude> |
| 101 | <exclude>**/*.ipr</exclude> |
| 102 | <exclude>**/*.iws</exclude> |
| 103 | |
| 104 | <exclude>**/cobertura.ser</exclude> |
| 105 | |
| 106 | </excludes> |
| 107 | <lineEnding>dos</lineEnding> |
| 108 | </fileSet> |
| 109 | </fileSets> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 110 | </assembly> |