1# Copyright (C) 2012 The Android Open Source Project
2#
3# 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.
14
15############# PRODUCT/PACKAGING CONTROL #############
16product=/com.android.ide.eclipse.monitor/monitor.product
17runPackager=true
18archivePrefix=monitor
19collectingFolder=${archivePrefix}
20allowBinaryCycles = 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 ##############
42compilerArg=-warn:none
43logExtension=.log
44javacDebugInfo=false 
45javacFailOnError=true
46javacVerbose=true
47javacSource=1.6
48javacTarget=1.6
49