
org.echocat.jomon.maven.baseBeans.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ **** BEGIN LICENSE BLOCK ***** ~ ~ Version: MPL 2.0 ~ ~ echocat Jomon, Copyright (c) 2012-2013 echocat ~ ~ This Source Code Form is subject to the terms of the Mozilla Public ~ License, v. 2.0. If a copy of the MPL was not distributed with this ~ file, You can obtain one at http://mozilla.org/MPL/2.0/. ~ ~ **** END LICENSE BLOCK ***** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:c="http://www.springframework.org/schema/c" xmlns:p="http://www.springframework.org/schema/p" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <bean class="org.echocat.jomon.maven.OverwriteWithMavenResourcesClassLoader" c:delegate="#{T(java.lang.Thread).currentThread().getContextClassLoader()}" p:setAsContextLoader="true" p:useJvmWideCaching="true" /> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy