Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0f7a436d5d8cf1a0c33cf232e3e036453cde05df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#*******************************************************************************
# Copyright (c) 2011, 2014 IBM Corporation
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Otavio Busatto Pontes <obusatto@br.ibm.com> - initial API and implementation
#    Rafael Peria de Sene <rpsene@br.ibm.com>
#*******************************************************************************/

LINUXTOOLS_PATH=
LINUXTOOLS_PATH_COMBO=Options:
LINUXTOOLS_PATH_TOOLTIP=Use ':' as Path separator
LINUXTOOLS_PATH_CUSTOM=Prepend string to PATH
LINUXTOOLS_PATH_SYSTEM_ENV=Use the System Environment PATH
LINUXTOOLS_PATH_CUSTOM_TOOLTIP=Append the selected string to the beginning of the current system Path

Back to the top