| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (the |
| * "License"); you may not use this file except in compliance |
| * with the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, |
| * software distributed under the License is distributed on an |
| * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| * KIND, either express or implied. See the License for the |
| * specific language governing permissions and limitations |
| * under the License. |
| --> |
| <assembly> |
| <!-- id typically identifies the "type" (src vs bin etc) of the assembly --> |
| <id>management-console-unix</id> |
| <includeBaseDirectory>false</includeBaseDirectory> |
| <formats> |
| <format>tar.gz</format> |
| </formats> |
| <!-- |
| <moduleSets> |
| <moduleSet> |
| <includes> |
| <include>org.apache.qpid.management:org.apache.qpid.management.ui</include> |
| </includes> |
| <binaries> |
| <includeDependencies>true</includeDependencies> |
| <unpack>false</unpack> |
| </binaries> |
| </moduleSet> |
| </moduleSets> |
| --> |
| <fileSets> |
| <fileSet> |
| <directory>src/main/release</directory> |
| <outputDirectory>qpidmc</outputDirectory> |
| <includes> |
| <include>DISCLAIMER</include> |
| </includes> |
| </fileSet> |
| <fileSet> |
| <directory>..</directory> |
| <outputDirectory>qpidmc</outputDirectory> |
| <includes> |
| <include>*.txt</include> |
| </includes> |
| </fileSet> |
| <fileSet> |
| <directory>src/main/release/docs</directory> |
| <outputDirectory>qpidmc/docs</outputDirectory> |
| <includes> |
| <include>RELEASE_NOTES.txt</include> |
| </includes> |
| </fileSet> |
| <fileSet> |
| <directory>../management/eclipse-plugin/src/main/resources/unix/configuration</directory> |
| <outputDirectory>qpidmc/configuration</outputDirectory> |
| <includes> |
| <include>**</include> |
| </includes> |
| </fileSet> |
| <fileSet> |
| <directory>../management/eclipse-plugin/src/main/resources</directory> |
| <outputDirectory>qpidmc</outputDirectory> |
| <includes> |
| <include>license.eclipse.txt</include> |
| </includes> |
| </fileSet> |
| <fileSet> |
| <directory>../management/eclipse-plugin</directory> |
| <outputDirectory>qpidmc</outputDirectory> |
| <includes> |
| <include>README.txt</include> |
| </includes> |
| </fileSet> |
| <fileSet> |
| <directory>../management/eclipse-plugin/bin</directory> |
| <outputDirectory>qpidmc/bin</outputDirectory> |
| <includes> |
| <include>qpidmc*.sh</include> |
| </includes> |
| <fileMode>777</fileMode> |
| </fileSet> |
| </fileSets> |
| |
| <dependencySets> |
| <dependencySet> |
| <outputDirectory>qpidmc/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.0</outputDirectory> |
| <outputFileNameMapping>${artifactId}_${version}/</outputFileNameMapping> |
| <unpack>true</unpack> |
| <includes> |
| <include>org.eclipse.core:org.eclipse.core.runtime.compatibility.registry</include> |
| </includes> |
| <scope>runtime</scope> |
| </dependencySet> |
| |
| <dependencySet> |
| <outputDirectory>qpidmc/eclipse/plugins</outputDirectory> |
| <outputFileNameMapping>${artifactId}_${version}.${extension}</outputFileNameMapping> |
| <unpack>false</unpack> |
| <excludes> |
| <exclude>org.apache.qpid:qpid-distribution</exclude> |
| </excludes> |
| <includes> |
| <include>org.eclipse.ui:org.eclipse.ui.forms</include> |
| <include>org.apache.qpid.management:org.apache.qpid.management.ui</include> |
| </includes> |
| <scope>runtime</scope> |
| </dependencySet> |
| </dependencySets> |
| </assembly> |