blob: 9c16f270699bf060581bb51f4a214e522e46549b [file] [log] [blame]
<?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>php</id>
<formats>
<format>zip</format>
<format>tar.gz</format>
<format>tar.bz2</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<outputDirectory>shindig-${project.version}-php</outputDirectory>
<directory>../</directory>
<includes>
<include>features/**</include>
<include>content/**</include>
<include>config/**</include>
<include>extras/src/main/javascript/**</include>
</includes>
<excludes>
<exclude>site/**</exclude>
<exclude>resources/**</exclude>
<exclude>etc/**</exclude>
<exclude>assembly/**</exclude>
<exclude>java/**</exclude>
<!-- scm -->
<exclude>**/.git/**</exclude>
<exclude>**/.svn/**</exclude>
<!-- IDE -->
<exclude>**/*.iws</exclude>
<exclude>**/*.ipr</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/.project/**</exclude>
<exclude>**/.classpath/**</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.externalToolBuilders/**</exclude>
<exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.deployables/**</exclude>
<exclude>**/.wtpmodules/**</exclude>
<!-- maven -->
<exclude>**/pom.xml</exclude>
<exclude>**/target/**</exclude>
<!-- misc -->
<exclude>*.patch</exclude>
<exclude>*.diff</exclude>
<exclude>LICENSE</exclude>
<exclude>NOTICE</exclude>
<exclude>README</exclude>
</excludes>
</fileSet>
<fileSet>
<outputDirectory>shindig-${project.version}-php</outputDirectory>
<directory>../php</directory>
<excludes>
<exclude>config/**</exclude>
<!-- scm -->
<exclude>**/.git/**</exclude>
<exclude>**/.svn/**</exclude>
<!-- IDE -->
<exclude>**/*.iws</exclude>
<exclude>**/*.ipr</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/.project/**</exclude>
<exclude>**/.classpath/**</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.externalToolBuilders/**</exclude>
<exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.deployables/**</exclude>
<exclude>**/.wtpmodules/**</exclude>
<!-- maven -->
<exclude>**/pom.xml</exclude>
<exclude>**/target/**</exclude>
<!-- misc -->
<exclude>*.patch</exclude>
<exclude>*.diff</exclude>
<exclude>*.zip</exclude>
<exclude>*.tar.gz</exclude>
<exclude>*.tar.bz2</exclude>
<exclude>*.sh</exclude>
<exclude>*.bat</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.bak</exclude>
<exclude>NOTICE</exclude>
<exclude>README</exclude>
</excludes>
</fileSet>
<!-- Using the temp container.php created by Maven using Antrun plugin to rewrite
default configuration to release structure -->
<fileSet>
<outputDirectory>shindig-${project.version}-php/config</outputDirectory>
<directory>target/php/config</directory>
<excludes>
<!-- scm -->
<exclude>**/.git/**</exclude>
<exclude>**/.svn/**</exclude>
</excludes>
</fileSet>
</fileSets>
<files>
<file>
<source>../php/README</source>
<outputDirectory>shindig-${project.version}-php</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>../php/NOTICE</source>
<outputDirectory>shindig-${project.version}-php</outputDirectory>
<filtered>true</filtered>
</file>
</files>
</assembly>