blob: 493665e0f884077ebd1ee8dbef34ba7d98765faf [file] [log] [blame]
Siva Velusamy6ca42e82011-12-08 14:25:37 -08001###############################################################################
2# Copyright (c) 2003, 2009 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
12############# PRODUCT/PACKAGING CONTROL #############
13product=/com.android.ide.eclipse.monitor/monitor.product
14runPackager=true
15archivePrefix=monitor
16collectingFolder=${archivePrefix}
17configs=linux,gtk,x86_64 & \
18 linux,gtk,x86 & \
19 macosx,cocoa,x86_64 & \
20 win32,win32,x86_64 & \
21 win32,win32,x86
22allowBinaryCycles = true
23buildType=I
24buildId=RcpBuild
25buildLabel=${buildType}.${buildId}
26timestamp=007
27launcherName=monitor
28
29############# BASE CONTROL #############
30baseos=linux
31basews=gtk
32basearch=x86_64
33filteredDependencyCheck=false
34resolution.devMode=false
35skipBase=true
36
37############# MAP FILE CONTROL ################
38skipMaps=true
39
40############ REPOSITORY CONTROL ###############
41skipFetch=true
42
43############# JAVA COMPILER OPTIONS ##############
44logExtension=.log
45javacDebugInfo=false
46javacFailOnError=true
47javacVerbose=true
48javacSource=1.5
49javacTarget=1.5