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