Author: ffang Date: Wed Sep 21 04:15:49 2011 New Revision: 1173486 URL: http://svn.apache.org/viewvc?rev=1173486&view=rev Log: Merged revisions 1173485 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes
................ r1173485 | ffang | 2011-09-21 12:09:07 +0800 (三, 21 9 2011) | 9 lines Merged revisions 1173484 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1173484 | ffang | 2011-09-21 12:03:44 +0800 (三, 21 9 2011) | 1 line [CXF-3810]exclude ws_security/interopfest example from binary kit ........ ................ Modified: cxf/branches/2.3.x-fixes/ (props changed) cxf/branches/2.3.x-fixes/distribution/src/main/assembly/bin.xml Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.3.x-fixes/distribution/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/assembly/bin.xml?rev=1173486&r1=1173485&r2=1173486&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/assembly/bin.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/assembly/bin.xml Wed Sep 21 04:15:49 2011 @@ -79,6 +79,7 @@ <exclude>**/build/**/*</exclude> <exclude>**/target/**/*</exclude> <exclude>integration/JBI/**/build.properties</exclude> + <exclude>**/interopfest/**</exclude> </excludes> </fileSet> <fileSet>
