Applying patch from Brian Leonard <brian@brainslug.org> which fixes the

j2ee plugin which was crapping out today.  Thanks Brian!


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz 2003-01-30 22:58:06 +00:00
parent fe9fa51601
commit 3482c527cf
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ import org.xml.sax.SAXException;
* A class to resolve external entity definitions for j2ee artifacts.
*
* @author dion
* @version $Id: J2EEEntityResolver.java,v 1.1 2003/01/24 03:45:15 jvanzyl Exp $
* @version $Id: J2EEEntityResolver.java,v 1.2 2003/01/30 22:58:06 kaz Exp $
*/
public class J2EEEntityResolver implements EntityResolver
{
@ -90,7 +90,7 @@ public class J2EEEntityResolver implements EntityResolver
"/ejb-jar_2_0.dtd");
idToResource.put(
"-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN",
"/web-app_2.2.dtd");
"/web-app_2_2.dtd");
idToResource.put(
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN",
"/web-app_2_3.dtd");