[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/main/assembly/bin.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 8 23:15:46 EDT 2014
Author: scantor
Date: Fri Aug 8 23:15:46 2014
New Revision: 3191
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3191&view=rev
Log:
SIDP-611 - Exclude svnkit from distribution due to licensing
Modified:
branches/REL_2/doc/RELEASE-NOTES.txt
branches/REL_2/src/main/assembly/bin.xml
Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3191&r1=3190&r2=3191&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Fri Aug 8 23:15:46 2014
@@ -13,6 +13,7 @@
[SIDP-600] - Make the inbound message issuer (SP's entity ID) available to logout.jsp
[SIDP-601] - SLO: also clear the client-side cookie when logging out at the IdP
[SIDP-607] - Incorrect/misleading Kerberos authentication example in login.config
+[SIDP-611] - Exclude svnkit from distribution due to licensing
Changes in Release 2.4.0
=============================================
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=3191&r1=3190&r2=3191&view=diff
==============================================================================
--- branches/REL_2/src/main/assembly/bin.xml (original)
+++ branches/REL_2/src/main/assembly/bin.xml Fri Aug 8 23:15:46 2014
@@ -17,7 +17,7 @@
<excludes>
<exclude>javax.servlet:*</exclude>
<exclude>javax.servlet.jsp:*</exclude>
-<!-- <exclude>org.tmatesoft.svnkit</exclude> -->
+ <exclude>org.tmatesoft.svnkit:*</exclude>
</excludes>
<includes>
<include>*:jar:*</include>
More information about the commits
mailing list