Bug 441888 - build org.eclipse.test.performance.ui
diff --git a/bundles/org.eclipse.test.performance.ui/pom.xml b/bundles/org.eclipse.test.performance.ui/pom.xml
new file mode 100644
index 0000000..d129785
--- /dev/null
+++ b/bundles/org.eclipse.test.performance.ui/pom.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.eclipse.platform</groupId>
+        <artifactId>bundles</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+
+    </parent>
+    <groupId>org.eclipse.platform</groupId>
+    <artifactId>org.eclipse.test.performance.ui</artifactId>
+    <version>3.8.0-SNAPSHOT</version>
+    <packaging>eclipse-plugin</packaging>
+</project>