File tree Expand file tree Collapse file tree 12 files changed +179
-62
lines changed
phasereditor.ide.features
phasereditor.resources.executables.features
phasereditor.resources.phaser.features
phasereditor.resources.templates.features
releng/phasereditor.product Expand file tree Collapse file tree 12 files changed +179
-62
lines changed Original file line number Diff line number Diff line change 228
228
version =" 0.0.0"
229
229
unpack =" false" />
230
230
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
-
261
231
<plugin
262
232
id =" phasereditor.scene.core"
263
233
download-size =" 0"
307
277
version =" 0.0.0"
308
278
unpack =" false" />
309
279
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
-
341
280
<plugin
342
281
id =" phasereditor.scene.ui.editor.html"
343
282
download-size =" 0"
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ bin.includes = feature.xml
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ bin.includes = feature.xml
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ bin.includes = feature.xml
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments