source: metadata/trunk/toolkit/src/main/java/eu/clarin/cmdi/toolkit/CMDToolkit.java @ 6255

Last change on this file since 6255 was 6255, checked in by Menzo Windhouwer, 9 years ago

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.

File size: 162 bytes
Line 
1/*
2 * Dummy class to allow the tests to load the toolkit resources from the JAR
3 * @author menwin
4 */
5package eu.clarin.cmd.toolkit;
6
7public class CMDToolkit {
8}
Note: See TracBrowser for help on using the repository browser.