Bug 375497 - Added feature and added to SDK
diff --git a/features/org.eclipse.graphiti.feature.tools/feature.xml b/features/org.eclipse.graphiti.feature.tools/feature.xml
new file mode 100644
index 0000000..18628ff
--- /dev/null
+++ b/features/org.eclipse.graphiti.feature.tools/feature.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--
+    <copyright>
+   
+    Copyright (c) 2012, 2012 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.feature.tools"

+      label="%featureName"

+      version="0.9.0.qualifier"

+      provider-name="%providerName"

+      license-feature="org.eclipse.license"

+      license-feature-version="1.0.0.qualifier">

+

+   <description>

+      %description

+   </description>

+

+   <copyright url="http://www.eclipse.org/legal/epl-v10.html">

+      Copyright (c) 2012, 2012 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>

+

+   <plugin

+         id="org.eclipse.graphiti.tools.newprojectwizard"

+         download-size="0"

+         install-size="0"

+         version="0.9.0.qualifier"/>

+

+</feature>