Skip to content

Commit 5f34df9

Browse files
committed
Disable Dungeon and TileMapGenerator for public build.
Disable non J2ME/J2SE builds for public build.
1 parent 5993013 commit 5f34df9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

GDGameBaseJavaLibraryM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
-->
7777

7878
<!--
79-
-->
8079
<dependency>
8180
<groupId>org.mapgenerator</groupId>
8281
<artifactId>TileMapGeneratorJavaLibraryM</artifactId>
@@ -87,6 +86,7 @@
8786
<artifactId>DungeonGeneratorJavaLibrary</artifactId>
8887
<version>1.0.0-SNAPSHOT</version>
8988
</dependency>
89+
-->
9090
<!--
9191
-->
9292

GDGameThreedBaseJavaLibraryM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
-->
3939

4040
<!--
41-
-->
4241
<dependency>
4342
<groupId>org.mapgenerator</groupId>
4443
<artifactId>TileMapGeneratorJavaLibraryM</artifactId>
@@ -49,6 +48,7 @@
4948
<artifactId>DungeonGeneratorJavaLibrary</artifactId>
5049
<version>1.0.0-SNAPSHOT</version>
5150
</dependency>
51+
-->
5252
<!--
5353
-->
5454

platform/GDGameAllPlatformsP/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@
3131
<module>../j2me/GDGameJ2MEPlatformP</module>
3232
-->
3333
<module>../j2se/GDGameJ2SEPlatformP</module>
34-
<module>../html/GDGameHTMLPlatformP</module>
34+
<!-- <module>../html/GDGameHTMLPlatformP</module>
3535
<module>../android/GDGameAndroidPlatformP</module>
3636
<module>../avian/GDGameAvianPlatformP</module>
3737
3838
<module>../j2se/GDGameThreedJ2SEWithSWTJOGLPlatformP</module>
3939
<module>../android/GDGameThreedAndroidPlatformP</module>
40+
-->
4041

4142
</modules>
4243

0 commit comments

Comments
 (0)