Home | History | Annotate | Download | only in monitor
      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 #############
     16 product=/com.android.ide.eclipse.monitor/monitor.product
     17 runPackager=true
     18 archivePrefix=monitor
     19 collectingFolder=${archivePrefix}
     20 allowBinaryCycles = true
     21 buildType=I
     22 buildId=RcpBuild
     23 buildLabel=${buildType}.${buildId}
     24 timestamp=007
     25 launcherName=monitor
     26 
     27 ############# BASE CONTROL #############
     28 baseos=linux
     29 basews=gtk
     30 basearch=x86_64
     31 filteredDependencyCheck=false
     32 resolution.devMode=false
     33 skipBase=true
     34 
     35 ############# MAP FILE CONTROL ################
     36 skipMaps=true
     37 
     38 ############ REPOSITORY CONTROL ###############
     39 skipFetch=true
     40 
     41 ############# JAVA COMPILER OPTIONS ##############
     42 compilerArg=-warn:none
     43 logExtension=.log
     44 javacDebugInfo=false 
     45 javacFailOnError=true
     46 javacVerbose=true
     47 javacSource=1.6
     48 javacTarget=1.6
     49