diff options
author | Siva Velusamy <vsiva@google.com> | 2014-06-15 11:38:51 -0700 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2014-06-15 11:38:51 -0700 |
commit | 2f3317b840e3b7e3f23686b1b43d486883a212b6 (patch) | |
tree | 437ef66ef7cecbd5066a4020919194bd7648562e /eclipse/plugins/com.android.ide.eclipse.traceview | |
parent | a9c6de6e91517000b94b388a630d308a0198362e (diff) | |
download | sdk-2f3317b840e3b7e3f23686b1b43d486883a212b6.zip sdk-2f3317b840e3b7e3f23686b1b43d486883a212b6.tar.gz sdk-2f3317b840e3b7e3f23686b1b43d486883a212b6.tar.bz2 |
Remove unneeded dependencies from traceview feature.xml
The traceview feature pulled in unnecessary dependencies (jdt)
into the monitor product build.
Change-Id: Id8cd09ed6c85602e3cc7635066adb8b8aedc55d0
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.traceview')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.traceview/build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties b/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties index 8b1b45b..4895f9f 100644 --- a/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties +++ b/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties @@ -2,7 +2,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - libs,\ + libs/,\ plugin.xml,\ icons/,\ about.ini,\ |