blob: 6802bdb0fd679bef7ae5c8d6a660c50d77dd153d [file] [log] [blame]
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
*/
package org.apache.ant.configuration;
/**
* Fork of Avalon code that will be folded back when they get equivelent facilties.
* Note that the code is different package so it should not cause any issues.
*
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
*/
public class SAXConfigurationHandler
extends org.apache.avalon.SAXConfigurationHandler
{
protected org.apache.avalon.DefaultConfiguration
createConfiguration( final String localName, final String location )
{
return new DefaultConfiguration( localName, location );
}
}