Skip to content

Commit a2315e2

Browse files
(v2) Update all JRE dependencies to Java 9.
1 parent 2ae5bf3 commit a2315e2

File tree

79 files changed

+450
-299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+450
-299
lines changed

source/phasereditor/phasereditor.spritedemo.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Bundle-Name: Sprite Demo - Core
44
Bundle-SymbolicName: phasereditor.demosprite.core
55
Bundle-Version: 1.4.0.20170412
66
Bundle-Vendor: Arian Fornaris
7-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7+
Bundle-RequiredExecutionEnvironment: JavaSE-9
Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src">
6-
<attributes>
7-
<attribute name="ignore_optional_problems" value="true"/>
8-
</attributes>
9-
</classpathentry>
10-
<classpathentry kind="output" path="bin"/>
11-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="src">
10+
<attributes>
11+
<attribute name="ignore_optional_problems" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="output" path="bin"/>
15+
</classpath>

source/v2/phasereditor/org.json/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: JSON (Modified)
44
Bundle-SymbolicName: org.json
55
Bundle-Version: 1.4.0.20170412
66
Bundle-Vendor: org.json (phasereditor2d.com modfications)
7-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7+
Bundle-RequiredExecutionEnvironment: JavaSE-9
88
Export-Package: com.phasereditor2d.json,
99
org.json
1010
Automatic-Module-Name: org.json
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
7-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="src"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

source/v2/phasereditor/phasereditor.assetexplorer.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: Phaser Editor - Asset Explorer
44
Bundle-SymbolicName: phasereditor.assetexplorer.ui;singleton:=true
55
Bundle-Version: 1.5.0.20180307
66
Bundle-Vendor: Arian Fornaris
7-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7+
Bundle-RequiredExecutionEnvironment: JavaSE-9
88
Require-Bundle: org.eclipse.ui,
99
org.eclipse.core.runtime,
1010
org.eclipse.ui.ide;bundle-version="3.10.2",
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
7-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="src"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

source/v2/phasereditor/phasereditor.assetpack.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.ui,
1717
phasereditor.project.core,
1818
phasereditor.bmpfont.core;bundle-version="1.5.0",
1919
phasereditor.lic;bundle-version="1.4.4"
20-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
20+
Bundle-RequiredExecutionEnvironment: JavaSE-9
2121
Bundle-ActivationPolicy: lazy
2222
Export-Package: phasereditor.assetpack.core
2323
Automatic-Module-Name: phasereditor.assetpack.core
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
7-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="src"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

source/v2/phasereditor/phasereditor.assetpack.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Require-Bundle: org.eclipse.ui,
3434
phasereditor.bmpfont.ui;bundle-version="1.5.0",
3535
phasereditor.bmpfont.core;bundle-version="1.5.0",
3636
phasereditor.lic;bundle-version="1.4.4"
37-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
37+
Bundle-RequiredExecutionEnvironment: JavaSE-9
3838
Bundle-ActivationPolicy: lazy
3939
Export-Package: phasereditor.assetpack.ui,
4040
phasereditor.assetpack.ui.editors,
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
7-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="src"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

0 commit comments

Comments
 (0)