/layers-store/src/assembly/assembly.xml
http://alageospatialportal.googlecode.com/ · XML · 20 lines · 20 code · 0 blank · 0 comment · 0 complexity · d38f11a820f31c18b3f53d79d028f264 MD5 · raw file
- <assembly>
- <id>assembly</id>
- <formats>
- <format>jar</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
- <dependencySets>
- <dependencySet>
- <unpack>false</unpack>
- <scope>runtime</scope>
- <outputDirectory>/lib</outputDirectory>
- </dependencySet>
- </dependencySets>
- <fileSets>
- <fileSet>
- <directory>${project.build.outputDirectory}</directory>
- <outputDirectory>/</outputDirectory>
- </fileSet>
- </fileSets>
- </assembly>