make sure the META-INF is not going into assembly

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@912 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-09-16 02:26:08 +00:00
parent 35e905c88c
commit 041a469f4f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<include>**</include>
</includes>
<excludes>
<exclude>**/META-INF/**</exclude>
<exclude>*-config.jar</exclude>
</excludes>
</fileSet>