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:
parent
35e905c88c
commit
041a469f4f
|
@ -12,6 +12,7 @@
|
|||
<include>**</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>**/META-INF/**</exclude>
|
||||
<exclude>*-config.jar</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
|
|
Loading…
Reference in New Issue