aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.monitor/.project
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2011-12-08 14:25:37 -0800
committerSiva Velusamy <vsiva@google.com>2011-12-08 14:25:37 -0800
commit6ca42e8ef3fe648b3345ea2bcb17825d224f39aa (patch)
tree41a9e9f60e8cef3c4a91f8045828bffb0b33aa42 /eclipse/plugins/com.android.ide.eclipse.monitor/.project
parentfa11aa3cc8da59afc652f884f8d9e8ca84552704 (diff)
downloadsdk-6ca42e8ef3fe648b3345ea2bcb17825d224f39aa.zip
sdk-6ca42e8ef3fe648b3345ea2bcb17825d224f39aa.tar.gz
sdk-6ca42e8ef3fe648b3345ea2bcb17825d224f39aa.tar.bz2
rcp: create monitor plugin & build scripts
The monitor plugin defines the entry point for the monitor RCP application, and also defines the monitor.product product configuration. The build scripts in eclipse/scripts/rcp show how to build the RCP app from the command line. Currently, these are not built on the build server. That will happen once we figure out where to put the prebuilts. Change-Id: Idc96b2c011dba55c0d6792e916193017df6ce1c1
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.monitor/.project')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.monitor/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/.project b/eclipse/plugins/com.android.ide.eclipse.monitor/.project
new file mode 100644
index 0000000..2d33f44
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.monitor/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>monitor-plugin</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>