Author: dkulp Date: Mon Jul 15 18:49:47 2013 New Revision: 1503406 URL: http://svn.apache.org/r1503406 Log: Merged revisions 1497522 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1497522 | dkulp | 2013-06-27 15:41:56 -0400 (Thu, 27 Jun 2013) | 18 lines Merged revisions 1497514 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ........ r1497514 | dkulp | 2013-06-27 15:28:36 -0400 (Thu, 27 Jun 2013) | 10 lines Merged revisions 1497066 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1497066 | dkulp | 2013-06-26 16:07:37 -0400 (Wed, 26 Jun 2013) | 2 lines Remove some unneeded stuff from the src distro that just makes it bigger ........ ........ ........ Modified: cxf/branches/2.5.x-fixes/distribution/src/main/assembly/src.xml Modified: cxf/branches/2.5.x-fixes/distribution/src/main/assembly/src.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/assembly/src.xml?rev=1503406&r1=1503405&r2=1503406&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/distribution/src/main/assembly/src.xml (original) +++ cxf/branches/2.5.x-fixes/distribution/src/main/assembly/src.xml Mon Jul 15 18:49:47 2013 @@ -78,6 +78,8 @@ <exclude>**/build.out*</exclude> <exclude>STATUS</exclude> <exclude>KEYS</exclude> + <exclude>security/**/*</exclude> + <exclude>etc/survey/**/*</exclude> </excludes> </fileSet> </fileSets>
