#
# Copyright 2003-2005 Sun Microsystems, Inc.  All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun in the LICENSE file that accompanied this code.
#
# This code 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 General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
#

#
# Makefile for building com.sun.org.apache.xerces.internal.jaxp
#

BUILDDIR = ../../../../../../..
PACKAGE = com.sun.org.apache.xerces.internal
PRODUCT = xerces
include $(BUILDDIR)/common/Defs.gmk

#
# Files to compile
#
FILES_java =\
        $(PKGDIR)/jaxp/JAXPValidatorComponent.java \
        $(PKGDIR)/jaxp/DefaultValidationErrorHandler.java \
        $(PKGDIR)/jaxp/DocumentBuilderFactoryImpl.java \
        $(PKGDIR)/jaxp/DocumentBuilderImpl.java \
        $(PKGDIR)/jaxp/SAXParserFactoryImpl.java \
        $(PKGDIR)/jaxp/SAXParserImpl.java \
        $(PKGDIR)/jaxp/JAXPConstants.java \
        $(PKGDIR)/jaxp/validation/ValidatorImpl.java \
        $(PKGDIR)/jaxp/validation/ErrorHandlerAdaptor.java \
        $(PKGDIR)/jaxp/validation/ReadonlyGrammarPool.java \
        $(PKGDIR)/jaxp/validation/Util.java \
        $(PKGDIR)/jaxp/validation/ValidatorHandlerImpl.java \
        $(PKGDIR)/jaxp/validation/WrappedSAXException.java \
        $(PKGDIR)/jaxp/datatype/DatatypeFactoryImpl.java \
        $(PKGDIR)/jaxp/datatype/DurationImpl.java \
        $(PKGDIR)/jaxp/datatype/XMLGregorianCalendarImpl.java \

#
# Resources
#
LOCALE_SET_DEFINITION = jre
RESOURCE_FILES = \
	$(PKGDIR)/jaxp/javax.xml.parsers.DocumentBuilderFactory \
	$(PKGDIR)/jaxp/javax.xml.parsers.SAXParserFactory \
	$(PKGDIR)/jaxp/validation/javax.xml.validation.SchemaFactory
OTHER_PROPERTIES = \
	$(PKGDIR)/jaxp/javax.xml.parsers.DocumentBuilderFactory \
	$(PKGDIR)/jaxp/javax.xml.parsers.SAXParserFactory \
	$(PKGDIR)/jaxp/validation/javax.xml.validation.SchemaFactory

#
# Rules
#
include $(BUILDDIR)/common/Classes.gmk

