[java-shib-idp2 COMMIT] in /branches/REL_2/src/installer/resources: build.xml conf-tmpl/internal.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 17 18:59:50 EDT 2014
Author: scantor
Date: Fri Oct 17 18:59:49 2014
New Revision: 3201
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3201&view=rev
Log:
SIDP-619 - Remove Xerces/Xalan dependencies
Modified:
branches/REL_2/src/installer/resources/build.xml
branches/REL_2/src/installer/resources/conf-tmpl/internal.xml
Modified: branches/REL_2/src/installer/resources/build.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/installer/resources/build.xml?rev=3201&r1=3200&r2=3201&view=diff
==============================================================================
--- branches/REL_2/src/installer/resources/build.xml (original)
+++ branches/REL_2/src/installer/resources/build.xml Fri Oct 17 18:59:49 2014
@@ -59,7 +59,6 @@
<mkdir dir="${idp.home.path}/conf"/>
<mkdir dir="${idp.home.path}/credentials"/>
<mkdir dir="${idp.home.path}/lib"/>
- <mkdir dir="${idp.home.path}/lib/endorsed"/>
<mkdir dir="${idp.home.path}/logs"/>
<mkdir dir="${idp.home.path}/metadata"/>
<mkdir dir="${idp.home.path}/war"/>
@@ -178,9 +177,6 @@
</delete>
<copy todir="${idp.home.path}/lib" preservelastmodified="true" overwrite="true">
<fileset dir="${basedir}/lib"/>
- </copy>
- <copy todir="${idp.home.path}/lib/endorsed" preservelastmodified="true" failonerror="false" overwrite="true">
- <fileset dir="endorsed"/>
</copy>
<!-- create web.xml -->
Modified: branches/REL_2/src/installer/resources/conf-tmpl/internal.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/installer/resources/conf-tmpl/internal.xml?rev=3201&r1=3200&r2=3201&view=diff
==============================================================================
--- branches/REL_2/src/installer/resources/conf-tmpl/internal.xml (original)
+++ branches/REL_2/src/installer/resources/conf-tmpl/internal.xml Fri Oct 17 18:59:49 2014
@@ -68,7 +68,7 @@
<key>
<value>http://apache.org/xml/properties/security-manager</value>
</key>
- <bean id="shibboleth.XercesSecurityManager" class="org.apache.xerces.util.SecurityManager"/>
+ <bean class="com.sun.org.apache.xerces.internal.util.SecurityManager"/>
</entry>
</map>
</property>
More information about the commits
mailing list