mirror of
https://github.com/correl/mage.git
synced 2025-04-13 01:01:11 -09:00
fix pom import in netbeans
This commit is contained in:
parent
a60d7d383b
commit
997569fe6a
1 changed files with 15 additions and 13 deletions
8
pom.xml
8
pom.xml
|
@ -10,9 +10,6 @@
|
||||||
<name>Mage Root</name>
|
<name>Mage Root</name>
|
||||||
<description>Mage Root POM</description>
|
<description>Mage Root POM</description>
|
||||||
|
|
||||||
<profiles>
|
|
||||||
<profile>
|
|
||||||
<id>normal-build</id>
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>Mage</module>
|
<module>Mage</module>
|
||||||
<module>Mage.Common</module>
|
<module>Mage.Common</module>
|
||||||
|
@ -26,6 +23,11 @@
|
||||||
<!--<module>Mage.Player.AIMinimax</module>-->
|
<!--<module>Mage.Player.AIMinimax</module>-->
|
||||||
<module>Mage.Player.Human</module>
|
<module>Mage.Player.Human</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>normal-build</id>
|
||||||
|
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
|
|
Loading…
Add table
Reference in a new issue