Add SDk feature
diff --git a/features/org.eclipse.graphiti.sdk.feature/feature.xml b/features/org.eclipse.graphiti.sdk.feature/feature.xml
new file mode 100644
index 0000000..46ff796
--- /dev/null
+++ b/features/org.eclipse.graphiti.sdk.feature/feature.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ <copyright>
+
+ Copyright (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
+
+ Contributors:
+ SAP AG - initial API, implementation and documentation
+
+ </copyright>
+
+ -->
+<feature
+ id="org.eclipse.graphiti.sdk.feature"
+ label="%featureName"
+ version="0.7.0.qualifier"
+ provider-name="%providerName">
+
+ <description>
+ Graphiti supports the fast and easy creation of unified graphical
+tools, which can graphically display and edit underlying domain
+models using a tool-defined notation. This is the full blown
+SDK
+feature containing the framework itself plus the source code,
+documentation and examples with their source code.
+ </description>
+
+ <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+ Copyright (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>
+
+ <includes
+ id="org.eclipse.graphiti.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.graphiti.source.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.graphiti.feature.examples"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.graphiti.feature.examples.source"
+ version="0.0.0"/>
+
+</feature>