Changeset 5934 for ComponentRegistry


Ignore:
Timestamp:
01/21/15 08:03:44 (9 years ago)
Author:
Twan Goosen
Message:

Some final changes related to the ISOcat - CCR switch (refs #731)

Location:
ComponentRegistry/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/pom.xml

    r5929 r5934  
    330330            <artifactId>guava</artifactId>
    331331            <version>16.0.1</version>
     332        </dependency>
     333        <dependency>
     334            <groupId>org.json</groupId>
     335            <artifactId>json</artifactId>
     336            <version>20090211</version>
    332337        </dependency>
    333338    </dependencies>
  • ComponentRegistry/trunk/INSTALL

    r2537 r5934  
    6666        * eu.clarin.cmdi.componentregistry.component2SchemaXslUrl
    6767        * eu.clarin.cmdi.componentregistry.componentSpecSchemaLocation
    68         * eu.clarin.cmdi.componentregistry.isocatRestUrl
     68        * eu.clarin.cmdi.componentregistry.ccrRestUrl
  • ComponentRegistry/trunk/UPDATE

    r5882 r5934  
    3333  context.xml or application context fragment, as it is now provided within the web.xml
    3434  of the application itself.
     35 
     36 
     37=== 1.14.5 ===
     38
     39The context parameter eu.clarin.cmdi.componentregistry.isocatRestUrl has been replaced
     40with the new parameter eu.clarin.cmdi.componentregistry.ccrRestUrl. An example
     41configuration with the default value for the new parameter is:
     42
     43
     44  <Parameter
     45                name="eu.clarin.cmdi.componentregistry.ccrRestUrl"
     46                value="https://openskos.meertens.knaw.nl/ccr/api/"/>
    3547
    3648=== 1.14.2 ===
Note: See TracChangeset for help on using the changeset viewer.