Additional Maven projects for unit tests

* Changed names of common packages so they are coherent with the rest

* Added new project for tests on common classes (utilities and session)

* Added new project for tests on the web clients
This commit is contained in:
Emmanuel BENOîT 2012-01-25 09:36:46 +01:00
parent a4bce68b17
commit b9bc5e038c
14 changed files with 94 additions and 4 deletions
legacyworlds

View file

@ -348,8 +348,9 @@
<modules>
<module>../legacyworlds-server</module>
<module>../legacyworlds-session</module>
<module>../legacyworlds-web</module>
<module>../legacyworlds-tests</module>
<module>../legacyworlds-utils</module>
<module>../legacyworlds-web</module>
</modules>
</project>