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 2010/09/07 20:42:17 UTC

svn commit: r993463 - in /cxf/branches/2.2.x-fixes: ./ distribution/src/main/assembly/bin.xml

Author: dkulp
Date: Tue Sep  7 18:42:16 2010
New Revision: 993463

URL: http://svn.apache.org/viewvc?rev=993463&view=rev
Log:
Merged revisions 992296 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r992296 | dkulp | 2010-09-03 09:43:12 -0400 (Fri, 03 Sep 2010) | 1 line
  
  With mvn building the samples, we need to exclude the target dirs
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/distribution/src/main/assembly/bin.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/assembly/bin.xml?rev=993463&r1=993462&r2=993463&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/src/main/assembly/bin.xml (original)
+++ cxf/branches/2.2.x-fixes/distribution/src/main/assembly/bin.xml Tue Sep  7 18:42:16 2010
@@ -75,7 +75,9 @@
             <outputDirectory>apache-cxf-${cxf.version}/samples</outputDirectory>
             <excludes>
                 <exclude>**/build</exclude>
+                <exclude>**/target</exclude>
                 <exclude>**/build/**/*</exclude>
+                <exclude>**/target/**/*</exclude>
                 <exclude>integration/JBI/**/build.properties</exclude>
             </excludes>
         </fileSet>