summaryrefslogtreecommitdiff
path: root/ddms
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@google.com>2014-01-23 11:56:56 -0800
committerXavier Ducrohet <xav@google.com>2014-05-08 09:55:26 -0700
commit9237820972dc153552b17205c35a7549d6226251 (patch)
tree73751d23804345719aadd2761fd9d945fa506d37 /ddms
parent570793541fe79d192c6ecab41fb5dcf574d43b80 (diff)
downloadswt-9237820972dc153552b17205c35a7549d6226251.tar.gz
New distrib plugin.
Change-Id: If89b68a8947d0222c6406f4ab4eeb5ba00d9fdb4
Diffstat (limited to 'ddms')
-rw-r--r--ddms/app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/ddms/app/build.gradle b/ddms/app/build.gradle
index 8f158a1..7ac2133 100644
--- a/ddms/app/build.gradle
+++ b/ddms/app/build.gradle
@@ -9,10 +9,10 @@ dependencies {
compile project(':ddmlib')
}
-shipping {
+sdkPackaging {
launcherScripts = ['etc/ddms', 'etc/ddms.bat']
}
// configure the manifest of the buildDistributionJar task.
-buildDistributionJar.manifest.attributes("Main-Class": "com.android.ddms.Main")
+sdkJar.manifest.attributes("Main-Class": "com.android.ddms.Main")