| <?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>bin</id> |
| <includeBaseDirectory>false</includeBaseDirectory> |
| <formats> |
| <format>zip</format> |
| <format>tar.gz</format> |
| </formats> |
| |
| <fileSets> |
| <!-- include legal and other files --> |
| <fileSet> |
| <outputDirectory>tuscany-das-${das.version}</outputDirectory> |
| <includes> |
| <include>LICENSE*</include> |
| <include>NOTICE*</include> |
| <include>DISCLAIMER*</include> |
| <include>README*</include> |
| <include>RELEASE_NOTES*</include> |
| </includes> |
| </fileSet> |
| |
| <!-- include javadocs --> |
| <!-- this will silient fail and generate empty distribution if javadoc is not available --> |
| <fileSet> |
| <directory>../../rdb/target/apidocs</directory> |
| <outputDirectory>tuscany-das-${das.version}/doc</outputDirectory> |
| </fileSet> |
| |
| </fileSets> |
| |
| <files> |
| <!-- include readme for companyweb sample --> |
| <file> |
| <source>../../samples/company-webapp/readme.htm</source> |
| <outputDirectory>tuscany-das-${das.version}/samples/company-webapp</outputDirectory> |
| <fileMode>0644</fileMode> |
| </file> |
| <!-- include companyweb sample --> |
| <file> |
| <source>../../samples/company-webapp/target/sample-company-webapp.war</source> |
| <outputDirectory>tuscany-das-${das.version}/samples/company-webapp</outputDirectory> |
| <fileMode>0644</fileMode> |
| </file> |
| |
| |
| |
| <!-- include readme for ajax das sample --> |
| <file> |
| <source>../../samples/advanced-webapp/readme.htm</source> |
| <outputDirectory>tuscany-das-${das.version}/samples/advanced-webapp</outputDirectory> |
| <fileMode>0644</fileMode> |
| </file> |
| <!-- include ajax das sample --> |
| <file> |
| <source>../../samples/advanced-webapp/target/sample-advanced-webapp.war</source> |
| <outputDirectory>tuscany-das-${das.version}/samples/advanced-webapp</outputDirectory> |
| <fileMode>0644</fileMode> |
| </file> |
| |
| |
| <!-- include readme for customer sample --> |
| <file> |
| <source>../../samples/customer/readme.htm</source> |
| <outputDirectory>tuscany-das-${das.version}/samples/customer</outputDirectory> |
| <fileMode>0644</fileMode> |
| </file> |
| <!-- include ajax das sample --> |
| <file> |
| <source>../../samples/customer/target/sample-customer.jar</source> |
| <outputDirectory>tuscany-das-${das.version}/samples/customer</outputDirectory> |
| <fileMode>0644</fileMode> |
| </file> |
| <file> |
| <source>../../samples/customer/build.xml</source> |
| <outputDirectory>tuscany-das-${das.version}/samples/customer</outputDirectory> |
| <fileMode>0644</fileMode> |
| </file> |
| </files> |
| |
| |
| <dependencySets> |
| <!-- DAS api impl --> |
| <dependencySet> |
| <outputDirectory>tuscany-das-${das.version}/lib</outputDirectory> |
| <includes> |
| <include>org.apache.tuscany.das:tuscany-das-rdb</include> |
| </includes> |
| <fileMode>0644</fileMode> |
| </dependencySet> |
| |
| <!-- DAS Samples - Customer derby dependency--> |
| <dependencySet> |
| <outputDirectory>tuscany-das-${das.version}/samples/customer</outputDirectory> |
| <includes> |
| <include>org.apache.derby:derby</include> |
| </includes> |
| <fileMode>0644</fileMode> |
| </dependencySet> |
| |
| </dependencySets> |
| </assembly> |