| ############################################################################### |
| # 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} |
| configs=linux,gtk,x86_64 & \ |
| linux,gtk,x86 & \ |
| macosx,cocoa,x86_64 & \ |
| win32,win32,x86_64 & \ |
| win32,win32,x86 |
| 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.5 |
| javacTarget=1.5 |