ssinstaller/engine/nbproject/project.properties
author Ilia Gromov <ilia@netbeans.org>
Wed, 07 Jun 2017 17:36:09 +0300
branchrelease82
changeset 18421 99d684ee4e50
parent 13802 250909baff0f
permissions -rw-r--r--
Fixing #270763 - Move clang-tidy integration to nb contrib
(transplanted from af737f181106f99c88fbba3a7e80857547d31b29)
mesnik@10719
     1
# 
mesnik@10719
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mesnik@10719
     3
# 
mesnik@10719
     4
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
mesnik@10719
     5
# 
mesnik@10719
     6
# The contents of this file are subject to the terms of either the GNU General Public
mesnik@10719
     7
# License Version 2 only ("GPL") or the Common Development and Distribution
mesnik@10719
     8
# License("CDDL") (collectively, the "License"). You may not use this file except in
mesnik@10719
     9
# compliance with the License. You can obtain a copy of the License at
mesnik@10719
    10
# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
mesnik@10719
    11
# License for the specific language governing permissions and limitations under the
mesnik@10719
    12
# License.  When distributing the software, include this License Header Notice in
mesnik@10719
    13
# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Sun
mesnik@10719
    14
# designates this particular file as subject to the "Classpath" exception as provided
mesnik@10719
    15
# by Sun in the GPL Version 2 section of the License file that accompanied this code.
mesnik@10719
    16
# If applicable, add the following below the License Header, with the fields enclosed
mesnik@10719
    17
# by brackets [] replaced by your own identifying information:
mesnik@10719
    18
# "Portions Copyrighted [year] [name of copyright owner]"
mesnik@10719
    19
# 
mesnik@10719
    20
# Contributor(s):
mesnik@10719
    21
# 
mesnik@10719
    22
# The Original Software is NetBeans. The Initial Developer of the Original Software
mesnik@10719
    23
# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
mesnik@10719
    24
# Rights Reserved.
mesnik@10719
    25
# 
mesnik@10719
    26
# If you wish your version of this file to be governed by only the CDDL or only the
mesnik@10719
    27
# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
mesnik@10719
    28
# this software in this distribution under the [CDDL or GPL Version 2] license." If
mesnik@10719
    29
# you do not indicate a single choice of license, a recipient has the option to
mesnik@10719
    30
# distribute your version of this file under either the CDDL, the GPL Version 2 or
mesnik@10719
    31
# to extend the choice of license to its licensees as provided above. However, if you
mesnik@10719
    32
# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
mesnik@10719
    33
# option applies only if the new code is made subject to such option by the copyright
mesnik@10719
    34
# holder.
mesnik@10719
    35
# 
mesnik@10719
    36
mesnik@10719
    37
application.title=NetBeans Installer Engine
mesnik@10719
    38
application.vendor=ks152834
mesnik@10719
    39
build.classes.dir=${build.dir}/classes
mesnik@10719
    40
build.classes.excludes=**/*.java,**/*.form
mesnik@10719
    41
# This directory is removed when the project is cleaned:
mesnik@10719
    42
build.dir=build
mesnik@10719
    43
build.generated.dir=${build.dir}/generated
ilia@18413
    44
build.generated.sources.dir=${build.dir}/generated-sources
mesnik@10719
    45
# Only compile against the classpath explicitly listed here:
mesnik@10719
    46
build.sysclasspath=ignore
mesnik@10719
    47
build.test.classes.dir=${build.dir}/test/classes
mesnik@10719
    48
build.test.results.dir=${build.dir}/test/results
mesnik@10719
    49
debug.classpath=\
mesnik@10719
    50
    ${run.classpath}
mesnik@10719
    51
debug.test.classpath=\
mesnik@10719
    52
    ${run.test.classpath}
mesnik@10719
    53
# This directory is removed when the project is cleaned:
mesnik@10719
    54
dist.dir=dist
mesnik@10719
    55
dist.jar=${dist.dir}/nbi-engine.jar
mesnik@10719
    56
dist.javadoc.dir=${dist.dir}/javadoc
mesnik@10719
    57
excludes=
mesnik@11679
    58
file.reference.registration-src=../../../../../../../../export/home/lm153972/ws/installer/main/registration/src
mesnik@10719
    59
file.reference.reglib-src=../../reglib/src
mesnik@11166
    60
file.reference.reglib-src-1=../infra/engine/build/reglib/src
mesnik@11679
    61
file.reference.reglib-src-2=../../../../../../../../export/home/lm153972/ws/installer/main/reglib/src
mesnik@10719
    62
includes=**
mesnik@10719
    63
jar.compress=false
mesnik@10719
    64
javac.classpath=\
mesnik@11166
    65
    ${reference.NBI_Engine.jar}:\
mesnik@11679
    66
    ${file.reference.reglib-src-1}:\
mesnik@11679
    67
    ${reference.org_netbeans_modules_reglib.module}
mesnik@10719
    68
# Space-separated list of extra javac options
mesnik@10719
    69
javac.compilerargs=
mesnik@10719
    70
javac.deprecation=false
mesnik@10719
    71
javac.source=1.5
mesnik@10719
    72
javac.target=1.5
mesnik@10719
    73
javac.test.classpath=\
mesnik@10719
    74
    ${javac.classpath}:\
mesnik@10719
    75
    ${build.classes.dir}:\
mesnik@10719
    76
    ${libs.junit.classpath}
mesnik@10719
    77
javadoc.additionalparam=
mesnik@10719
    78
javadoc.author=false
mesnik@10719
    79
javadoc.encoding=
mesnik@10719
    80
javadoc.noindex=false
mesnik@10719
    81
javadoc.nonavbar=false
mesnik@10719
    82
javadoc.notree=false
mesnik@10719
    83
javadoc.private=false
mesnik@10719
    84
javadoc.splitindex=true
mesnik@10719
    85
javadoc.use=true
mesnik@10719
    86
javadoc.version=false
mesnik@10719
    87
javadoc.windowtitle=
mesnik@10719
    88
main.class=org.netbeans.installer.Installer
mesnik@10719
    89
manifest.file=manifest.mf
mesnik@10719
    90
meta.inf.dir=${src.dir}/META-INF
mesnik@10719
    91
platform.active=default_platform
mesnik@11166
    92
project.NBI_Engine=../../../nbi/engine
mesnik@13802
    93
project.org_netbeans_modules_reglib=../../../reglib
mesnik@10719
    94
reference.NBI_Engine.jar=${project.NBI_Engine}/dist/nbi-engine.jar
mesnik@11679
    95
reference.org_netbeans_modules_reglib.module=${project.org_netbeans_modules_reglib}/../nbbuild/netbeans/nb6.1/modules/org-netbeans-modules-reglib.jar
mesnik@10719
    96
run.classpath=\
mesnik@10719
    97
    ${build.classes.dir}
mesnik@10719
    98
# Space-separated list of JVM arguments used when running the project
mesnik@10719
    99
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
mesnik@10719
   100
# or test-sys-prop.name=value to set system properties for unit tests):
mesnik@10719
   101
run.jvmargs=-Dnbi.product.bundled.registry.uri=file:/D:/temp/nbi-build/dist/registry-temp/registry.xml
mesnik@10719
   102
run.test.classpath=\
mesnik@10719
   103
    ${javac.test.classpath}:\
mesnik@10719
   104
    ${build.test.classes.dir}
mesnik@10719
   105
source.encoding=UTF-8
mesnik@10719
   106
src.dir=src
mesnik@10719
   107
reglib.src.dir=${file.reference.reglib-src}
mesnik@10719
   108
test.src.dir=test