All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.assembly.src.xml Maven / Gradle / Ivy

<!--
	$Id: src.xml 10 2007-02-06 18:26:59Z max $
	
	Copyright (c) 2006-2007 Maximilian Antoni. All rights reserved.
	
	This software is licensed as described in the file LICENSE.txt, which you
	should have received as part of this distribution. The terms are also
	available at http://www.maxantoni.de/projects/eva-properties/license.txt.
-->
<assembly>
	<id>src</id>
	<formats>
		<format>tar.gz</format>
		<format>zip</format>
	</formats>
	
	<includeBaseDirectory>true</includeBaseDirectory>
	
	<fileSets>
		<fileSet>
			<excludes>
				<exclude>**/.*</exclude>
				<exclude>target/**</exclude>
			</excludes>
		</fileSet>
	</fileSets>
	
</assembly>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy