Skip to content

Commit e68c1af

Browse files
Introduce new root feature projects.
1 parent 306f5d9 commit e68c1af

File tree

12 files changed

+179
-62
lines changed

12 files changed

+179
-62
lines changed

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

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -228,36 +228,6 @@
228228
version="0.0.0"
229229
unpack="false"/>
230230

231-
<plugin
232-
id="phasereditor.resources.executables"
233-
download-size="0"
234-
install-size="0"
235-
version="0.0.0"/>
236-
237-
<plugin
238-
id="phasereditor.resources.phaser.code"
239-
download-size="0"
240-
install-size="0"
241-
version="0.0.0"/>
242-
243-
<plugin
244-
id="phasereditor.resources.phaser.examples"
245-
download-size="0"
246-
install-size="0"
247-
version="0.0.0"/>
248-
249-
<plugin
250-
id="phasereditor.resources.phaser.metadata"
251-
download-size="0"
252-
install-size="0"
253-
version="0.0.0"/>
254-
255-
<plugin
256-
id="phasereditor.resources.templates"
257-
download-size="0"
258-
install-size="0"
259-
version="0.0.0"/>
260-
261231
<plugin
262232
id="phasereditor.scene.core"
263233
download-size="0"
@@ -307,37 +277,6 @@
307277
version="0.0.0"
308278
unpack="false"/>
309279

310-
<plugin
311-
id="phasereditor.resources.phaser.examples.assets.audio"
312-
download-size="0"
313-
install-size="0"
314-
version="0.0.0"
315-
fragment="true"/>
316-
317-
<plugin
318-
id="phasereditor.resources.executables.linux"
319-
os="linux"
320-
download-size="0"
321-
install-size="0"
322-
version="0.0.0"
323-
fragment="true"/>
324-
325-
<plugin
326-
id="phasereditor.resources.executables.win32"
327-
os="win32"
328-
download-size="0"
329-
install-size="0"
330-
version="0.0.0"
331-
fragment="true"/>
332-
333-
<plugin
334-
id="phasereditor.resources.executables.macos"
335-
os="macosx"
336-
download-size="0"
337-
install-size="0"
338-
version="0.0.0"
339-
fragment="true"/>
340-
341280
<plugin
342281
id="phasereditor.scene.ui.editor.html"
343282
download-size="0"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>phasereditor.resources.executables.features</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin.includes = feature.xml
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="phasereditor.resources.executables.features"
4+
label="Phaser Editor 2D - Executables Resources"
5+
version="2.1.2.20190626"
6+
provider-name="Arian Fornaris">
7+
8+
<description url="http://www.example.com/description">
9+
[Enter Feature Description here.]
10+
</description>
11+
12+
<copyright url="http://www.example.com/copyright">
13+
[Enter Copyright Description here.]
14+
</copyright>
15+
16+
<license url="http://www.example.com/license">
17+
[Enter License Description here.]
18+
</license>
19+
20+
<plugin
21+
id="phasereditor.resources.executables"
22+
download-size="0"
23+
install-size="0"
24+
version="0.0.0"/>
25+
26+
<plugin
27+
id="phasereditor.resources.executables.linux"
28+
download-size="0"
29+
install-size="0"
30+
version="0.0.0"
31+
fragment="true"/>
32+
33+
<plugin
34+
id="phasereditor.resources.executables.macos"
35+
download-size="0"
36+
install-size="0"
37+
version="0.0.0"
38+
fragment="true"/>
39+
40+
<plugin
41+
id="phasereditor.resources.executables.win32"
42+
download-size="0"
43+
install-size="0"
44+
version="0.0.0"
45+
fragment="true"/>
46+
47+
</feature>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>phasereditor.resources.phaser.features</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin.includes = feature.xml
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="phasereditor.resources.assets"
4+
label="Phaser Editor 2D - Phaser Resources"
5+
version="2.1.2.20190626"
6+
provider-name="Arian Fornaris">
7+
8+
<description url="http://www.example.com/description">
9+
[Enter Feature Description here.]
10+
</description>
11+
12+
<copyright url="http://www.example.com/copyright">
13+
[Enter Copyright Description here.]
14+
</copyright>
15+
16+
<license url="http://www.example.com/license">
17+
[Enter License Description here.]
18+
</license>
19+
20+
<plugin
21+
id="phasereditor.resources.phaser.metadata"
22+
download-size="0"
23+
install-size="0"
24+
version="0.0.0"/>
25+
26+
<plugin
27+
id="phasereditor.resources.phaser.examples"
28+
download-size="0"
29+
install-size="0"
30+
version="0.0.0"/>
31+
32+
<plugin
33+
id="phasereditor.resources.phaser.examples.assets.audio"
34+
download-size="0"
35+
install-size="0"
36+
version="0.0.0"
37+
fragment="true"/>
38+
39+
<plugin
40+
id="phasereditor.resources.phaser.code"
41+
download-size="0"
42+
install-size="0"
43+
version="0.0.0"/>
44+
45+
</feature>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>phasereditor.resources.templates.features</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin.includes = feature.xml
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="phasereditor.resources.templates.features"
4+
label="Phaser Editor 2D - Templates Resources"
5+
version="2.1.2.20190626"
6+
provider-name="Arian Fornaris">
7+
8+
<description url="http://www.example.com/description">
9+
[Enter Feature Description here.]
10+
</description>
11+
12+
<copyright url="http://www.example.com/copyright">
13+
[Enter Copyright Description here.]
14+
</copyright>
15+
16+
<license url="http://www.example.com/license">
17+
[Enter License Description here.]
18+
</license>
19+
20+
<plugin
21+
id="phasereditor.resources.templates"
22+
download-size="0"
23+
install-size="0"
24+
version="0.0.0"/>
25+
26+
</feature>

0 commit comments

Comments
 (0)