Initial import of aggregator project files.
authorPatric Plitzner <p.plitzner@bgbm.org>
Wed, 15 Jul 2015 08:44:57 +0000 (08:44 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Wed, 15 Jul 2015 08:44:57 +0000 (08:44 +0000)
The pom.xml configures which modules are aggragated.

.gitattributes
eu.etaxonomy.taxeditor.molecular.aggregator/.project [new file with mode: 0644]
eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml [new file with mode: 0644]

index ed822cf914b7f4960e71ee85645da2173d6805f6..d734c425bbbe33d093231f5b76833a175cc0826e 100644 (file)
@@ -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 (file)
index 0000000..0daf6c1
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>eu.etaxonomy.taxeditor.molecular.aggregator</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+       </buildSpec>
+       <natures>
+       </natures>
+</projectDescription>
diff --git a/eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml b/eu.etaxonomy.taxeditor.molecular.aggregator/pom.xml
new file mode 100644 (file)
index 0000000..be04edc
--- /dev/null
@@ -0,0 +1,22 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>eu.etaxonomy.taxeditor</groupId>
+  <artifactId>eu.etaxonomy.taxeditor.aggregator</artifactId>
+  <packaging>pom</packaging>
+  
+  <parent>
+    <groupId>eu.etaxonomy</groupId>
+    <artifactId>taxeditor-parent</artifactId>
+    <version>3.6.1-SNAPSHOT</version>
+  </parent>
+
+    <modules>
+    <module>../eu.etaxonomy.taxeditor.cdmlib</module>
+    <module>../eu.etaxonomy.taxeditor.store</module>
+    <module>../eu.etaxonomy.taxeditor.bulkeditor</module>
+    <module>../eu.etaxonomy.taxeditor.editor</module>
+    <module>../eu.etaxonomy.taxeditor.molecular</module>
+  </modules>
+  
+</project> 
+