[351776] Adding build feature.
diff --git a/releng/org.eclipse.uml2.build-feature/.project b/releng/org.eclipse.uml2.build-feature/.project
new file mode 100644
index 0000000..e47f206
--- /dev/null
+++ b/releng/org.eclipse.uml2.build-feature/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.uml2.build-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/releng/org.eclipse.uml2.build-feature/build.properties b/releng/org.eclipse.uml2.build-feature/build.properties
new file mode 100644
index 0000000..d5e7d0e
--- /dev/null
+++ b/releng/org.eclipse.uml2.build-feature/build.properties
@@ -0,0 +1,14 @@
+# Copyright (c) 2011 CEA 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:
+# CEA - initial API and implementation
+#
+
+# NLS_MESSAGEFORMAT_VAR
+
+bin.includes = eclipse_update_120.jpg,\
+ feature.*
diff --git a/releng/org.eclipse.uml2.build-feature/eclipse_update_120.jpg b/releng/org.eclipse.uml2.build-feature/eclipse_update_120.jpg
new file mode 100644
index 0000000..bfdf708
--- /dev/null
+++ b/releng/org.eclipse.uml2.build-feature/eclipse_update_120.jpg
Binary files differ
diff --git a/releng/org.eclipse.uml2.build-feature/feature.properties b/releng/org.eclipse.uml2.build-feature/feature.properties
new file mode 100644
index 0000000..b9c31eb
--- /dev/null
+++ b/releng/org.eclipse.uml2.build-feature/feature.properties
@@ -0,0 +1,28 @@
+# Copyright (c) 2011 CEA 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:
+# CEA - initial API and implementation
+#
+
+# NLS_MESSAGEFORMAT_VAR
+
+# feature.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)
+
+# "feature.label" property - name of the feature
+feature.label = UML2 Build
+
+# "feature.provider-name" property - name of the company that provides the feature
+feature.provider-name = Eclipse Modeling Project
+
+# "update.label" property - label for the update site
+update.label = Eclipse Modeling Project Updates
+
+# "description" property - description of the feature
+description = Unified Modeling Language 2.x Build
diff --git a/releng/org.eclipse.uml2.build-feature/feature.xml b/releng/org.eclipse.uml2.build-feature/feature.xml
new file mode 100644
index 0000000..3c1fcdd
--- /dev/null
+++ b/releng/org.eclipse.uml2.build-feature/feature.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.uml2.build"
+ label="%feature.label"
+ version="1.0.0.qualifier"
+ provider-name="%feature.provider-name"
+ image="eclipse_update_120.jpg"
+ license-feature="org.eclipse.uml2.license"
+ license-feature-version="1.0.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+ Copyright (c) 2011 CEA 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
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%update.label" url="http://www.eclipse.org/modeling/updates/"/>
+ <discovery label="%update.label" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <includes
+ id="org.eclipse.uml2.sdk"
+ version="0.0.0"/>
+
+</feature>