1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Move model and ID abstract classes to l2jserver2-common

This commit is contained in:
2011-12-04 13:00:20 -02:00
parent cb96d0f5cc
commit 6b34407142
14 changed files with 102 additions and 724 deletions

View File

@@ -178,6 +178,12 @@
<artifactId>htmlparser</artifactId>
<version>2.1</version>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- utils -->
<dependency>