Author: ecki Date: Mon Jan 19 00:16:04 2015 New Revision: 1652883 URL: http://svn.apache.org/r1652883 Log: [dist] avoid assembly warnings
Modified: commons/proper/vfs/trunk/dist/src/assembly/bin.xml commons/proper/vfs/trunk/dist/src/assembly/src.xml Modified: commons/proper/vfs/trunk/dist/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/src/assembly/bin.xml?rev=1652883&r1=1652882&r2=1652883&view=diff ============================================================================== --- commons/proper/vfs/trunk/dist/src/assembly/bin.xml (original) +++ commons/proper/vfs/trunk/dist/src/assembly/bin.xml Mon Jan 19 00:16:04 2015 @@ -21,21 +21,14 @@ limitations under the License. <format>zip</format> </formats> <includeSiteDirectory>false</includeSiteDirectory> - <moduleSets> - <moduleSet> - <useAllReactorProjects>true</useAllReactorProjects> - </moduleSet> - </moduleSets> + <dependencySets> <dependencySet> <includes> - <include>org.apache.commons:commons-vfs2*</include> + <include>org.apache.commons:commons-vfs2</include> + <include>org.apache.commons:commons-vfs2-examples</include> </includes> - <excludes> - <exclude>org.apache.commons:commons-vfs2-distribution</exclude> - </excludes> - <outputDirectory></outputDirectory> - <unpack>false</unpack> + <useProjectArtifact>false</useProjectArtifact> </dependencySet> </dependencySets> @@ -45,14 +38,9 @@ limitations under the License. <includes> <include>LICENSE.txt</include> <include>NOTICE.txt</include> + <include>RELEASE-NOTES.txt</include> </includes> </fileSet> </fileSets> - <files> - <file> - <source>../RELEASE-NOTES.txt</source> - <outputDirectory>.</outputDirectory> - <destName>RELEASE-NOTES.txt</destName> - </file> - </files> -</assembly> + + </assembly> Modified: commons/proper/vfs/trunk/dist/src/assembly/src.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/src/assembly/src.xml?rev=1652883&r1=1652882&r2=1652883&view=diff ============================================================================== --- commons/proper/vfs/trunk/dist/src/assembly/src.xml (original) +++ commons/proper/vfs/trunk/dist/src/assembly/src.xml Mon Jan 19 00:16:04 2015 @@ -28,7 +28,6 @@ <!-- main project directory structure --> <fileSet> <directory>..</directory> - <outputDirectory>/</outputDirectory> <useDefaultExcludes>true</useDefaultExcludes> <excludes> <exclude>**/sandbox/**</exclude> @@ -69,10 +68,5 @@ <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties]</exclude> </excludes> </fileSet> - <!-- license, readme, etc. calculated at build time --> - <fileSet> - <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory> - <outputDirectory>/</outputDirectory> - </fileSet> </fileSets> </assembly>