Package for event handling components

Added new Maven module for the server's event handling components.
This commit is contained in:
Emmanuel BENOîT 2012-07-01 15:23:53 +02:00
parent 3a0f5bbb78
commit af33d44b2a
9 changed files with 29 additions and 0 deletions
legacyworlds-server-tests

View file

@ -26,6 +26,10 @@
<artifactId>legacyworlds-server-beans-eventlog</artifactId>
<groupId>com.deepclone.lw</groupId>
</dependency>
<dependency>
<artifactId>legacyworlds-server-beans-events</artifactId>
<groupId>com.deepclone.lw</groupId>
</dependency>
<dependency>
<artifactId>legacyworlds-server-beans-i18n</artifactId>
<groupId>com.deepclone.lw</groupId>