Ignore:
Timestamp:
01/03/14 13:31:41 (10 years ago)
Author:
olhsha
Message:

files INSTALL, UPDATED, CHANGES and README are added. Dasish schem-location parameter is moved from context.xml to web.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/WEB-INF/web.xml

    r3939 r4211  
    2626        <param-value>classpath*:spring-config/**/*.xml</param-value>
    2727    </context-param>
     28    <context-param>
     29        <param-name>eu.dasish.annotation.backend.schemaLocation</param-name>
     30        <param-value>http://www.dasish.eu/ns/addit https://svn.clarin.eu/DASISH/t5.6/schema/trunk/annotator-schema/src/main/resources/DASISH-schema.xsd</param-value>
     31    </context-param>
     32   
    2833    <listener>
    2934        <listener-class>
Note: See TracChangeset for help on using the changeset viewer.