1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 00:42:56 +00:00
Commit Graph

5 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
e684ad40ad Fixes an issue in dist/cofig/vfs.properties default value 2011-09-11 23:00:19 -03:00
91b770a923 Added Java 7 support and Java 7 VFSServive using native APIs 2011-09-11 21:47:20 -03:00
6a527038e2 Fix for ProxyConfigurationService
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-26 11:13:10 -03:00