blob: 33c2a8ffd8d92d1409daa91a4e749f04215bb24c [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
ant.jar=${ant.core.lib}
javac.source=1.6
javadoc.arch=${basedir}/arch.xml
# web.browser.api.dir is sometimes not set during the build (eg. nbms-and-javadoc build)
# hence the hotfix which adds "${projectapi.dir}/modules/org-netbeans-modules-web-browser-api.jar"
antsrc.cp=\
${ant.core.lib}:\
${openide.filesystems.dir}/core/org-openide-filesystems.jar:\
${openide.awt.dir}/modules/org-openide-awt.jar:\
${openide.util.lookup.dir}/lib/org-openide-util-lookup.jar:\
${projectapi.dir}/modules/org-netbeans-modules-projectapi.jar:\
${web.browser.api.dir}/modules/org-netbeans-modules-web-browser-api.jar:\
${projectapi.dir}/modules/org-netbeans-modules-web-browser-api.jar