Update to latest CDT. Bump version to 9.4.1.

Change-Id: I28678cf5a18908a7e09003a9ea580b377242b77c
Signed-off-by: Greg Watson <g.watson@computer.org>
diff --git a/org.eclipse.photran-feature/feature.xml b/org.eclipse.photran-feature/feature.xml
index 8b26e09..f896668 100644
--- a/org.eclipse.photran-feature/feature.xml
+++ b/org.eclipse.photran-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.photran"
       label="%featureName"
-      version="9.4.0.qualifier"
+      version="9.4.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.photran.core"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.photran.intel-feature/feature.xml b/org.eclipse.photran.intel-feature/feature.xml
index 6b11655..c8af0d1 100644
--- a/org.eclipse.photran.intel-feature/feature.xml
+++ b/org.eclipse.photran.intel-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.photran.intel"
       label="%featureName"
-      version="9.4.0.qualifier"
+      version="9.4.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.photran.core.intel"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.photran.repo/pom.xml b/org.eclipse.photran.repo/pom.xml
index f966992..541d2fc 100644
--- a/org.eclipse.photran.repo/pom.xml
+++ b/org.eclipse.photran.repo/pom.xml
@@ -7,11 +7,11 @@
 	<parent>
 		<groupId>org.eclipse.photran</groupId>
 		<artifactId>photran-parent</artifactId>
-		<version>9.4.0-SNAPSHOT</version>
+		<version>9.4.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
-	<version>9.4.0-SNAPSHOT</version>
+	<version>9.4.1-SNAPSHOT</version>
 	<artifactId>org.eclipse.photran.repo</artifactId>
 	<packaging>eclipse-repository</packaging>
 	
diff --git a/org.eclipse.photran.target/photran.target b/org.eclipse.photran.target/photran.target
new file mode 100644
index 0000000..e0d2d1a
--- /dev/null
+++ b/org.eclipse.photran.target/photran.target
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="photran-photon" sequenceNumber="18">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="com.google.gson" version="0.0.0"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/cbi/updates/license/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.platform.feature.group" version="0.0.0"/>
+<repository location="https://download.eclipse.org/tools/cdt/releases/10.3/cdt-10.3.0/"/>
+</location>
+</locations>
+</target>
diff --git a/org.eclipse.photran.target/pom.xml b/org.eclipse.photran.target/pom.xml
index 9ca5209..ffd2eea 100644
--- a/org.eclipse.photran.target/pom.xml
+++ b/org.eclipse.photran.target/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 	    <groupId>org.eclipse.photran</groupId>
 	    <artifactId>photran-parent</artifactId>
-	    <version>9.4.0-SNAPSHOT</version>
+	    <version>9.4.1-SNAPSHOT</version>
 	    <relativePath>../pom.xml</relativePath>
 	</parent>
 
@@ -30,9 +30,9 @@
 						<configuration>
 							<artifacts>
 								<artifact>
-									<file>photon.target</file>
+									<file>photran.target</file>
 									<type>target</type>
-									<classifier>photran-photon</classifier>
+									<classifier>photran</classifier>
 								</artifact>
 							</artifacts>
 						</configuration>
diff --git a/org.eclipse.photran.ui.vpg.preprocessor.c/pom.xml b/org.eclipse.photran.ui.vpg.preprocessor.c/pom.xml
deleted file mode 100644
index ee484e1..0000000
--- a/org.eclipse.photran.ui.vpg.preprocessor.c/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.eclipse.photran</groupId>
-    <artifactId>photran-parent</artifactId>
-    <version>9.4.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>org.eclipse.photran.ui.vpg.preprocessor.c</artifactId>
-  <version>9.0.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.photran.xlf-feature/feature.xml b/org.eclipse.photran.xlf-feature/feature.xml
index 0aba2c7..9c3c25d 100644
--- a/org.eclipse.photran.xlf-feature/feature.xml
+++ b/org.eclipse.photran.xlf-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.photran.xlf"
       label="%featureName"
-      version="9.4.0.qualifier"
+      version="9.4.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.photran.core.xlf"
       license-feature="org.eclipse.license"
diff --git a/pom.xml b/pom.xml
index 25c1f26..b6adcef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
 	<groupId>org.eclipse.photran</groupId>
 	<artifactId>photran-parent</artifactId>
-	<version>9.4.0-SNAPSHOT</version>
+	<version>9.4.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>PTP Photran Parent</name>
 
@@ -93,8 +93,8 @@
 						<artifact>
 							<groupId>org.eclipse.photran</groupId>
 							<artifactId>org.eclipse.photran.target</artifactId>
-							<version>9.4.0-SNAPSHOT</version>
-							<classifier>photon</classifier>
+							<version>9.4.1-SNAPSHOT</version>
+							<classifier>photran</classifier>
 						</artifact>
 					</target>
 				</configuration>