Migrate Vex Build to Maven/Tycho
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/pom.xml b/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/pom.xml
new file mode 100644
index 0000000..8b5d258
--- /dev/null
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/pom.xml
@@ -0,0 +1,17 @@
+<?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>
+ <artifactId>org.eclipse.wst.xml.vex.docbook</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>0.5.0-SNAPSHOT</version>
+ <name>Vex DocBook 4.x Support</name>
+
+ <parent>
+ <artifactId>org.eclipse.wst.xml.vex_parent</artifactId>
+ <groupId>org.eclipse.wst.xml.vex</groupId>
+ <version>0.5.0-SNAPSHOT</version>
+ <relativePath>../../development/org.eclipse.wst.xml.vex.releng/pom.xml</relativePath>
+ </parent>
+
+</project>