aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/rcp/build.properties
blob: 0ca363a53124b6bc1ac02b69205796180bb8b55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
###############################################################################
# Copyright (c) 2003, 2009 IBM Corporation and others.
# 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:
#     IBM Corporation - initial API and implementation
###############################################################################

############# PRODUCT/PACKAGING CONTROL #############
product=/com.android.ide.eclipse.monitor/monitor.product
runPackager=true
archivePrefix=monitor
collectingFolder=${archivePrefix}
allowBinaryCycles = true
buildType=I
buildId=RcpBuild
buildLabel=${buildType}.${buildId}
timestamp=007
launcherName=monitor

############# BASE CONTROL #############
baseos=linux
basews=gtk
basearch=x86_64
filteredDependencyCheck=false
resolution.devMode=false
skipBase=true

############# MAP FILE CONTROL ################
skipMaps=true

############ REPOSITORY CONTROL ###############
skipFetch=true

############# JAVA COMPILER OPTIONS ##############
logExtension=.log
javacDebugInfo=false 
javacFailOnError=true
javacVerbose=true
javacSource=1.6
javacTarget=1.6