Guillaume Nodet | 91fab3b | 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></id> <!-- intentionally left blank -> http://jira.codehaus.org/browse/MASSEMBLY-301 --> |
| 20 | <formats> |
| 21 | <format>tar.gz</format> |
| 22 | </formats> |
| 23 | <fileSets> |
| 24 | |
| 25 | <!-- Copy license and other files from root --> |
| 26 | <fileSet> |
| 27 | <directory>..</directory> |
| 28 | <outputDirectory>/</outputDirectory> |
| 29 | <includes> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 30 | <include>README</include> |
| 31 | <include>RELEASE*</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 32 | </includes> |
| 33 | <lineEnding>unix</lineEnding> |
| 34 | </fileSet> |
| 35 | |
| 36 | <!-- Copy over everything that needs to get unix line endings --> |
| 37 | <fileSet> |
| 38 | <directory>src/main/distribution/text</directory> |
| 39 | <outputDirectory>/</outputDirectory> |
| 40 | <lineEnding>unix</lineEnding> |
| 41 | </fileSet> |
| 42 | <fileSet> |
| 43 | <directory>src/main/distribution/unix-text</directory> |
| 44 | <outputDirectory>/</outputDirectory> |
| 45 | <lineEnding>unix</lineEnding> |
| 46 | </fileSet> |
| 47 | <fileSet> |
Guillaume Nodet | 5cd0379 | 2009-09-08 18:37:13 +0000 | [diff] [blame] | 48 | <directory>target/classes/bin</directory> |
| 49 | <outputDirectory>/bin/</outputDirectory> |
| 50 | <lineEnding>unix</lineEnding> |
| 51 | <fileMode>0755</fileMode> |
| 52 | <includes> |
| 53 | <include>admin</include> |
| 54 | </includes> |
| 55 | </fileSet> |
| 56 | <fileSet> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 57 | <directory>target/classes/etc</directory> |
| 58 | <outputDirectory>/etc/</outputDirectory> |
| 59 | <lineEnding>unix</lineEnding> |
| 60 | </fileSet> |
| 61 | |
| 62 | <!-- Copy over the examples --> |
| 63 | <fileSet> |
| 64 | <directory>../demos</directory> |
| 65 | <outputDirectory>/demos/</outputDirectory> |
| 66 | <lineEnding>unix</lineEnding> |
| 67 | <excludes> |
| 68 | <exclude>**/target/**</exclude> |
| 69 | </excludes> |
| 70 | </fileSet> |
| 71 | |
| 72 | <!-- Copy over files that should not get the line endings converted --> |
| 73 | <fileSet> |
| 74 | <directory>src/main/distribution/binary</directory> |
| 75 | <outputDirectory>/</outputDirectory> |
| 76 | </fileSet> |
| 77 | |
| 78 | <!-- Copy over the files that should not get the line endings converted but need to be chmod to 755 --> |
| 79 | <fileSet> |
| 80 | <directory>src/main/distribution/unix-binary</directory> |
| 81 | <outputDirectory>/</outputDirectory> |
| 82 | <fileMode>0755</fileMode> |
| 83 | </fileSet> |
| 84 | |
| 85 | <!-- Copy over the files that need unix line endings and also chmod to 755 --> |
| 86 | <fileSet> |
| 87 | <directory>src/main/distribution/unix-shell</directory> |
| 88 | <outputDirectory>/</outputDirectory> |
| 89 | <lineEnding>unix</lineEnding> |
| 90 | <fileMode>0755</fileMode> |
| 91 | </fileSet> |
| 92 | |
| 93 | <!-- Copy over jar files --> |
| 94 | <fileSet> |
| 95 | <directory>target/dependencies</directory> |
Guillaume Nodet | 225b799 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 96 | <outputDirectory>/</outputDirectory> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 97 | </fileSet> |
| 98 | |
| 99 | </fileSets> |
| 100 | |
| 101 | <files> |
| 102 | <file> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 103 | <source>${basedir}/../LICENSE</source> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 104 | <outputDirectory>/</outputDirectory> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 105 | <destName>LICENSE</destName> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 106 | <fileMode>0644</fileMode> |
| 107 | <lineEnding>unix</lineEnding> |
| 108 | </file> |
| 109 | <file> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 110 | <source>${basedir}/NOTICE</source> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 111 | <outputDirectory>/</outputDirectory> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 112 | <destName>NOTICE</destName> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 113 | <fileMode>0644</fileMode> |
| 114 | <lineEnding>unix</lineEnding> |
| 115 | </file> |
| 116 | <file> |
| 117 | <source>${basedir}/target/classes/features.xml</source> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 118 | <outputDirectory>/system/org/apache/felix/karaf/apache-felix-karaf/${version}</outputDirectory> |
| 119 | <destName>apache-felix-karaf-${version}-features.xml</destName> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 120 | <fileMode>0644</fileMode> |
| 121 | <lineEnding>unix</lineEnding> |
| 122 | </file> |
| 123 | </files> |
| 124 | |
| 125 | <dependencySets> |
| 126 | |
| 127 | <dependencySet> |
| 128 | <outputDirectory>/system</outputDirectory> |
| 129 | <unpack>false</unpack> |
| 130 | <useProjectArtifact>false</useProjectArtifact> |
| 131 | <outputFileNameMapping>org/apache/felix/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 132 | <includes> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 133 | <include>org.apache.felix:org.apache.felix.configadmin</include> |
| 134 | <include>org.apache.felix:org.apache.felix.prefs</include> |
Guillaume Nodet | 350b150 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 135 | <include>org.apache.felix:org.apache.felix.framework</include> |
Guillaume Nodet | 30fdfb9 | 2009-08-31 07:19:00 +0000 | [diff] [blame] | 136 | <include>org.apache.felix:org.apache.felix.fileinstall</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 137 | </includes> |
| 138 | </dependencySet> |
| 139 | <dependencySet> |
| 140 | <outputDirectory>/system</outputDirectory> |
| 141 | <unpack>false</unpack> |
| 142 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 143 | <outputFileNameMapping>org/apache/felix/gogo/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 144 | <includes> |
| 145 | <include>org.apache.felix.gogo:org.apache.felix.gogo.runtime</include> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 146 | </includes> |
| 147 | </dependencySet> |
| 148 | <dependencySet> |
| 149 | <outputDirectory>/system</outputDirectory> |
| 150 | <unpack>false</unpack> |
| 151 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 152 | <outputFileNameMapping>org/ops4j/pax/logging/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 153 | <includes> |
| 154 | <include>org.ops4j.pax.logging:pax-logging-api</include> |
| 155 | <include>org.ops4j.pax.logging:pax-logging-service</include> |
| 156 | </includes> |
| 157 | </dependencySet> |
| 158 | <dependencySet> |
| 159 | <outputDirectory>/system</outputDirectory> |
| 160 | <unpack>false</unpack> |
| 161 | <useProjectArtifact>false</useProjectArtifact> |
| 162 | <outputFileNameMapping>org/ops4j/pax/url/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 163 | <includes> |
| 164 | <include>org.ops4j.pax.url:pax-url-mvn</include> |
| 165 | <include>org.ops4j.pax.url:pax-url-wrap</include> |
| 166 | </includes> |
| 167 | </dependencySet> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 168 | <dependencySet> |
| 169 | <outputDirectory>/system</outputDirectory> |
| 170 | <unpack>false</unpack> |
| 171 | <useProjectArtifact>false</useProjectArtifact> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 172 | <outputFileNameMapping>org/apache/felix/karaf/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 173 | <includes> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 174 | <include>org.apache.felix.karaf:org.apache.felix.karaf.management</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 175 | </includes> |
| 176 | </dependencySet> |
| 177 | <dependencySet> |
| 178 | <outputDirectory>/system</outputDirectory> |
| 179 | <unpack>false</unpack> |
| 180 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | 2cb94d0 | 2009-08-07 09:55:51 +0000 | [diff] [blame] | 181 | <outputFileNameMapping>org/apache/felix/karaf/features/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 182 | <includes> |
| 183 | <include>org.apache.felix.karaf.features:org.apache.felix.karaf.features.core</include> |
| 184 | <include>org.apache.felix.karaf.features:org.apache.felix.karaf.features.command</include> |
| 185 | <include>org.apache.felix.karaf.features:org.apache.felix.karaf.features.management</include> |
| 186 | </includes> |
| 187 | </dependencySet> |
| 188 | <dependencySet> |
| 189 | <outputDirectory>/system</outputDirectory> |
| 190 | <unpack>false</unpack> |
| 191 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | a11a3ce | 2009-10-22 18:01:48 +0000 | [diff] [blame^] | 192 | <outputFileNameMapping>org/apache/felix/karaf/admin/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 193 | <includes> |
| 194 | <include>org.apache.felix.karaf.admin:org.apache.felix.karaf.admin.core</include> |
| 195 | <include>org.apache.felix.karaf.admin:org.apache.felix.karaf.admin.command</include> |
| 196 | <include>org.apache.felix.karaf.admin:org.apache.felix.karaf.admin.management</include> |
| 197 | </includes> |
| 198 | </dependencySet> |
| 199 | <dependencySet> |
| 200 | <outputDirectory>/system</outputDirectory> |
| 201 | <unpack>false</unpack> |
| 202 | <useProjectArtifact>false</useProjectArtifact> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 203 | <outputFileNameMapping>org/apache/felix/karaf/deployer/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 18c56a1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 204 | <includes> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 205 | <include>org.apache.felix.karaf.deployer:org.apache.felix.karaf.deployer.spring</include> |
| 206 | <include>org.apache.felix.karaf.deployer:org.apache.felix.karaf.deployer.blueprint</include> |
| 207 | <include>org.apache.felix.karaf.deployer:org.apache.felix.karaf.deployer.features</include> |
Guillaume Nodet | 18c56a1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 208 | </includes> |
| 209 | </dependencySet> |
| 210 | <dependencySet> |
| 211 | <outputDirectory>/system</outputDirectory> |
| 212 | <unpack>false</unpack> |
| 213 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 214 | <outputFileNameMapping>org/apache/felix/karaf/shell/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 215 | <includes> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 216 | <include>org.apache.felix.karaf.shell:org.apache.felix.karaf.shell.console</include> |
Guillaume Nodet | 91a52c0 | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 217 | <include>org.apache.felix.karaf.shell:org.apache.felix.karaf.shell.osgi</include> |
| 218 | <include>org.apache.felix.karaf.shell:org.apache.felix.karaf.shell.log</include> |
| 219 | <include>org.apache.felix.karaf.shell:org.apache.felix.karaf.shell.config</include> |
| 220 | <include>org.apache.felix.karaf.shell:org.apache.felix.karaf.shell.packages</include> |
| 221 | <include>org.apache.felix.karaf.shell:org.apache.felix.karaf.shell.ssh</include> |
| 222 | <include>org.apache.felix.karaf.shell:org.apache.felix.karaf.shell.commands</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 223 | </includes> |
| 224 | </dependencySet> |
| 225 | <dependencySet> |
| 226 | <outputDirectory>/system</outputDirectory> |
| 227 | <unpack>false</unpack> |
| 228 | <useProjectArtifact>false</useProjectArtifact> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 229 | <outputFileNameMapping>org/apache/felix/karaf/jaas/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 230 | <includes> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 231 | <include>org.apache.felix.karaf.jaas:org.apache.felix.karaf.jaas.config</include> |
| 232 | <include>org.apache.felix.karaf.jaas:org.apache.felix.karaf.jaas.modules</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 233 | </includes> |
| 234 | </dependencySet> |
| 235 | <dependencySet> |
| 236 | <outputDirectory>/system</outputDirectory> |
| 237 | <unpack>false</unpack> |
| 238 | <useProjectArtifact>false</useProjectArtifact> |
| 239 | <outputFileNameMapping>org/apache/sshd/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 240 | <includes> |
| 241 | <include>org.apache.sshd:sshd-core</include> |
| 242 | </includes> |
| 243 | </dependencySet> |
| 244 | <dependencySet> |
| 245 | <outputDirectory>/system</outputDirectory> |
| 246 | <unpack>false</unpack> |
| 247 | <useProjectArtifact>false</useProjectArtifact> |
| 248 | <outputFileNameMapping>org/apache/mina/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 249 | <includes> |
| 250 | <include>org.apache.mina:mina-core</include> |
| 251 | </includes> |
| 252 | </dependencySet> |
| 253 | <dependencySet> |
| 254 | <outputDirectory>/system</outputDirectory> |
| 255 | <unpack>false</unpack> |
| 256 | <useProjectArtifact>false</useProjectArtifact> |
| 257 | <outputFileNameMapping>org/osgi/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 258 | <includes> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 259 | <include>org.osgi:org.osgi.impl.bundle.jmx</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 260 | </includes> |
| 261 | </dependencySet> |
Guillaume Nodet | 350b150 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 262 | <dependencySet> |
| 263 | <outputDirectory>/system</outputDirectory> |
| 264 | <unpack>false</unpack> |
| 265 | <useProjectArtifact>false</useProjectArtifact> |
| 266 | <outputFileNameMapping>org/eclipse/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 267 | <includes> |
| 268 | <include>org.eclipse:osgi</include> |
| 269 | </includes> |
| 270 | </dependencySet> |
Guillaume Nodet | fcf2d34 | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 271 | <dependencySet> |
| 272 | <outputDirectory>/system</outputDirectory> |
| 273 | <unpack>false</unpack> |
| 274 | <useProjectArtifact>false</useProjectArtifact> |
Chris Custine | 45781ac | 2009-09-15 01:49:45 +0000 | [diff] [blame] | 275 | <outputFileNameMapping>org/apache/geronimo/blueprint/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | fcf2d34 | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 276 | <includes> |
Chris Custine | 45781ac | 2009-09-15 01:49:45 +0000 | [diff] [blame] | 277 | <include>org.apache.geronimo.blueprint:geronimo-blueprint</include> |
Guillaume Nodet | fcf2d34 | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 278 | </includes> |
| 279 | </dependencySet> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 280 | |
| 281 | </dependencySets> |
| 282 | |
| 283 | </assembly> |