Skip to content

Commit 0ed45dd

Browse files
Adds pom for bug-fixes update site.
1 parent e68c1af commit 0ed45dd

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>phasereditor.updatesite.bugfixes</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<site>
3+
<feature id="phasereditor.ide.features">
4+
<category name="bugfixes"/>
5+
</feature>
6+
<category-def name="bugfixes" label="Phaser Editor Bug Fixes">
7+
<description>
8+
Patches to support user issues.
9+
</description>
10+
</category-def>
11+
</site>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<project>
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>com.phasereditor2d</groupId>
5+
<artifactId>com.phasereditor2d.releng</artifactId>
6+
<version>2.1.2-SNAPSHOT</version>
7+
</parent>
8+
9+
<groupId>com.phasereditor2d</groupId>
10+
<artifactId>phasereditor.updatesite.bugfixes</artifactId>
11+
<packaging>eclipse-repository</packaging>
12+
<version>2.1.2-SNAPSHOT</version>
13+
14+
</project>

source/v2/releng/pom.xml

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

1414
<modules>
1515
<module>phasereditor.product</module>
16+
<module>phasereditor.updatesite.bugfixes</module>
1617
</modules>
1718
</project>

0 commit comments

Comments
 (0)