Skip to content

Commit c2566e9

Browse files
Include webroon plugin on release.
1 parent 65dc4e5 commit c2566e9

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

source/phasereditor/phasereditor.ide/PhaserEditor.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
280280
<feature id="phasereditor.libgdx.support" version="1.4.0.20170412"/>
281281
<feature id="phasereditor.resources" version="1.4.4.20171217"/>
282282
<feature id="phasereditor.text" version="1.4.3.20171102"/>
283-
<feature id="phasereditor.webrun" version="1.4.3.20171102"/>
283+
<feature id="phasereditor.webrun" version="1.4.4.20171217"/>
284284
<feature id="phasereditor.reflection" version="1.4.0.20170412"/>
285285
<feature id="phasereditor.assets" version="1.4.4.20171217"/>
286286
<feature id="phasereditor.help.phaserdoc" version="1.3.0.20161130"/>
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Manifest-Version: 1.0
2-
Bundle-ManifestVersion: 2
3-
Bundle-Name: Phaser Editor - Web Run UI
4-
Bundle-SymbolicName: phasereditor.webrun.ui;singleton:=true
5-
Bundle-Version: 1.4.3.20171102
6-
Bundle-Activator: phasereditor.webrun.ui.Activator
7-
Bundle-Vendor: Arian Fornaris
8-
Require-Bundle: org.eclipse.ui,
9-
org.eclipse.core.runtime,
10-
org.eclipse.core.resources;bundle-version="3.9.1",
11-
org.eclipse.ui.ide;bundle-version="3.10.2",
12-
org.eclipse.ui.navigator;bundle-version="3.5.401",
13-
org.eclipse.jetty.util;bundle-version="9.2.9",
14-
phasereditor.project.core,
15-
phasereditor.webrun.core,
16-
phasereditor.ui;bundle-version="1.4.0",
17-
phasereditor.inspect.core;bundle-version="1.4.0"
18-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
19-
Bundle-ActivationPolicy: lazy
20-
Export-Package: phasereditor.webrun.ui
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Phaser Editor - Web Run UI
4+
Bundle-SymbolicName: phasereditor.webrun.ui;singleton:=true
5+
Bundle-Version: 1.4.4.20171217
6+
Bundle-Activator: phasereditor.webrun.ui.Activator
7+
Bundle-Vendor: Arian Fornaris
8+
Require-Bundle: org.eclipse.ui,
9+
org.eclipse.core.runtime,
10+
org.eclipse.core.resources;bundle-version="3.9.1",
11+
org.eclipse.ui.ide;bundle-version="3.10.2",
12+
org.eclipse.ui.navigator;bundle-version="3.5.401",
13+
org.eclipse.jetty.util;bundle-version="9.2.9",
14+
phasereditor.project.core,
15+
phasereditor.webrun.core,
16+
phasereditor.ui;bundle-version="1.4.0",
17+
phasereditor.inspect.core;bundle-version="1.4.0"
18+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
19+
Bundle-ActivationPolicy: lazy
20+
Export-Package: phasereditor.webrun.ui
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature
3-
id="phasereditor.webrun"
4-
label="Phaser Editor - Web Launcher"
5-
version="1.4.3.20171102"
6-
provider-name="Arian Fornaris"
7-
license-feature="org.eclipse.platform"
8-
license-feature-version="4.7.0.v20170612-1255">
9-
10-
<description url="http://phasereditor.boniatillo.com">
11-
Local HTTP server support.
12-
</description>
13-
14-
<copyright url="http://phasereditor.boniatillo.com/blog/about">
15-
Arian Fornaris Copyright - 2015, 2016
16-
</copyright>
17-
18-
<license url="http://www.example.com/license">
19-
[Enter License Description here.]
20-
</license>
21-
22-
<plugin
23-
id="phasereditor.webrun.core"
24-
download-size="0"
25-
install-size="0"
26-
version="0.0.0"
27-
unpack="false"/>
28-
29-
<plugin
30-
id="phasereditor.webrun.ui"
31-
download-size="0"
32-
install-size="0"
33-
version="0.0.0"
34-
unpack="false"/>
35-
36-
</feature>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="phasereditor.webrun"
4+
label="Phaser Editor - Web Launcher"
5+
version="1.4.4.20171217"
6+
provider-name="Arian Fornaris"
7+
license-feature="org.eclipse.platform"
8+
license-feature-version="4.7.0.v20170612-1255">
9+
10+
<description url="http://phasereditor.boniatillo.com">
11+
Local HTTP server support.
12+
</description>
13+
14+
<copyright url="http://phasereditor.boniatillo.com/blog/about">
15+
Arian Fornaris Copyright - 2015, 2016
16+
</copyright>
17+
18+
<license url="http://www.example.com/license">
19+
[Enter License Description here.]
20+
</license>
21+
22+
<plugin
23+
id="phasereditor.webrun.core"
24+
download-size="0"
25+
install-size="0"
26+
version="0.0.0"
27+
unpack="false"/>
28+
29+
<plugin
30+
id="phasereditor.webrun.ui"
31+
download-size="0"
32+
install-size="0"
33+
version="0.0.0"
34+
unpack="false"/>
35+
36+
</feature>

0 commit comments

Comments
 (0)