From bcdf4797cd69fdf7c94745155886b3d79a994f90 Mon Sep 17 00:00:00 2001 From: Patric Plitzner Date: Wed, 15 Jul 2015 08:44:57 +0000 Subject: [PATCH] Initial import of aggregator project files. The pom.xml configures which modules are aggragated. --- .gitattributes | 2 ++ .../.project | 11 ++++++++++ .../pom.xml | 22 +++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 eu.etaxonomy.taxeditor.molecular.aggregator/.project create mode 100644 eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml diff --git a/.gitattributes b/.gitattributes index ed822cf91..d734c425b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -969,6 +969,8 @@ eu.etaxonomy.taxeditor.help/src/eu/etaxonomy/taxeditor/help/Activator.java -text eu.etaxonomy.taxeditor.help/toc.xml -text eu.etaxonomy.taxeditor.help/tocgettingstarted.xml -text eu.etaxonomy.taxeditor.help/tocnameparser.xml -text +eu.etaxonomy.taxeditor.molecular.aggregator/.project -text +eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml -text eu.etaxonomy.taxeditor.molecular/.classpath -text eu.etaxonomy.taxeditor.molecular/.project -text eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF -text diff --git a/eu.etaxonomy.taxeditor.molecular.aggregator/.project b/eu.etaxonomy.taxeditor.molecular.aggregator/.project new file mode 100644 index 000000000..0daf6c182 --- /dev/null +++ b/eu.etaxonomy.taxeditor.molecular.aggregator/.project @@ -0,0 +1,11 @@ + + + eu.etaxonomy.taxeditor.molecular.aggregator + + + + + + + + diff --git a/eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml b/eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml new file mode 100644 index 000000000..be04edc0c --- /dev/null +++ b/eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + eu.etaxonomy.taxeditor + eu.etaxonomy.taxeditor.aggregator + pom + + + eu.etaxonomy + taxeditor-parent + 3.6.1-SNAPSHOT + + + + ../eu.etaxonomy.taxeditor.cdmlib + ../eu.etaxonomy.taxeditor.store + ../eu.etaxonomy.taxeditor.bulkeditor + ../eu.etaxonomy.taxeditor.editor + ../eu.etaxonomy.taxeditor.molecular + + + + -- 2.34.1