mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Fixes missing test-config.xml file in l2jserver2-commons
This commit is contained in:
1
l2jserver2-common/data/.gitignore
vendored
Normal file
1
l2jserver2-common/data/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/cache
|
||||||
9
l2jserver2-common/src/test/resources/test-config.xml
Normal file
9
l2jserver2-common/src/test/resources/test-config.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="configuration configuration.xsd"
|
||||||
|
xsi:noNamespaceSchemaLocation="configuration">
|
||||||
|
<test>
|
||||||
|
<testvalue>test</testvalue>
|
||||||
|
<integer>256</integer>
|
||||||
|
</test>
|
||||||
|
</configuration>
|
||||||
1
l2jserver2-gameserver/data/.gitignore
vendored
1
l2jserver2-gameserver/data/.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
/cache
|
/cache
|
||||||
/pathing.db
|
/pathing.db
|
||||||
/database.h2.db
|
/database.h2.db
|
||||||
|
/database
|
||||||
|
|||||||
Reference in New Issue
Block a user