Bug 370457: Added new feature to site
diff --git a/features/org.eclipse.graphiti.export.feature/feature.properties b/features/org.eclipse.graphiti.export.feature/feature.properties
index 035a87d..a70327c 100644
--- a/features/org.eclipse.graphiti.export.feature/feature.properties
+++ b/features/org.eclipse.graphiti.export.feature/feature.properties
@@ -15,7 +15,7 @@
 ###############################################################################
 featureName = Graphiti Export (Incubation)
 providerName = Eclipse Modeling Project
-description = This is the exporters feature of the Graphiti framework. This features enhances the Graphiti runtime feature (org.eclipse.graphiti.feature) with additional export possibilities (currently an SVG exporter for diagrams is the only contained extension).
+description = This is the exporters feature of the Graphiti framework. This feature enhances the Graphiti runtime feature (org.eclipse.graphiti.feature) with additional export possibilities (currently an SVG exporter for diagrams is the only contained extension).
 
 # "licenseURL" property - URL of the "Feature License"
 # do not translate value - just change to point to a locale-specific HTML page
diff --git a/features/org.eclipse.graphiti.site/feature.xml b/features/org.eclipse.graphiti.site/feature.xml
index c520ee7..fc0efbb 100644
--- a/features/org.eclipse.graphiti.site/feature.xml
+++ b/features/org.eclipse.graphiti.site/feature.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>

 <!--
 	Copyright (c) 2005 - 2010 SAP AG.
 	All rights reserved. This program and the accompanying materials
@@ -9,49 +9,53 @@
 	Contributors:
 	  SAP AG - initial API and implementation
 	  mwenz - Update of Eclipse license
--->
-<feature
-      id="org.eclipse.graphiti.site"
-      label="Graphiti 0.8.2 Update Site"
-      version="0.8.2.qualifier"
-      provider-name="%providerName"
-      image="eclipse_update_120.jpg">
-
-   <description>
-      %description
-   </description>
-
-   <copyright url="Graphiti Site contains the Graphiti framework and all additional features.">
+-->

+<feature

+      id="org.eclipse.graphiti.site"

+      label="Graphiti 0.8.2 Update Site"

+      version="0.8.2.qualifier"

+      provider-name="%providerName"

+      image="eclipse_update_120.jpg">

+

+   <description>

+      %description

+   </description>

+

+   <copyright url="Graphiti Site contains the Graphiti framework and all additional features.">

       (c) 2005, 2010 SAP AG.
 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 url="http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/&amp;protocol=http&amp;format=xml"/>
-   </url>
-
-   <includes
-         id="org.eclipse.graphiti.sdk.feature"
-         version="0.0.0"/>
-
-   <includes
-         id="org.eclipse.graphiti.feature"
-         version="0.0.0"/>
-
-   <includes
-         id="org.eclipse.graphiti.feature.examples"
-         version="0.0.0"/>
-
-   <includes
-         id="org.eclipse.graphiti.sdk.plus.feature"
-         version="0.0.0"/>
-
-</feature>
+http://www.eclipse.org/legal/epl-v10.html

+   </copyright>

+

+   <license url="%licenseURL">

+      %license

+   </license>

+

+   <url>

+      <update url="http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/&amp;protocol=http&amp;format=xml"/>

+   </url>

+

+   <includes

+         id="org.eclipse.graphiti.sdk.feature"

+         version="0.0.0"/>

+

+   <includes

+         id="org.eclipse.graphiti.feature"

+         version="0.0.0"/>

+

+   <includes

+         id="org.eclipse.graphiti.feature.examples"

+         version="0.0.0"/>

+

+   <includes

+         id="org.eclipse.graphiti.sdk.plus.feature"

+         version="0.0.0"/>

+

+   <includes

+         id="org.eclipse.graphiti.export.feature"

+         version="0.0.0"/>

+

+</feature>