Skip to content

Commit

Permalink
modified: src/main/resources/config-clarin.xml
Browse files Browse the repository at this point in the history
modified:   src/main/resources/config-others.xml
- don't save CMDI 1.1
  • Loading branch information
menzowindhouwer committed Apr 13, 2018
1 parent 38ac9bc commit 96b9e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/config-clarin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<action type="split"/>
<action type="save" dir="rec" suffix=".xml"/>
<action type="strip"/>
<action type="save" dir="cmdi-1_1" suffix=".xml"/>
<!--<action type="save" dir="cmdi-1_1" suffix=".xml"/>-->
<action type="transform" file="https://infra.clarin.eu/CMDI/1.x/upgrade/cmd-record-1_1-to-1_2.xsl" cache="cache"/>
<action type="save" dir="cmdi-1_2" suffix=".xml"/>
</format>
Expand All @@ -71,7 +71,7 @@
<action type="split"/>
<action type="save" dir="rec" suffix=".xml"/>
<action type="transform" file="https://raw.githubusercontent.com/clarin-eric/metadata-conversion/olac-cmdi/olac-cmdi/olac2cmdi.xsl"/>
<action type="save" dir="cmdi-1_1" suffix=".xml"/>
<!--<action type="save" dir="cmdi-1_1" suffix=".xml"/>-->
<action type="transform" file="https://infra.clarin.eu/CMDI/1.x/upgrade/cmd-record-1_1-to-1_2.xsl" cache="cache"/>
<action type="save" dir="cmdi-1_2" suffix=".xml"/>
</format>
Expand All @@ -81,7 +81,7 @@
<action type="split"/>
<action type="save" dir="rec" suffix=".xml"/>
<action type="transform" file="https://raw.githubusercontent.com/clarin-eric/metadata-conversion/olac-cmdi/olac-cmdi/olac2cmdi.xsl"/>
<action type="save" dir="cmdi-1_1" suffix=".xml"/>
<!--<action type="save" dir="cmdi-1_1" suffix=".xml"/>-->
<action type="transform" file="https://infra.clarin.eu/CMDI/1.x/upgrade/cmd-record-1_1-to-1_2.xsl" cache="cache"/>
<action type="save" dir="cmdi-1_2" suffix=".xml"/>
</format>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config-others.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<action type="split"/>
<action type="save" dir="rec" suffix=".xml"/>
<action type="transform" file="https://raw.githubusercontent.com/clarin-eric/metadata-conversion/olac-cmdi/olac-cmdi/olac2cmdi.xsl"/>
<action type="save" dir="cmdi-1_1" suffix=".xml"/>
<!-- <action type="save" dir="cmdi-1_1" suffix=".xml"/>-->
<action type="transform" file="https://infra.clarin.eu/CMDI/1.x/upgrade/cmd-record-1_1-to-1_2.xsl" cache="cache"/>
<action type="save" dir="cmdi-1_2" suffix=".xml"/>
</format>
Expand All @@ -65,7 +65,7 @@
<action type="split"/>
<action type="save" dir="rec" suffix=".xml"/>
<action type="transform" file="https://raw.githubusercontent.com/clarin-eric/metadata-conversion/olac-cmdi/olac-cmdi/olac2cmdi.xsl"/>
<action type="save" dir="cmdi-1_1" suffix=".xml"/>
<!--<action type="save" dir="cmdi-1_1" suffix=".xml"/>-->
<action type="transform" file="https://infra.clarin.eu/CMDI/1.x/upgrade/cmd-record-1_1-to-1_2.xsl" cache="cache"/>
<action type="save" dir="cmdi-1_2" suffix=".xml"/>
</format>
Expand Down

0 comments on commit 96b9e12

Please sign in to comment.