Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.babel.editor.swt.compat/pom.xml')
-rw-r--r--org.eclipse.babel.editor.swt.compat/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.babel.editor.swt.compat/pom.xml b/org.eclipse.babel.editor.swt.compat/pom.xml
new file mode 100644
index 0000000..ebb1681
--- /dev/null
+++ b/org.eclipse.babel.editor.swt.compat/pom.xml
@@ -0,0 +1,13 @@
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.eclipse.babel.editor</groupId>
+ <artifactId>org.eclipse.babel.editor.swt.compat</artifactId>
+ <version>0.8.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <parent>
+ <groupId>org.eclipse.babel.tapiji.tools</groupId>
+ <artifactId>org.eclipse.babel.tapiji.tools.parent</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>..</relativePath>
+ </parent>
+</project> \ No newline at end of file

Back to the top