1bd8ef897SAndrew Rist# ************************************************************* 2bd8ef897SAndrew Rist# 3bd8ef897SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4bd8ef897SAndrew Rist# or more contributor license agreements. See the NOTICE file 5bd8ef897SAndrew Rist# distributed with this work for additional information 6bd8ef897SAndrew Rist# regarding copyright ownership. The ASF licenses this file 7bd8ef897SAndrew Rist# to you under the Apache License, Version 2.0 (the 8bd8ef897SAndrew Rist# "License"); you may not use this file except in compliance 9bd8ef897SAndrew Rist# with the License. You may obtain a copy of the License at 10bd8ef897SAndrew Rist# 11bd8ef897SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12bd8ef897SAndrew Rist# 13bd8ef897SAndrew Rist# Unless required by applicable law or agreed to in writing, 14bd8ef897SAndrew Rist# software distributed under the License is distributed on an 15bd8ef897SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16bd8ef897SAndrew Rist# KIND, either express or implied. See the License for the 17bd8ef897SAndrew Rist# specific language governing permissions and limitations 18bd8ef897SAndrew Rist# under the License. 19bd8ef897SAndrew Rist# 20bd8ef897SAndrew Rist# ************************************************************* 21bd8ef897SAndrew Rist 22cdf0e10cSrcweir# define how to handle CLASSPATH environment 23cdf0e10cSrcweir# x-no-translate 24cdf0e10cSrcweirbuild.sysclasspath=ignore 25cdf0e10cSrcweir 26*940681c7SMatthias Seidel# set whether we want to compile with or without deprecation 27cdf0e10cSrcweirdeprecation=on 28cdf0e10cSrcweir 29cdf0e10cSrcweirsrc.dir=${basedir}/java 30cdf0e10cSrcweir 31cdf0e10cSrcweirbuild.dir=${out}/class 32cdf0e10cSrcweirtarget.dir=${build.dir}/${ant.project.name} 33bd8ef897SAndrew Risttarget.jar=${build.dir}/${ant.project.name}.jar 34