Fixed configurations paths

This commit is contained in:
jvelilla
2013-04-12 09:38:04 -03:00
parent 3d36c353fc
commit 6ead464a6b
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ feature {NONE} -- Initialization
-- Initialize `Current'.
do
print ("Test Server that could be used for autotest%N")
-- base_url := "/test/"
base_url := "/test/"
set_service_option ("port", 9091)
set_service_option ("verbose", True)

View File

@@ -7,7 +7,7 @@
</option>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="http_client" location="$EIFFEL_LIBRARY\EWF\library\network\http_client\http_client-safe.ecf"/>
<library name="json" location="C:\home\Eiffel\projects\EWF\contrib\library\text\parser\json\library\json-safe.ecf"/>
<library name="json" location="$EIFFEL_LIBRARY\EWF\contrib\library\text\parser\json\library\json-safe.ecf"/>
<cluster name="src" location=".\src\" recursive="true">
<file_rule>
<exclude>/EIFGENs$</exclude>

View File

@@ -8,7 +8,7 @@
<setting name="console_application" value="true"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="http_client" location="$EIFFEL_LIBRARY\EWF\library\network\http_client\http_client-safe.ecf"/>
<library name="selenium" location="C:\home\Eiffel\projects\SeleniumEiffel\selenium-safe.ecf"/>
<library name="selenium" location="..\selenium-safe.ecf"/>
<cluster name="test" location=".\" recursive="true">
<file_rule>
<exclude>/EIFGENs$</exclude>