Skip to content

Commit de7fc99

Browse files
Rollback the product root-features.
1 parent 31c1c86 commit de7fc99

File tree

15 files changed

+62
-182
lines changed

15 files changed

+62
-182
lines changed

source/v2/features/phasereditor.ide.features/feature.xml

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="phasereditor.ide.features"
44
label="Phaser Editor 2D - Workbench"
5-
version="2.1.2.20190705"
5+
version="2.1.2.20190706"
66
provider-name="Arian Fornaris"
77
license-feature="org.eclipse.license"
88
license-feature-version="2.0.1.v20180423-1114">
@@ -283,4 +283,62 @@
283283
install-size="0"
284284
version="0.0.0"/>
285285

286+
<plugin
287+
id="phasereditor.resources.executables"
288+
download-size="0"
289+
install-size="0"
290+
version="0.0.0"/>
291+
292+
<plugin
293+
id="phasereditor.resources.executables.linux"
294+
download-size="0"
295+
install-size="0"
296+
version="0.0.0"
297+
fragment="true"/>
298+
299+
<plugin
300+
id="phasereditor.resources.executables.macos"
301+
download-size="0"
302+
install-size="0"
303+
version="0.0.0"
304+
fragment="true"/>
305+
306+
<plugin
307+
id="phasereditor.resources.executables.win32"
308+
download-size="0"
309+
install-size="0"
310+
version="0.0.0"
311+
fragment="true"/>
312+
313+
<plugin
314+
id="phasereditor.resources.phaser.code"
315+
download-size="0"
316+
install-size="0"
317+
version="0.0.0"/>
318+
319+
<plugin
320+
id="phasereditor.resources.phaser.examples"
321+
download-size="0"
322+
install-size="0"
323+
version="0.0.0"/>
324+
325+
<plugin
326+
id="phasereditor.resources.phaser.examples.assets.audio"
327+
download-size="0"
328+
install-size="0"
329+
version="0.0.0"
330+
fragment="true"/>
331+
332+
<plugin
333+
id="phasereditor.resources.phaser.metadata"
334+
download-size="0"
335+
install-size="0"
336+
version="0.0.0"/>
337+
338+
<plugin
339+
id="phasereditor.resources.templates"
340+
download-size="0"
341+
install-size="0"
342+
version="0.0.0"/>
343+
286344
</feature>

source/v2/features/phasereditor.resources.executables.features/.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

source/v2/features/phasereditor.resources.executables.features/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/v2/features/phasereditor.resources.executables.features/feature.xml

Lines changed: 0 additions & 47 deletions
This file was deleted.

source/v2/features/phasereditor.resources.phaser.features/.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

source/v2/features/phasereditor.resources.phaser.features/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/v2/features/phasereditor.resources.phaser.features/feature.xml

Lines changed: 0 additions & 45 deletions
This file was deleted.

source/v2/features/phasereditor.resources.templates.features/.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

source/v2/features/phasereditor.resources.templates.features/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/v2/features/phasereditor.resources.templates.features/feature.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

source/v2/features/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
<modules>
1515
<module>phasereditor.ide.features</module>
16-
<module>phasereditor.resources.executables.features</module>
17-
<module>phasereditor.resources.phaser.features</module>
18-
<module>phasereditor.resources.templates.features</module>
1916
<module>phasereditor.platform</module>
2017
<module>phasereditor.wildwebdeveloper</module>
2118
</modules>

source/v2/phasereditor/phasereditor.scene.ui.editor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Phaser Editor - Scene Editor
44
Bundle-SymbolicName: phasereditor.scene.ui.editor;singleton:=true
5-
Bundle-Version: 2.1.2.20190705
5+
Bundle-Version: 2.1.2.20190706
66
Bundle-Activator: phasereditor.scene.ui.editor.Activator
77
Bundle-Vendor: Arian Fornaris
88
Require-Bundle: org.eclipse.ui,

source/v2/phasereditor/phasereditor.scene.ui.editor/src/phasereditor/scene/ui/editor/properties/WebViewSection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Control createContent(Composite parent) {
5959
{
6060
var btn = new Button(comp, SWT.PUSH);
6161
btn.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
62-
btn.setText("System Browser");
62+
btn.setText("System Browser - pepe");
6363
btn.setImage(EditorSharedImages.getImage(IMG_WORLD));
6464
btn.addSelectionListener(SelectionListener.widgetSelectedAdapter(e -> {
6565
WebRunUI.openBrowser(getEditor().getBroker().getUrl());

source/v2/releng/phasereditor.product/phasereditor2d.com.product

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ This Agreement is governed by the laws of the State of New York and the intellec
183183

184184
<features>
185185
<feature id="phasereditor.ide.features"/>
186-
<feature id="phasereditor.resources.assets"/>
187-
<feature id="phasereditor.resources.executables.features"/>
188-
<feature id="phasereditor.resources.templates.features"/>
189186
<feature id="phasereditor.platform.features"/>
190187
<feature id="phasereditor.wildwebdeveloper.features"/>
191188
</features>

source/v2/releng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
<modules>
1515
<module>phasereditor.product</module>
16-
<module>phasereditor.updatesite.bugfixes</module>
16+
<!-- <module>phasereditor.updatesite.bugfixes</module> -->
1717
</modules>
1818
</project>

0 commit comments

Comments
 (0)