xstream-distribution/src/assembly/assembly-src.xml (27 lines of code) (raw):

<!-- Copyright (C) 2006 Joe Walnes. Copyright (C) 2006, 2007, 2011, 2012 XStream committers. All rights reserved. The software in this package is published under the terms of the BSD style license a copy of which has been included with this distribution in the LICENSE.txt file. Created on 15. October 2006 by Mauro Talevi --> <assembly> <id>src</id> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <directory>..</directory> <outputDirectory>/</outputDirectory> <excludes> <exclude>xstream-builder/**</exclude> <exclude>**/build/**</exclude> <exclude>**/target/**</exclude> <exclude>**/.*/**</exclude> <exclude>**/.*</exclude> <exclude>**/cobertura.ser</exclude> <exclude>**/release.properties</exclude> <exclude>**/surefire*.properties</exclude> <exclude>**/*~</exclude> <exclude>**/*.bak</exclude> <exclude>**/*.classpath</exclude> <exclude>**/*.jps</exclude> <exclude>**/*.releaseBackup</exclude> </excludes> </fileSet> </fileSets> </assembly>