diff options
author | Siva Velusamy <vsiva@google.com> | 2011-12-08 14:25:37 -0800 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2011-12-08 14:25:37 -0800 |
commit | 6ca42e8ef3fe648b3345ea2bcb17825d224f39aa (patch) | |
tree | 41a9e9f60e8cef3c4a91f8045828bffb0b33aa42 /eclipse/plugins/com.android.ide.eclipse.monitor/libs | |
parent | fa11aa3cc8da59afc652f884f8d9e8ca84552704 (diff) | |
download | sdk-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/libs')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.monitor/libs/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/libs/.gitignore b/eclipse/plugins/com.android.ide.eclipse.monitor/libs/.gitignore new file mode 100644 index 0000000..d392f0e --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.monitor/libs/.gitignore @@ -0,0 +1 @@ +*.jar |