[java-shib-idp2 COMMIT] /branches/REL_2/src/main/assembly/bin.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 21 14:45:53 BST 2011
Author: lajoie
Date: Fri Oct 21 14:45:53 2011
New Revision: 3081
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3081&view=rev
Log:
make sure servlet and jsp APIs don't make it in to the final package
Modified:
branches/REL_2/src/main/assembly/bin.xml
Modified: branches/REL_2/src/main/assembly/bin.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/assembly/bin.xml?rev=3081&r1=3080&r2=3081&view=diff
==============================================================================
--- branches/REL_2/src/main/assembly/bin.xml (original)
+++ branches/REL_2/src/main/assembly/bin.xml Fri Oct 21 14:45:53 2011
@@ -14,6 +14,10 @@
<directoryMode>774</directoryMode>
<fileMode>444</fileMode>
<scope>compile</scope>
+ <excludes>
+ <exclude>javax.servlet:*</exclude>
+ <exclude>javax.servlet.jsp:*</exclude>
+ </excludes>
<includes>
<include>*:jar:*</include>
</includes>
More information about the commits
mailing list