[java-shib-idp2 COMMIT] /branches/REL_2/src/installer/resources/conf-tmpl/internal.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 13 11:37:39 EDT 2013


Author: scantor
Date: Wed Mar 13 11:37:39 2013
New Revision: 3153

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3153&view=rev
Log:
JOST-169: switch default string loader to Velocity's version

Modified:
    branches/REL_2/src/installer/resources/conf-tmpl/internal.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=3153&r1=3152&r2=3153&view=diff
==============================================================================
--- branches/REL_2/src/installer/resources/conf-tmpl/internal.xml (original)
+++ branches/REL_2/src/installer/resources/conf-tmpl/internal.xml Wed Mar 13 11:37:39 2013
@@ -46,7 +46,7 @@
                     org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
                 </prop>
                 <prop key="string.resource.loader.class">
-                    edu.internet2.middleware.shibboleth.common.util.StringResourceLoader
+                    org.apache.velocity.runtime.resource.loader.StringResourceLoader
                 </prop>
             </props>
         </property>



More information about the commits mailing list