-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed0b1a4
commit 6859254
Showing
34 changed files
with
52 additions
and
41 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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | ||
Bundle-Name: TeaVM plugin for Eclipse | ||
Bundle-SymbolicName: teavm-eclipse-core-plugin;singleton:=true | ||
Bundle-Version: 0.2.0.qualifer | ||
Bundle-Version: 0.2.1 | ||
Bundle-Vendor: Alexey Andreev <[email protected]> | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Bundle-ClassPath: ., | ||
|
@@ -40,8 +40,8 @@ Bundle-ClassPath: ., | |
lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar, | ||
lib/org.apache.aries.util-1.0.0.jar, | ||
lib/slf4j-api-1.7.7.jar, | ||
lib/teavm-chrome-rdp-0.2.0.jar, | ||
lib/teavm-core-0.2.0.jar, | ||
lib/teavm-chrome-rdp-0.2.1.jar, | ||
lib/teavm-core-0.2.1.jar, | ||
lib/websocket-api-9.2.1.v20140609.jar, | ||
lib/websocket-client-9.2.1.v20140609.jar, | ||
lib/websocket-common-9.2.1.v20140609.jar, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<feature | ||
id="teavm-eclipse-feature" | ||
label="TeaVM Eclipse support" | ||
version="0.2.0" | ||
version="0.2.1" | ||
provider-name="Alexey Andreev <[email protected]>"> | ||
|
||
<description url="http://www.example.com/description"> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<feature | ||
id="teavm-eclipse-m2e-feature" | ||
label="TeaVM maven configuration support" | ||
version="0.2.0" | ||
version="0.2.1" | ||
provider-name="Alexey Andreev <[email protected]>"> | ||
|
||
<description url="http://www.example.com/description"> | ||
|
@@ -230,7 +230,7 @@ | |
</license> | ||
|
||
<requires> | ||
<import feature="teavm-eclipse-feature" version="0.2.0"/> | ||
<import feature="teavm-eclipse-feature" version="0.2.1"/> | ||
</requires> | ||
|
||
<plugin | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | ||
Bundle-Name: TeaVM plugin for m2e | ||
Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true | ||
Bundle-Version: 0.2.0 | ||
Bundle-Version: 0.2.1 | ||
Bundle-Vendor: Alexey Andreev <[email protected]> | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.2,0.3)", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | ||
Bundle-Name: TeaVM plugin for Eclipse | ||
Bundle-SymbolicName: teavm-eclipse-plugin;singleton:=true | ||
Bundle-Version: 0.2.0.qualifer | ||
Bundle-Version: 0.2.1 | ||
Bundle-Vendor: Alexey Andreev <[email protected]> | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin | ||
|
@@ -22,6 +22,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.8.0,4.0)", | |
org.eclipse.core.variables;bundle-version="[3.2.600,4)", | ||
org.eclipse.core.databinding.observable;bundle-version="[1.4.1,2)", | ||
org.eclipse.jface.databinding;bundle-version="[1.6.0,2)", | ||
teavm-eclipse-core-plugin;bundle-version="0.2.0" | ||
teavm-eclipse-core-plugin;bundle-version="0.2.1" | ||
Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse | ||
Bundle-ActivationPolicy: lazy |
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
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
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
Oops, something went wrong.