forked from github/server
small fixes to directories and hings
This commit is contained in:
parent
0e40664cf3
commit
7aa0e85917
|
@ -2,7 +2,7 @@ local srcpath = config.source_dir
|
||||||
local respath = srcpath .. '/eressea/res'
|
local respath = srcpath .. '/eressea/res'
|
||||||
local paths = {
|
local paths = {
|
||||||
'eressea/scripts/?.lua',
|
'eressea/scripts/?.lua',
|
||||||
'server/scripts/?.lua',
|
'shared/scripts/?.lua',
|
||||||
'external/lunit/?.lua'
|
'external/lunit/?.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||||
<rewriteURI
|
<rewriteURI
|
||||||
uriStartString="eressea:///core/"
|
uriStartString="eressea:///core/"
|
||||||
rewritePrefix="../../server/res/" />
|
rewritePrefix="../../shared/res/" />
|
||||||
</catalog>
|
</catalog>
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||||
<rewriteURI
|
<rewriteURI
|
||||||
uriStartString="eressea:///core/"
|
uriStartString="eressea:///core/"
|
||||||
rewritePrefix="../../server/res/" />
|
rewritePrefix="../../shared/res/" />
|
||||||
</catalog>
|
</catalog>
|
||||||
|
|
|
@ -7,6 +7,6 @@ local srcpath = config.source_dir
|
||||||
tests = {
|
tests = {
|
||||||
srcpath .. '/eressea/scripts/tests/castles.lua',
|
srcpath .. '/eressea/scripts/tests/castles.lua',
|
||||||
srcpath .. '/eressea/scripts/tests/morale.lua',
|
srcpath .. '/eressea/scripts/tests/morale.lua',
|
||||||
srcpath .. '/server/scripts/tests/common.lua',
|
srcpath .. '/shared/scripts/tests/common.lua',
|
||||||
srcpath .. '/eressea/scripts/tests/e3a.lua',
|
srcpath .. '/eressea/scripts/tests/e3a.lua',
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,6 @@ require "eressea.ents"
|
||||||
|
|
||||||
local srcpath = config.source_dir
|
local srcpath = config.source_dir
|
||||||
tests = {
|
tests = {
|
||||||
srcpath .. '/server/scripts/tests/common.lua',
|
srcpath .. '/shared/scripts/tests/common.lua',
|
||||||
srcpath .. '/eressea/scripts/tests/eressea.lua',
|
srcpath .. '/eressea/scripts/tests/eressea.lua',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue