From ec019cc329efc379097f6ad511b522cd8891ffe3 Mon Sep 17 00:00:00 2001 From: Andrew Bowley Date: Tue, 14 Nov 2017 19:36:38 +1100 Subject: [PATCH] [Bug 526437] Android SWT Libraries need to be forked 1. Fixed relative paths to parent pom in andmore-swt feature poms 2. Adjusted target file to reduce early workbench load errors 3. Added missing library jar dependency jar download in ddmuilib pom Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=526437 Signed-off-by: Andrew Bowley --- .../org.eclipse.andmore.ddmuilib/pom.xml | 2 +- .../pom.xml | 2 +- .../org.eclipse.andmore.sdkstats/pom.xml | 2 +- .../org.eclipse.andmore.sdkuilib/pom.xml | 2 +- .../features/org.eclipse.andmore.swt/pom.xml | 2 +- .../org.eclipse.andmore.swtmenubar/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.eclipse.andmore.ddmuilib/pom.xml | 1 - andmore-swt/org.eclipse.andmore.swt/pom.xml | 20 +++++-------------- andmore.target/andmore.target.target | 20 +++++++++++++------ 11 files changed, 27 insertions(+), 30 deletions(-) diff --git a/andmore-swt/features/org.eclipse.andmore.ddmuilib/pom.xml b/andmore-swt/features/org.eclipse.andmore.ddmuilib/pom.xml index 46037543..f489559b 100644 --- a/andmore-swt/features/org.eclipse.andmore.ddmuilib/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.ddmuilib/pom.xml @@ -8,7 +8,7 @@ ddmuilib - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/features/org.eclipse.andmore.hierarchyviewer2lib/pom.xml b/andmore-swt/features/org.eclipse.andmore.hierarchyviewer2lib/pom.xml index cfb8cc1e..08a4a37e 100644 --- a/andmore-swt/features/org.eclipse.andmore.hierarchyviewer2lib/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.hierarchyviewer2lib/pom.xml @@ -8,7 +8,7 @@ hierarchyviewer2lib - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/features/org.eclipse.andmore.sdkstats/pom.xml b/andmore-swt/features/org.eclipse.andmore.sdkstats/pom.xml index 6c3e500b..7c24d460 100644 --- a/andmore-swt/features/org.eclipse.andmore.sdkstats/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.sdkstats/pom.xml @@ -8,7 +8,7 @@ sdkstats - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/features/org.eclipse.andmore.sdkuilib/pom.xml b/andmore-swt/features/org.eclipse.andmore.sdkuilib/pom.xml index a0b56f88..2858670e 100644 --- a/andmore-swt/features/org.eclipse.andmore.sdkuilib/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.sdkuilib/pom.xml @@ -8,7 +8,7 @@ sdkuilib - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/features/org.eclipse.andmore.swt/pom.xml b/andmore-swt/features/org.eclipse.andmore.swt/pom.xml index 7c9ed59b..f2b437b8 100644 --- a/andmore-swt/features/org.eclipse.andmore.swt/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.swt/pom.xml @@ -8,7 +8,7 @@ swt base - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/features/org.eclipse.andmore.swtmenubar/pom.xml b/andmore-swt/features/org.eclipse.andmore.swtmenubar/pom.xml index c291652c..314d1759 100644 --- a/andmore-swt/features/org.eclipse.andmore.swtmenubar/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.swtmenubar/pom.xml @@ -8,7 +8,7 @@ swtmenubar - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/features/org.eclipse.andmore.traceviewuilib/pom.xml b/andmore-swt/features/org.eclipse.andmore.traceviewuilib/pom.xml index 40391cff..fb108a9f 100644 --- a/andmore-swt/features/org.eclipse.andmore.traceviewuilib/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.traceviewuilib/pom.xml @@ -8,7 +8,7 @@ traceviewuilib - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/features/org.eclipse.andmore.uiautomatorviewer/pom.xml b/andmore-swt/features/org.eclipse.andmore.uiautomatorviewer/pom.xml index 8c566cf8..02b62a9d 100644 --- a/andmore-swt/features/org.eclipse.andmore.uiautomatorviewer/pom.xml +++ b/andmore-swt/features/org.eclipse.andmore.uiautomatorviewer/pom.xml @@ -8,7 +8,7 @@ uiautomatorviewer - ../pom.xml + ../../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/org.eclipse.andmore.ddmuilib/pom.xml b/andmore-swt/org.eclipse.andmore.ddmuilib/pom.xml index 3a905784..31b0fb70 100644 --- a/andmore-swt/org.eclipse.andmore.ddmuilib/pom.xml +++ b/andmore-swt/org.eclipse.andmore.ddmuilib/pom.xml @@ -7,7 +7,6 @@ eclipse-plugin ddmuilib - ../pom.xml org.eclipse.andmore swt-droid-parent 0.5.2-SNAPSHOT diff --git a/andmore-swt/org.eclipse.andmore.swt/pom.xml b/andmore-swt/org.eclipse.andmore.swt/pom.xml index 52c173a0..3e48751e 100644 --- a/andmore-swt/org.eclipse.andmore.swt/pom.xml +++ b/andmore-swt/org.eclipse.andmore.swt/pom.xml @@ -104,21 +104,6 @@ - - com.android.tools.build - builder-model - 2.3.3 - - - org.bouncycastle - bcpkix-jdk15on - 1.48 - - - org.bouncycastle - bcprov-jdk15on - 1.48 - com.intellij annotations @@ -208,6 +193,11 @@ com.android.tools.ddms ddmlib + ${android.tools.version} + + + com.android.tools.layoutlib + layoutlib-api ${android.tools.version} diff --git a/andmore.target/andmore.target.target b/andmore.target/andmore.target.target index c5d38472..bcbee37b 100644 --- a/andmore.target/andmore.target.target +++ b/andmore.target/andmore.target.target @@ -2,7 +2,9 @@ - + + + @@ -12,7 +14,6 @@ - @@ -28,9 +29,6 @@ - - - @@ -65,10 +63,13 @@ + + - + + @@ -83,6 +84,13 @@ + + + + + + +