Updated feature and bndrun: added converter.200
diff --git a/features/org.eclipse.app4mc.amalthea.converters.headless/feature.xml b/features/org.eclipse.app4mc.amalthea.converters.headless/feature.xml
index 26cf6db..c86a0ae 100644
--- a/features/org.eclipse.app4mc.amalthea.converters.headless/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.converters.headless/feature.xml
@@ -7,12 +7,12 @@
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
 
-   <description url="https://projects.eclipse.org/projects/technology.app4mc">
+   <description url="https://projects.eclipse.org/projects/automotive.app4mc">
       APP4MC AMALTHEA Model converters without UI
    </description>
 
    <copyright url="http://www.example.com/copyright">
-      (c) Copyright 2018-2020 Eclipse APP4MC contributors and others.
+      (c) Copyright 2018-2021 Eclipse APP4MC contributors and others.
    </copyright>
 
    <plugin
@@ -121,6 +121,13 @@
          unpack="false"/>
 
    <plugin
+         id="org.eclipse.app4mc.amalthea.converters.200"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
          id="org.eclipse.app4mc.amalthea.converters.common"
          download-size="0"
          install-size="0"
@@ -155,11 +162,4 @@
          version="0.0.0"
          unpack="false"/>
 
-   <plugin
-         id="org.eclipse.app4mc.amalthea.converters.200"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
 </feature>
diff --git a/releng/org.eclipse.app4mc.converters.p2repo/pom.xml b/releng/org.eclipse.app4mc.converters.p2repo/pom.xml
index 95967e4..94b04ca 100644
--- a/releng/org.eclipse.app4mc.converters.p2repo/pom.xml
+++ b/releng/org.eclipse.app4mc.converters.p2repo/pom.xml
@@ -168,6 +168,11 @@
 				</dependency>
 				<dependency>
 					<groupId>${project.groupId}</groupId>
+					<artifactId>org.eclipse.app4mc.amalthea.converters.200.tests</artifactId>
+					<version>${project.version}</version>
+				</dependency>
+				<dependency>
+					<groupId>${project.groupId}</groupId>
 					<artifactId>org.eclipse.app4mc.amalthea.converters.common.tests</artifactId>
 					<version>${project.version}</version>
 				</dependency>
diff --git a/releng/org.eclipse.app4mc.converters.product/amalthea_migration.bndrun b/releng/org.eclipse.app4mc.converters.product/amalthea_migration.bndrun
index 95cfc87..b2aa31c 100644
--- a/releng/org.eclipse.app4mc.converters.product/amalthea_migration.bndrun
+++ b/releng/org.eclipse.app4mc.converters.product/amalthea_migration.bndrun
@@ -26,6 +26,8 @@
     org.eclipse.app4mc.amalthea.converters.095,\
     org.eclipse.app4mc.amalthea.converters.096,\
     org.eclipse.app4mc.amalthea.converters.097,\
+    org.eclipse.app4mc.amalthea.converters.100,\
+    org.eclipse.app4mc.amalthea.converters.200,\
     org.eclipse.app4mc.amalthea.converters.common,\
     org.eclipse.app4mc.util.sessionlog,\
     org.eclipse.app4mc.util.sessionlog.console,\