diff --git a/releng/org.eclipse.rse.updatesite/site.xml b/releng/org.eclipse.rse.updatesite/site.xml
index 632732e8c2c..d30a6038f06 100644
--- a/releng/org.eclipse.rse.updatesite/site.xml
+++ b/releng/org.eclipse.rse.updatesite/site.xml
@@ -30,7 +30,7 @@
-
+
diff --git a/rse/features/org.eclipse.rse.efs-feature/feature.xml b/rse/features/org.eclipse.rse.efs-feature/feature.xml
index ee935f98a06..84a8a8cc5ac 100644
--- a/rse/features/org.eclipse.rse.efs-feature/feature.xml
+++ b/rse/features/org.eclipse.rse.efs-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.ini b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.ini
deleted file mode 100644
index fdd61ff0dd8..00000000000
--- a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.ini
+++ /dev/null
@@ -1,27 +0,0 @@
-# about.ini
-# contains information about a feature
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# "%key" are externalized strings defined in about.properties
-# This file does not need to be translated.
-
-# Property "aboutText" contains blurb for "About" dialog (translated)
-aboutText=%blurb
-
-# Property "windowImage" contains path to window icon (16x16)
-# needed for primary features only
-
-# Property "featureImage" contains path to feature image (32x32)
-featureImage=eclipse32.png
-
-# Property "aboutImage" contains path to product image (500x330 or 115x164)
-# needed for primary features only
-
-# Property "appName" contains name of the application (not translated)
-# needed for primary features only
-
-# Property "welcomePage" contains path to welcome page (special XML-based format)
-# optional
-
-# Property "welcomePerspective" contains the id of the perspective in which the
-# welcome page is to be opened.
-# optional
\ No newline at end of file
diff --git a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.mappings b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.mappings
deleted file mode 100644
index bddaab43109..00000000000
--- a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.mappings
+++ /dev/null
@@ -1,6 +0,0 @@
-# about.mappings
-# contains fill-ins for about.properties
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file does not need to be translated.
-
-0=@build@
\ No newline at end of file
diff --git a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.properties
deleted file mode 100644
index 6d6973c887d..00000000000
--- a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/about.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-################################################################################
-# Copyright (c) 2006 Wind River Systems, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Martin Oberhuber - initial API and implementation
-################################################################################
-# about.properties
-# contains externalized strings for about.ini
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# fill-ins are supplied by about.mappings
-# This file should be translated.
-#
-# Do not translate any values surrounded by {}
-
-blurb=RSE Experimental Eclipse Filesystem (EFS) Provider Source\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright IBM Corporation and others 2006. All rights reserved.\n\
-Visit http://www.eclipse.org/dsdp/tm
diff --git a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/build.properties b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/build.properties
index 89c807a286c..a070fd9c69c 100644
--- a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/build.properties
+++ b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/build.properties
@@ -8,5 +8,5 @@
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
-bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.png, plugin.properties, plugin.xml, src/, META-INF/
+bin.includes = about.html, plugin.properties, plugin.xml, src/, META-INF/
sourcePlugin = true
diff --git a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/eclipse32.png b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/eclipse32.png
deleted file mode 100644
index 568fac1d05f..00000000000
Binary files a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/eclipse32.png and /dev/null differ