History log of /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/MonitorPlugin.java
Revision Date Author Comments
f49a3685d05e124a63b5eecabe1e246e11798226 11-Oct-2012 Siva Velusamy <vsiva@google.com> monitor: Add toolbar icons for SDK & AVD Manager

Change-Id: I1d6798719d0b01e1ec72f6cd1599aec871b87d03
http://code.google.com/p/android/issues/detail?id=38247
d0e1c82267d5b54589a44dd176a4ac92d1823e06 20-Jan-2012 Siva Velusamy <vsiva@google.com> monitor rcp: improve SDK location detection.

This patch enables the monitor application to obtain the
path to the Android SDK by:

1. JVM property
2. System env variable.
3. lastSdkPath used by ADT
4. If all the above fails, then a user dialog to prompt for the
SDK location.

Change-Id: I837bbc4c85810ac67b985a190c4e0656cea216f5
6ca42e8ef3fe648b3345ea2bcb17825d224f39aa 08-Dec-2011 Siva Velusamy <vsiva@google.com> 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