mirror of
https://github.com/correl/mage.git
synced 2025-04-09 17:00:09 -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>
|
||||
<description>Mage Root POM</description>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>normal-build</id>
|
||||
<modules>
|
||||
<module>Mage</module>
|
||||
<module>Mage.Common</module>
|
||||
|
@ -26,6 +23,11 @@
|
|||
<!--<module>Mage.Player.AIMinimax</module>-->
|
||||
<module>Mage.Player.Human</module>
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>normal-build</id>
|
||||
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
|
|
Loading…
Add table
Reference in a new issue