mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
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
This commit is contained in:
10
l2jserver2-gameserver/data/templates/template.xsd
Normal file
10
l2jserver2-gameserver/data/templates/template.xsd
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<xs:schema version="1.0" targetNamespace="template" xmlns:npc="template"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
||||
|
||||
<xs:complexType name="abstractTemplate" abstract="true">
|
||||
<xs:sequence />
|
||||
<xs:attribute name="id" type="xs:int" />
|
||||
</xs:complexType>
|
||||
</xs:schema>
|
||||
|
||||
Reference in New Issue
Block a user