This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
forked from xhteam/tools-motodev
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug 526437] - Android SWT Libraries need to be forked
1. Bug fix changed 4 build.properties each referencing an empty libs folder which Git did not retain on last commit 2. Code review changed 2 hierarchyveiwer classes to get ImageFactory from plugin in same module instead of refering to external ddmuilib Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=526437 Signed-off-by: Andrew Bowley <[email protected]>
- Loading branch information
Showing
8 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 8 additions & 9 deletions
17
android-core/plugins/org.eclipse.andmore.base/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
output.. = bin/ | ||
bin.includes = .,\ | ||
libs/,\ | ||
META-INF/,\ | ||
plugin.xml,\ | ||
plugin.properties,\ | ||
about.html | ||
jars.compile.order = . | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = .,\ | ||
META-INF/,\ | ||
plugin.xml,\ | ||
plugin.properties,\ | ||
about.html | ||
jars.compile.order = . | ||
source.. = src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
android-core/plugins/org.eclipse.andmore.traceview/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
libs/,\ | ||
plugin.xml,\ | ||
icons/,\ | ||
about.ini,\ | ||
about.properties,\ | ||
plugin.properties,\ | ||
about.html | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
plugin.xml,\ | ||
icons/,\ | ||
about.ini,\ | ||
about.properties,\ | ||
plugin.properties,\ | ||
about.html |