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

7 Commits

Author SHA1 Message Date
cb96d0f5cc Add final zipfile with both login and gameserver binaries as zip
Adds to the maven build process an assembly descriptor that creates
an single zip file containing both the login and the gameserver zip
files together. Currently, includes only mysql binaries.
2011-10-24 15:12:09 -02:00
22c136ab17 Modularizes the Maven project
This commit modularizes the maven project into several modules:
 - l2jserver2-common: common sources for both login and gameserver
 - l2jserver2-gameserver: the game server
 - l2jserver2-loginserver: the login server
 - l2jserver2-tools: refactored src/tools/java soure folder
2011-10-05 17:32:04 -03:00
c4052ccb3b Divides 'dist' folder into several assembly specific distribution parts
The 'dist' folder has been renamed to 'distribution' and divided into 2
subfolders:
 - 'distribution/global' -> included in all assemblies
 - 'distribution/sql' -> included in SQL assemblies
2011-09-19 16:03:39 -03:00
a2e8680f72 Update assembly descriptor and improves significantly the documentation
Fixes an issue in the assembly descriptor that included older
compilation binaries into assemblies.
Improved javadoc documentation in more than 150 classes, including
fixing mistakes.
2011-09-15 01:21:52 -03:00
aabe375b49 Support for H2 databases
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-27 00:13:59 -03:00
a162b9d6d5 VFSService and pom.xml updated
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-26 19:06:37 -03:00
7afb924443 Updated maven build script
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-13 18:21:38 -03:00