Add pom.xml to new jre feature
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 9 Dec 2015 15:32:13 +0000 (16:32 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 9 Dec 2015 15:32:13 +0000 (16:32 +0100)
eu.etaxonomy.taxeditor.feature.jre/pom.xml [new file with mode: 0644]

diff --git a/eu.etaxonomy.taxeditor.feature.jre/pom.xml b/eu.etaxonomy.taxeditor.feature.jre/pom.xml
new file mode 100644 (file)
index 0000000..dc9e299
--- /dev/null
@@ -0,0 +1,15 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <parent>
+    <groupId>eu.etaxonomy</groupId>
+    <artifactId>taxeditor-parent</artifactId>
+    <version>1.7.75</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>eu.etaxonomy.taxeditor.feature.jre</artifactId>
+  <packaging>eclipse-feature</packaging>
+
+  <name>Taxonomic Editor Feature JRE</name>
+  <description />
+  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
+</project>