[releng] Updates Development Tools feature
diff --git a/features/org.eclipse.m2m.qvt.oml.tools.feature/.classpath b/features/org.eclipse.m2m.qvt.oml.tools.feature/.classpath
deleted file mode 100644
index ac37fb2..0000000
--- a/features/org.eclipse.m2m.qvt.oml.tools.feature/.classpath
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/features/org.eclipse.m2m.qvt.oml.tools.feature/.project b/features/org.eclipse.m2m.qvt.oml.tools.feature/.project
index 02ee9fb..e254c42 100644
--- a/features/org.eclipse.m2m.qvt.oml.tools.feature/.project
+++ b/features/org.eclipse.m2m.qvt.oml.tools.feature/.project
@@ -6,18 +6,12 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.eclipse.pde.FeatureBuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.pde.FeatureNature</nature>
 	</natures>
 </projectDescription>
diff --git a/features/org.eclipse.m2m.qvt.oml.tools.feature/.settings/org.eclipse.core.runtime.prefs b/features/org.eclipse.m2m.qvt.oml.tools.feature/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 0000000..5a0ad22
--- /dev/null
+++ b/features/org.eclipse.m2m.qvt.oml.tools.feature/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/features/org.eclipse.m2m.qvt.oml.tools.feature/build.properties b/features/org.eclipse.m2m.qvt.oml.tools.feature/build.properties
index 64f93a9..7c626e2 100644
--- a/features/org.eclipse.m2m.qvt.oml.tools.feature/build.properties
+++ b/features/org.eclipse.m2m.qvt.oml.tools.feature/build.properties
@@ -1 +1,3 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+               eclipse_update_120.jpg,\
+               feature.properties
diff --git a/features/org.eclipse.m2m.qvt.oml.tools.feature/eclipse_update_120.jpg b/features/org.eclipse.m2m.qvt.oml.tools.feature/eclipse_update_120.jpg
new file mode 100644
index 0000000..68e3e02
--- /dev/null
+++ b/features/org.eclipse.m2m.qvt.oml.tools.feature/eclipse_update_120.jpg
Binary files differ
diff --git a/features/org.eclipse.m2m.qvt.oml.tools.feature/feature.properties b/features/org.eclipse.m2m.qvt.oml.tools.feature/feature.properties
new file mode 100644
index 0000000..08ed8de
--- /dev/null
+++ b/features/org.eclipse.m2m.qvt.oml.tools.feature/feature.properties
@@ -0,0 +1,39 @@
+###############################################################################
+# Copyright (c) 2014,2015 ASML Netherlands B.V. 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:
+#     ASML Netherlands B.V. - Initial API and implementation
+###############################################################################
+# features.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=QVT Operational Development Tools
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse Modeling Project
+
+updateSiteName=QVT Operational Update Site
+
+# "description" property - description of the feature
+description=QVT Operational capabilities to annotate the editor to highlight covered and non-covered parts of a transformation unit
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2014,2015 ASML Netherlands B.V. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors:\n\
+    ASML Netherlands B.V. - initial API and implementation\n
+################ end of copyright property ####################################
diff --git a/features/org.eclipse.m2m.qvt.oml.tools.feature/feature.xml b/features/org.eclipse.m2m.qvt.oml.tools.feature/feature.xml
index 8516d9a..71efb0a 100644
--- a/features/org.eclipse.m2m.qvt.oml.tools.feature/feature.xml
+++ b/features/org.eclipse.m2m.qvt.oml.tools.feature/feature.xml
@@ -1,32 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.eclipse.m2m.qvt.oml.tools.feature"
-      label="QVT Operational Development Tools"
-      version="1.0.0.qualifier"
-      provider-name="Eclipse Modeling Project"
-      plugin="org.eclipse.m2m.qvt.oml">
+      label="%featureName"
+      version="1.2.0.qualifier"
+      provider-name="%providerName"
+      image="eclipse_update_120.jpg"
+      license-feature="org.eclipse.qvto.license"
+      license-feature-version="1.0.0.qualifier">
 
-   <description url="http://www.example.com/description">
-      [Enter Feature Description here.]
+   <description url="http://www.eclipse.org/mmt/qvto">
+      %description
    </description>
 
-   <copyright url="http://www.example.com/copyright">
-      [Enter Copyright Description here.]
+   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+      %copyright
    </copyright>
 
-   <license url="http://www.example.com/license">
-      [Enter License Description here.]
-   </license>
-
    <includes
-         id="org.eclipse.m2m.qvt.oml.tools.coverage.feature"
+         id="org.eclipse.m2m.qvt.oml.tools.coverage"
          version="0.0.0"/>
 
-   <plugin
-         id="org.eclipse.m2m.qvt.oml.tools.doc"
-         download-size="0"
-         install-size="0"
+   <includes
+         id="org.eclipse.m2m.qvt.oml.tools.coverage.junit"
          version="0.0.0"
-         unpack="false"/>
+         optional="true"/>
+
+   <includes
+         id="org.eclipse.m2m.qvt.oml.tools.coverage.source"
+         version="0.0.0"/>
+
+   <includes
+         id="org.eclipse.m2m.qvt.oml.tools.coverage.junit.source"
+         version="0.0.0"
+         optional="true"/>
 
 </feature>