remoting/server/indexer/etc/app.conf
author Jan Lahoda <jlahoda@netbeans.org>
Sun, 08 Jan 2017 20:11:55 +0100
changeset 1038 1e294e9e1ef4
parent 600 a011b5710a7d
permissions -rw-r--r--
Fixing license headers for configuration files
jlahoda@1038
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jlahoda@1038
     2
#
jlahoda@1038
     3
# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
jlahoda@1038
     4
#
jlahoda@1038
     5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jlahoda@1038
     6
# Other names may be trademarks of their respective owners.
jlahoda@1038
     7
#
jlahoda@1038
     8
# The contents of this file are subject to the terms of either the GNU
jlahoda@1038
     9
# General Public License Version 2 only ("GPL") or the Common
jlahoda@1038
    10
# Development and Distribution License("CDDL") (collectively, the
jlahoda@1038
    11
# "License"). You may not use this file except in compliance with the
jlahoda@1038
    12
# License. You can obtain a copy of the License at
jlahoda@1038
    13
# http://www.netbeans.org/cddl-gplv2.html
jlahoda@1038
    14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jlahoda@1038
    15
# specific language governing permissions and limitations under the
jlahoda@1038
    16
# License.  When distributing the software, include this License Header
jlahoda@1038
    17
# Notice in each file and include the License file at
jlahoda@1038
    18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
jlahoda@1038
    19
# particular file as subject to the "Classpath" exception as provided
jlahoda@1038
    20
# by Oracle in the GPL Version 2 section of the License file that
jlahoda@1038
    21
# accompanied this code. If applicable, add the following below the
jlahoda@1038
    22
# License Header, with the fields enclosed by brackets [] replaced by
jlahoda@1038
    23
# your own identifying information:
jlahoda@1038
    24
# "Portions Copyrighted [year] [name of copyright owner]"
jlahoda@1038
    25
#
jlahoda@1038
    26
# Contributor(s):
jlahoda@1038
    27
#
jlahoda@1038
    28
# The Original Software is NetBeans. The Initial Developer of the Original
jlahoda@1038
    29
# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
jlahoda@1038
    30
# Microsystems, Inc. All Rights Reserved.
jlahoda@1038
    31
#
jlahoda@1038
    32
# If you wish your version of this file to be governed by only the CDDL
jlahoda@1038
    33
# or only the GPL Version 2, indicate your decision by adding
jlahoda@1038
    34
# "[Contributor] elects to include this software in this distribution
jlahoda@1038
    35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
jlahoda@1038
    36
# single choice of license, a recipient has the option to distribute
jlahoda@1038
    37
# your version of this file under either the CDDL, the GPL Version 2 or
jlahoda@1038
    38
# to extend the choice of license to its licensees as provided above.
jlahoda@1038
    39
# However, if you add GPL Version 2 code and therefore, elected the GPL
jlahoda@1038
    40
# Version 2 license, then the option applies only if the new code is
jlahoda@1038
    41
# made subject to such option by the copyright holder.
jlahoda@1038
    42
jlahoda@600
    43
# ${HOME} will be replaced by user home directory according to platform
jlahoda@600
    44
default_userdir="${HOME}/.${APPNAME}/dev"
jlahoda@600
    45
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
jlahoda@600
    46
jlahoda@600
    47
# options used by the launcher by default, can be overridden by explicit
jlahoda@600
    48
# command line switches
jlahoda@600
    49
default_options="-J-client -J-Xverify:none -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m --branding ${branding.token}"
jlahoda@600
    50
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
jlahoda@600
    51
jlahoda@600
    52
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
jlahoda@600
    53
#jdkhome="/path/to/jdk"
jlahoda@600
    54
jlahoda@600
    55
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
jlahoda@600
    56
#extra_clusters=