Ignore:
Timestamp:
06/01/15 10:18:22 (9 years ago)
Author:
Menzo Windhouwer
Message:

Now follow the default Maven layout, so we can easily leverage standard testing facilities.

First test based on Adelheid 1.1 profile and record tests:

  • upgrade of a profile conforms to 1.2 cmd-component.xsd
  • upgrade of a record conforms to the 1.2 profile XSD

Additional records collected at the CLARIN Centre Meeting May 2015 are also added, but still need to be worked into tests.

Location:
metadata/trunk/toolkit/src
Files:
5 added
1 copied

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/src/main/resources/toolkit/upgrade/cmd-component-1_1-to-1_2.xsl

    r6254 r6255  
    66    exclude-result-prefixes="xs"
    77    version="2.0">
    8    
    9     <xsl:param name="cmd-component-xsd" select="'../../xsd/cmd-component.xsd'"/>
     8
     9    <xsl:param name="cmd-toolkit" select="'../../../../../main/resources/toolkit'"/>   
     10    <xsl:param name="cmd-component-xsd" select="concat($cmd-toolkit,'/xsd/cmd-component.xsd')"/>
    1011    <xsl:param name="cmd-component-status" select="'production'"/>
    1112   
Note: See TracChangeset for help on using the changeset viewer.