Add pom.xml to ui project

Change-Id: I9ad5956677d9119ed08c4d82aeb3763a25994afb
diff --git a/plugins/org.eclipse.emf.henshin.text.ui/pom.xml b/plugins/org.eclipse.emf.henshin.text.ui/pom.xml
new file mode 100644
index 0000000..b0ea121
--- /dev/null
+++ b/plugins/org.eclipse.emf.henshin.text.ui/pom.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <relativePath>../../pom.xml</relativePath>
+    <groupId>org.eclipse.emf.henshin</groupId>
+    <artifactId>parent</artifactId>
+    <version>1.5.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>org.eclipse.emf.henshin.text.ui</artifactId>
+  <packaging>eclipse-plugin</packaging>
+
+</project>