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

8 Commits

Author SHA1 Message Date
a8852341fc Implement XML configuration files instead of .properties
Added support for XML configuration files. Instead of each interface
loading it's own file, a single XML file will contain all properties and
parsing XML file will be done at service start.
Created a new annotation: @ConfigurationXPath and removed "name"
argument from @ConfigurationPropertySetter and
@ConfigurationPropertyGetter. Also, moves @ConfigurationName to
ProxyConfigurationService since it is not used by the XML
implementation.
2011-09-16 15:36:31 -03:00
ed702f7ab0 Server code and files reorganization 2011-09-13 00:22:16 -03:00
91b770a923 Added Java 7 support and Java 7 VFSServive using native APIs 2011-09-11 21:47:20 -03:00
ae3007559f Semi-working attack service
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-30 20:02:19 -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
fc0dcd221e Calculator Javadoc
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-26 12:01:00 -03:00
a1b1211616 Character calculators
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-23 23:49:19 -03:00