adding uninstall action

Change-Id: Id4c0ef765177ec0ca661c8c560c037acd66101bf
Signed-off-by: Sounak Basu <sounak.basu@sap.com>
diff --git a/org.eclipse.ogee.feature/build.properties b/org.eclipse.ogee.feature/build.properties
index 43a62e9..9c3b3fa 100644
--- a/org.eclipse.ogee.feature/build.properties
+++ b/org.eclipse.ogee.feature/build.properties
@@ -12,4 +12,5 @@
 bin.includes = feature.xml,\
                feature.properties,\
                epl-v10.html,\
-               license.html
+               license.html,\
+               p2.inf
diff --git a/org.eclipse.ogee.feature/p2.inf b/org.eclipse.ogee.feature/p2.inf
new file mode 100644
index 0000000..78309b0
--- /dev/null
+++ b/org.eclipse.ogee.feature/p2.inf
@@ -0,0 +1,4 @@
+metaRequirements.0.namespace=org.eclipse.equinox.p2.engine.actions
+metaRequirements.0.name=org.eclipse.ogee.core.uninstall_action
+metaRequirements.0.range=1.0
+instructions.uninstall=org.eclipse.ogee.core.uninstall_action();
\ No newline at end of file