1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00
Files
l2jserver2/dist
Rogiel 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
..
2011-05-16 18:42:10 -03:00
2011-05-16 18:42:10 -03:00
2011-05-13 18:21:38 -03:00

			== L2J Rewrite ==
  This is an rewrite of the l2jserver. This software is a complete rewrite
from scratch and thus does not use any code from original l2jserver.
  Additionally, this rewrite is lacking a name and is currently using
L2JServer a temporary name.