aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/artifacts/bundles/monitor.product
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-02-12 11:32:18 -0800
committerSiva Velusamy <vsiva@google.com>2014-04-15 09:20:06 -0700
commit68bd64a51f78ae6a66bd8eea9baf07185e2b9588 (patch)
tree2063beb52dac81892ce547f50bd71c2b4fa1060e /eclipse/artifacts/bundles/monitor.product
parenta1d044b7b46ae23c7d8a0f7253287c2cfeba9edc (diff)
downloadsdk-68bd64a51f78ae6a66bd8eea9baf07185e2b9588.zip
sdk-68bd64a51f78ae6a66bd8eea9baf07185e2b9588.tar.gz
sdk-68bd64a51f78ae6a66bd8eea9baf07185e2b9588.tar.bz2
Add scripts to enable Tycho build
This CL adds all the required files to perform a build using Tycho. It is not integrated into the Android build system though. In order to perform a build, make sure your repository has the git projects prebuilts/eclipse and prebuilts/eclipse-build-deps, then do: $ cd sdk/eclipse $ make -f maven.mk That should create the necessary target platform and start a build using Maven/Tycho. The resulting artifacts should be in out/host/maven/bundles-<version>/products Change-Id: I4672cd9ea1ac072a9b5ddb27d98a9849b2a2b8cb
Diffstat (limited to 'eclipse/artifacts/bundles/monitor.product')
-rw-r--r--eclipse/artifacts/bundles/monitor.product54
1 files changed, 54 insertions, 0 deletions
diff --git a/eclipse/artifacts/bundles/monitor.product b/eclipse/artifacts/bundles/monitor.product
new file mode 100644
index 0000000..9aec4f1
--- /dev/null
+++ b/eclipse/artifacts/bundles/monitor.product
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="monitor" uid="com.android.ide.eclipse.monitor.product" id="com.android.ide.eclipse.monitor.product" application="com.android.ide.eclipse.monitor.Application" version="22.6.2.qualifier" useFeatures="true" includeLaunchers="true">
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <programArgs>-data @noDefault</programArgs>
+ <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
+ </launcherArgs>
+
+ <windowImages/>
+
+ <splash
+ location="com.android.ide.eclipse.monitor" />
+ <launcher name="monitor">
+ <solaris/>
+ <win useIco="false">
+ <bmp/>
+ </win>
+ </launcher>
+
+ <vm>
+ </vm>
+
+ <plugins>
+ </plugins>
+
+ <features>
+ <feature id="com.android.ide.eclipse.ddms.feature"/>
+ <feature id="com.android.ide.eclipse.gldebugger.feature"/>
+ <feature id="com.android.ide.eclipse.hierarchyviewer.feature"/>
+ <feature id="com.android.ide.eclipse.traceview.feature"/>
+ <feature id="com.android.ide.eclipse.monitor.feature"/>
+ <feature id="org.eclipse.rcp"/>
+ <feature id="org.eclipse.emf.ecore"/>
+ <feature id="org.eclipse.e4.rcp"/>
+ <feature id="org.eclipse.emf.common"/>
+ <feature id="org.eclipse.platform"/>
+ <feature id="org.eclipse.equinox.p2.core.feature"/>
+ <feature id="org.eclipse.help"/>
+ <feature id="org.eclipse.equinox.p2.rcp.feature"/>
+ <feature id="org.eclipse.equinox.p2.extras.feature"/>
+ </features>
+
+ <configurations>
+ <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="2" />
+ <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
+ <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
+ </configurations>
+
+</product>