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