Bug 370457: Added new feature to site

Conflicts:
	features/org.eclipse.graphiti.site/feature.xml
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 38d8d53..0a699f0 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 - 2011 SAP AG.
 	All rights reserved. This program and the accompanying materials
@@ -30,27 +30,35 @@
 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>
-
-   <url>
-      <update url="http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.9.0/&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"/>
-
+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>