forked from github/server
small fixes to directories and hings
This commit is contained in:
parent
44804c2074
commit
d8414ea262
|
@ -2,7 +2,7 @@ local srcpath = config.source_dir
|
||||||
local respath = srcpath .. '/example/res'
|
local respath = srcpath .. '/example/res'
|
||||||
local paths = {
|
local paths = {
|
||||||
'example/scripts/?.lua',
|
'example/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>
|
||||||
|
|
|
@ -2,5 +2,5 @@ require "example.rules"
|
||||||
|
|
||||||
local srcpath = config.source_dir
|
local srcpath = config.source_dir
|
||||||
tests = {
|
tests = {
|
||||||
srcpath .. '/server/scripts/tests/common.lua',
|
srcpath .. '/shared/scripts/tests/common.lua',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue