updated parent pom
authorn.hoffmann <n.hoffmann@localhost>
Mon, 2 Nov 2009 18:57:29 +0000 (18:57 +0000)
committern.hoffmann <n.hoffmann@localhost>
Mon, 2 Nov 2009 18:57:29 +0000 (18:57 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 95f87e1284c8eb9fdbb31f2fcf84b6b8b4ec3d57..eabe9937de09ea49af01809d555595f468f9f5f8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>eu.etaxonomy</groupId>
        <artifactId>taxeditor-parent</artifactId>
-       <version>1.0</version>
+       <version>2.1</version>
 
        <name>EDIT Taxonomic Editor</name>
        <description>The EDIT Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
@@ -18,6 +18,7 @@
                <module>taxeditor-navigation</module>
                <module>taxeditor-editor</module>
                <module>taxeditor-bulkeditor</module>
+               <module>taxeditor-annotatedlineeditor</module>
                <module>taxeditor-application</module>
        </modules>
        
                                <configuration>
                                        <downloadSources>true</downloadSources>
                                        <downloadJavadocs>true</downloadJavadocs>       
+                                       <additionalProjectnatures>
+                                               <projectnature>org.eclipse.pde.PluginNature</projectnature>
+                                       </additionalProjectnatures>
                                </configuration>
                        </plugin>
                        
                </dependencies>
        </dependencyManagement>
        
-</project>
\ No newline at end of file
+</project>