1*43f49081SAndrew Rist#**************************************************************
2*43f49081SAndrew Rist#
3*43f49081SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*43f49081SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*43f49081SAndrew Rist#  distributed with this work for additional information
6*43f49081SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*43f49081SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*43f49081SAndrew Rist#  "License"); you may not use this file except in compliance
9*43f49081SAndrew Rist#  with the License.  You may obtain a copy of the License at
10*43f49081SAndrew Rist#
11*43f49081SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*43f49081SAndrew Rist#
13*43f49081SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*43f49081SAndrew Rist#  software distributed under the License is distributed on an
15*43f49081SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*43f49081SAndrew Rist#  KIND, either express or implied.  See the License for the
17*43f49081SAndrew Rist#  specific language governing permissions and limitations
18*43f49081SAndrew Rist#  under the License.
19*43f49081SAndrew Rist#
20*43f49081SAndrew Rist#**************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweirXSLDIR=$(SOLARXMLDIR)$/processing
23cdf0e10cSrcweirXCSROOT=$(SOLARXMLDIR)
24cdf0e10cSrcweirABSXCSROOT=$(SOLARXMLDIR)
25cdf0e10cSrcweirDTDDIR=$(SOLARXMLDIR)
26cdf0e10cSrcweirPROCESSOUT=$(MISC)$/$(CUSTID)
27cdf0e10cSrcweirPROCESSORDIR=$(SOLARBINDIR)
28cdf0e10cSrcweir
29cdf0e10cSrcweir# no validation by inspector class
30cdf0e10cSrcweirNO_INSPECTION=TRUE
31cdf0e10cSrcweir
32