You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/22 23:43:36 UTC

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

Author: dkulp
Date: Tue May 22 21:43:35 2012
New Revision: 1341654

URL: http://svn.apache.org/viewvc?rev=1341654&view=rev
Log:
Pull in readme for the plugin

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=1341654&r1=1341653&r2=1341654&view=diff
==============================================================================
--- cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml (original)
+++ cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml Tue May 22 21:43:35 2012
@@ -55,6 +55,13 @@
                 <exclude>**/interopfest/**</exclude>
             </excludes>
         </fileSet>
+        <fileSet>
+            <directory>../plugins</directory>
+            <outputDirectory>apache-fediz-${project.version}/plugins</outputDirectory>
+            <includes>
+                <include>**/README.txt</include>
+            </includes>
+        </fileSet>
     </fileSets>
     <dependencySets>
         <dependencySet>
@@ -67,7 +74,7 @@
             <scope>runtime</scope>
         </dependencySet>
         <dependencySet>
-            <outputDirectory>apache-fediz-${project.version}/plugins/tomcat7/lib</outputDirectory>
+            <outputDirectory>apache-fediz-${project.version}/plugins/tomcat/lib</outputDirectory>
             <unpack>false</unpack>
             <excludes>
                 <exclude>org.apache.cxf.fediz:fediz-idp</exclude>