-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
2502220
commit 40da888
Showing
39 changed files
with
49 additions
and
49 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
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.3.0 | ||
Bundle-Version: 0.3.1 | ||
Bundle-Vendor: Alexey Andreev <[email protected]> | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Bundle-ClassPath: ., | ||
|
@@ -37,8 +37,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.3.0.jar, | ||
lib/teavm-core-0.3.0.jar, | ||
lib/teavm-chrome-rdp-0.3.1.jar, | ||
lib/teavm-core-0.3.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.3.0" | ||
version="0.3.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.3.0" | ||
version="0.3.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.3.0"/> | ||
<import feature="teavm-eclipse-feature" version="0.3.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,10 +2,10 @@ Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | ||
Bundle-Name: TeaVM plugin for m2e | ||
Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true | ||
Bundle-Version: 0.3.0 | ||
Bundle-Version: 0.3.1 | ||
Bundle-Vendor: Alexey Andreev <[email protected]> | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.3.0,0.4.0)", | ||
Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.3.1,0.4.0)", | ||
org.eclipse.m2e.core;bundle-version="[1.3,2)", | ||
org.eclipse.core.runtime;bundle-version="[3.8,4.0)", | ||
org.eclipse.m2e.maven.runtime;bundle-version="[1.3,2)", | ||
|
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.3.0 | ||
Bundle-Version: 0.3.1 | ||
Bundle-Vendor: Alexey Andreev <[email protected]> | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin | ||
|
@@ -22,7 +22,7 @@ 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.3.0,0.4.0)" | ||
teavm-eclipse-core-plugin;bundle-version="[0.3.1,0.4.0)" | ||
Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse | ||
Bundle-ActivationPolicy: lazy | ||
Import-Package: org.teavm.cache, | ||
|
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
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