[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 15:02:44 EDT 2014


Author: scantor
Date: Fri Aug  8 15:02:44 2014
New Revision: 3189

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3189&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=3189&r1=3188&r2=3189&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Fri Aug  8 15:02:44 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=3189&r1=3188&r2=3189&view=diff
==============================================================================
--- branches/REL_2/src/main/assembly/bin.xml (original)
+++ branches/REL_2/src/main/assembly/bin.xml Fri Aug  8 15:02:44 2014
@@ -17,6 +17,7 @@
             <excludes>
                 <exclude>javax.servlet:*</exclude>
                 <exclude>javax.servlet.jsp:*</exclude>
+                <exclude>org.tmatesoft.svnkit</exclude>
             </excludes>
             <includes>
                 <include>*:jar:*</include>



More information about the commits mailing list