blob: b104b77bc441675e109e61b56cdc7131f050afb4 [file] [log] [blame]
Siva Velusamyb64164c2012-03-28 08:24:13 -07001# Copyright (C) 2012 The Android Open Source Project
Siva Velusamy6ca42e82011-12-08 14:25:37 -08002#
Siva Velusamyb64164c2012-03-28 08:24:13 -07003# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
Siva Velusamy6ca42e82011-12-08 14:25:37 -080014
15############# PRODUCT/PACKAGING CONTROL #############
16product=/com.android.ide.eclipse.monitor/monitor.product
17runPackager=true
18archivePrefix=monitor
19collectingFolder=${archivePrefix}
Siva Velusamy6ca42e82011-12-08 14:25:37 -080020allowBinaryCycles = true
21buildType=I
22buildId=RcpBuild
23buildLabel=${buildType}.${buildId}
24timestamp=007
25launcherName=monitor
26
27############# BASE CONTROL #############
28baseos=linux
29basews=gtk
30basearch=x86_64
31filteredDependencyCheck=false
32resolution.devMode=false
33skipBase=true
34
35############# MAP FILE CONTROL ################
36skipMaps=true
37
38############ REPOSITORY CONTROL ###############
39skipFetch=true
40
41############# JAVA COMPILER OPTIONS ##############
Siva Velusamy9b20bc02012-03-26 18:18:21 -070042compilerArg=-warn:none
Siva Velusamy6ca42e82011-12-08 14:25:37 -080043logExtension=.log
44javacDebugInfo=false
45javacFailOnError=true
46javacVerbose=true
Tor Norbyeab36f4e2011-12-20 20:20:24 -080047javacSource=1.6
48javacTarget=1.6