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.
Merge pull request #121 from Kys3rK1ng/develop
[Bug 526437] - Android SWT Libraries need to be forked
- Loading branch information
Showing
920 changed files
with
135,006 additions
and
55,639 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
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> |
14 changes: 7 additions & 7 deletions
14
andmore-core/plugins/android.codeutils/.settings/org.eclipse.jdt.core.prefs
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,7 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
68 changes: 34 additions & 34 deletions
68
andmore-core/plugins/android.codeutils/META-INF/MANIFEST.MF
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,34 +1,34 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: org.eclipse.andmore.android.codeutils;singleton:=true | ||
Bundle-Version: 0.5.2.qualifier | ||
Bundle-Activator: org.eclipse.andmore.android.codeutils.CodeUtilsActivator | ||
Bundle-Vendor: %providerName | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Bundle-Localization: plugin | ||
Export-Package: org.eclipse.andmore.android.codeutils.codegeneration, | ||
org.eclipse.andmore.android.codeutils.db.actions, | ||
org.eclipse.andmore.android.codeutils.db.utils, | ||
org.eclipse.andmore.android.codeutils.wizards, | ||
org.eclipse.andmore.android.db.deployment, | ||
org.eclipse.andmore.android.db.wizards.model, | ||
org.eclipse.andmore.wizards.buildingblocks | ||
Bundle-ClassPath: . | ||
Require-Bundle: org.eclipse.core.runtime, | ||
org.eclipse.core.resources, | ||
org.eclipse.datatools.connectivity, | ||
org.eclipse.datatools.modelbase.sql, | ||
org.eclipse.jdt.ui, | ||
org.eclipse.ui, | ||
org.eclipse.ui.ide, | ||
org.eclipse.andmore.android, | ||
org.eclipse.andmore.android.common, | ||
org.eclipse.jface.text, | ||
org.eclipse.datatools.connectivity.sqm.core, | ||
org.eclipse.jdt.core, | ||
org.apache.xerces, | ||
org.eclipse.datatools.sqltools.data.ui, | ||
org.eclipse.sequoyah.localization.tools | ||
Import-Package: org.eclipse.ui.texteditor | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: org.eclipse.andmore.android.codeutils;singleton:=true | ||
Bundle-Version: 0.5.2.qualifier | ||
Bundle-Activator: org.eclipse.andmore.android.codeutils.CodeUtilsActivator | ||
Bundle-Vendor: %providerName | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Bundle-Localization: plugin | ||
Export-Package: org.eclipse.andmore.android.codeutils.codegeneration, | ||
org.eclipse.andmore.android.codeutils.db.actions, | ||
org.eclipse.andmore.android.codeutils.db.utils, | ||
org.eclipse.andmore.android.codeutils.wizards, | ||
org.eclipse.andmore.android.db.deployment, | ||
org.eclipse.andmore.android.db.wizards.model, | ||
org.eclipse.andmore.wizards.buildingblocks | ||
Bundle-ClassPath: . | ||
Require-Bundle: org.eclipse.core.runtime, | ||
org.eclipse.core.resources, | ||
org.eclipse.datatools.connectivity, | ||
org.eclipse.datatools.modelbase.sql, | ||
org.eclipse.jdt.ui, | ||
org.eclipse.ui, | ||
org.eclipse.ui.ide, | ||
org.eclipse.andmore.android, | ||
org.eclipse.andmore.android.common, | ||
org.eclipse.jface.text, | ||
org.eclipse.datatools.connectivity.sqm.core, | ||
org.eclipse.jdt.core, | ||
org.apache.xerces, | ||
org.eclipse.datatools.sqltools.data.ui, | ||
org.eclipse.sequoyah.localization.tools | ||
Import-Package: org.eclipse.ui.texteditor |
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> |
14 changes: 7 additions & 7 deletions
14
andmore-core/plugins/android.win32.x86_64/.settings/org.eclipse.jdt.core.prefs
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,7 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
20 changes: 10 additions & 10 deletions
20
andmore-core/plugins/android.win32.x86_64/META-INF/MANIFEST.MF
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,10 +1,10 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %Bundle-Name | ||
Bundle-SymbolicName: org.eclipse.andmore.android.win32.x86_64;singleton:=true | ||
Bundle-Version: 0.5.2.qualifier | ||
Bundle-Vendor: %Bundle-Vendor | ||
Fragment-Host: org.eclipse.andmore.android | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Bundle-Localization: fragment | ||
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86_64)) | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %Bundle-Name | ||
Bundle-SymbolicName: org.eclipse.andmore.android.win32.x86_64;singleton:=true | ||
Bundle-Version: 0.5.2.qualifier | ||
Bundle-Vendor: %Bundle-Vendor | ||
Fragment-Host: org.eclipse.andmore.android | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Bundle-Localization: fragment | ||
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86_64)) |
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</classpath> |
14 changes: 7 additions & 7 deletions
14
andmore-core/plugins/android/.settings/org.eclipse.jdt.core.prefs
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,7 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
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,46 +1,48 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: org.eclipse.andmore.android;singleton:=true | ||
Bundle-Version: 0.5.2.qualifier | ||
Bundle-Activator: org.eclipse.andmore.android.AndroidPlugin | ||
Bundle-Vendor: %providerName | ||
Require-Bundle: org.eclipse.ui, | ||
org.eclipse.ui.ide, | ||
org.eclipse.andmore.android.common, | ||
org.eclipse.andmore.android.logger.collector, | ||
org.eclipse.core.runtime, | ||
org.eclipse.core.filesystem, | ||
org.eclipse.andmore, | ||
org.eclipse.andmore.ddms, | ||
org.eclipse.jdt.core, | ||
org.eclipse.jface.text, | ||
org.apache.xerces, | ||
org.eclipse.ui.console, | ||
org.eclipse.sequoyah.localization.tools, | ||
org.eclipse.sequoyah.device.framework, | ||
org.eclipse.sequoyah.device.common.utilities, | ||
org.eclipse.debug.ui, | ||
org.eclipse.core.expressions, | ||
org.eclipse.andmore.base, | ||
org.eclipse.jdt.ui, | ||
org.apache.commons.net;bundle-version="1.4.1", | ||
org.apache.oro;bundle-version="2.0.8" | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Bundle-Localization: plugin | ||
Export-Package: | ||
org.eclipse.andmore.android, | ||
org.eclipse.andmore.android.devices, | ||
org.eclipse.andmore.android.i18n, | ||
org.eclipse.andmore.android.model, | ||
org.eclipse.andmore.android.multidex, | ||
org.eclipse.andmore.android.nativeos, | ||
org.eclipse.andmore.android.sdkmanager, | ||
org.eclipse.andmore.android.utilities, | ||
org.eclipse.andmore.android.wizards.elements, | ||
org.eclipse.andmore.android.wizards.installapp, | ||
org.eclipse.andmore.android.wizards.monkey | ||
Bundle-ActivationPolicy: lazy | ||
Import-Package: org.eclipse.equinox.security.storage, | ||
org.eclipse.ui.console | ||
Bundle-ClassPath: . | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: org.eclipse.andmore.android;singleton:=true | ||
Bundle-Version: 0.5.2.qualifier | ||
Bundle-Activator: org.eclipse.andmore.android.AndroidPlugin | ||
Bundle-Vendor: %providerName | ||
Require-Bundle: org.eclipse.ui, | ||
org.eclipse.ui.ide, | ||
org.eclipse.andmore.android.common, | ||
org.eclipse.andmore.android.logger.collector, | ||
org.eclipse.core.runtime, | ||
org.eclipse.core.filesystem, | ||
org.eclipse.andmore, | ||
org.eclipse.andmore.ddms, | ||
org.eclipse.jdt.core, | ||
org.eclipse.jface.text, | ||
org.apache.xerces, | ||
org.eclipse.ui.console, | ||
org.eclipse.sequoyah.localization.tools, | ||
org.eclipse.sequoyah.device.framework, | ||
org.eclipse.sequoyah.device.common.utilities, | ||
org.eclipse.debug.ui, | ||
org.eclipse.core.expressions, | ||
org.eclipse.jdt.ui, | ||
org.apache.commons.net;bundle-version="1.4.1", | ||
org.apache.oro;bundle-version="2.0.8", | ||
org.eclipse.andmore.swt;bundle-version="0.5.2", | ||
org.eclipse.andmore.ddmuilib;bundle-version="0.5.2", | ||
org.eclipse.andmore.sdkuilib;bundle-version="0.5.2" | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Bundle-Localization: plugin | ||
Export-Package: | ||
org.eclipse.andmore.android, | ||
org.eclipse.andmore.android.devices, | ||
org.eclipse.andmore.android.i18n, | ||
org.eclipse.andmore.android.model, | ||
org.eclipse.andmore.android.multidex, | ||
org.eclipse.andmore.android.nativeos, | ||
org.eclipse.andmore.android.sdkmanager, | ||
org.eclipse.andmore.android.utilities, | ||
org.eclipse.andmore.android.wizards.elements, | ||
org.eclipse.andmore.android.wizards.installapp, | ||
org.eclipse.andmore.android.wizards.monkey | ||
Bundle-ActivationPolicy: lazy | ||
Import-Package: org.eclipse.equinox.security.storage, | ||
org.eclipse.ui.console | ||
Bundle-ClassPath: . |
Oops, something went wrong.