Support for LWC dependency annotations
Change-Id: Ia4c7b39a871350d3f649597fbc67e9cf52e38e1a
diff --git a/script/korapxml2krill b/script/korapxml2krill
index c859920..4ff4b5b 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -123,9 +123,12 @@
#
# 2017/07/04
# - Fixed tar building process
+#
+# 2018/01/16
+# - Added LWC support
# ----------------------------------------------------------
-our $LAST_CHANGE = '2017/06/29';
+our $LAST_CHANGE = '2018/01/16';
our $LOCAL = $FindBin::Bin;
our $VERSION_MSG = <<"VERSION";
Version $KorAP::XML::Krill::VERSION - diewald\@ids-mannheim.de - $LAST_CHANGE
@@ -458,6 +461,9 @@
# Glemm
push(@layers, ['Glemm', 'Morpho']);
+# LWC
+push(@layers, ['LWC', 'Dependency']);
+
# Malt
push(@layers, ['Malt', 'Dependency']);
@@ -1351,6 +1357,9 @@
Glemm
#Morpho
+ LWC
+ #Dependency
+
Malt
#Dependency
@@ -1393,7 +1402,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2015-2017, L<IDS Mannheim|http://www.ids-mannheim.de/>
+Copyright (C) 2015-2018, L<IDS Mannheim|http://www.ids-mannheim.de/>
Author: L<Nils Diewald|http://nils-diewald.de/>