IDEMPIERE-206 Integrate fitnesse with iDempiere. Fixed deployment issue.
This commit is contained in:
parent
96614113b0
commit
4ff1981554
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<web-app id="iDempiere" xmlns="http://java.sun.com/xml/ns/javaee"
|
||||
<web-app id="Fitnesse" xmlns="http://java.sun.com/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
||||
version="3.0">
|
||||
|
|
|
@ -6,4 +6,5 @@ bin.includes = META-INF/,\
|
|||
lib/fitlibrary-2.0.jar,\
|
||||
lib/log4j-1.2.16.jar,\
|
||||
lib/fitlibraryweb-2.0.jar,\
|
||||
lib/selenium-server-standalone-2.27.0.jar
|
||||
lib/selenium-server-standalone-2.27.0.jar,\
|
||||
WEB-INF/
|
||||
|
|
Loading…
Reference in New Issue