You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2013/09/17 16:41:13 UTC

svn commit: r1524073 - /cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml

Author: owulff
Date: Tue Sep 17 14:41:12 2013
New Revision: 1524073

URL: http://svn.apache.org/r1524073
Log:
Add websphere sources to distribution

Modified:
    cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml

Modified: cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml?rev=1524073&r1=1524072&r2=1524073&view=diff
==============================================================================
--- cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml (original)
+++ cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml Tue Sep 17 14:41:12 2013
@@ -57,6 +57,18 @@
             </includes>
         </fileSet>
         <fileSet>
+            <directory>../plugins/websphere</directory>
+            <outputDirectory>apache-fediz-${project.version}/plugins/websphere</outputDirectory>
+            <excludes>
+                <exclude>**/build</exclude>
+                <exclude>**/target</exclude>
+                <exclude>**/build/**/*</exclude>
+                <exclude>**/target/**/*</exclude>
+                <exclude>**/interopfest/**</exclude>
+                <exclude>**/.*/**</exclude>
+            </excludes>
+        </fileSet>
+        <fileSet>
             <directory>../</directory>
             <outputDirectory>apache-fediz-${project.version}</outputDirectory>
             <includes>