![JAR search and dependency download from the Maven repository](/logo.png)
conf.classloader-default-filtering.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JOnAS: Java(TM) Open Application Server - Copyright (C) 2009-2011 Bull S.A.S. - Contact: [email protected] - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $Id: classloader-default-filtering.xml 20692 2011-01-07 10:40:21Z alitokmen $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <class-loader-filtering xmlns="http://org.ow2.jonas.lib.loader.mapping"> <!-- List of filters used to exclude packages/resources that are used internally by the Application Server but that will not be available to applications. An empty list will not hide any packages to the applications This list is used both to hide resources and classes to applications. --> <default-filters> <!-- Filters are using regexp as specified at http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html#matches(java.lang.String) --> <filter-name>org.apache.commons.digester.*</filter-name> <filter-name>org.springframework.*</filter-name> </default-filters> </class-loader-filtering>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy