[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
Wed Nov 7 14:46:35 EST 2012
Author: putmanb
Date: Wed Nov 7 14:46:34 2012
New Revision: 3119
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3119&view=rev
Log:
SIDP-557: aacli.sh Exception (again)
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=3119&r1=3118&r2=3119&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Wed Nov 7 14:46:34 2012
@@ -1,6 +1,7 @@
Changes in Release 2.4.0
=============================================
[SIDP-545] - Automatic reloading of relying-party.xml results in errors
+[SIDP-557] - aacli.sh Exception (again)
Changes in Release 2.3.8
=============================================
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=3119&r1=3118&r2=3119&view=diff
==============================================================================
--- branches/REL_2/src/main/assembly/bin.xml (original)
+++ branches/REL_2/src/main/assembly/bin.xml Wed Nov 7 14:46:34 2012
@@ -20,6 +20,16 @@
</excludes>
<includes>
<include>*:jar:*</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>/lib</outputDirectory>
+ <directoryMode>774</directoryMode>
+ <fileMode>444</fileMode>
+ <scope>provided</scope>
+ <includes>
+ <include>javax.servlet:servlet-api</include>
+ <include>javax.servlet.jsp:jsp-api</include>
</includes>
</dependencySet>
<dependencySet>
More information about the commits
mailing list