Fix menues, added check if connected to DB
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / pom.xml
index 54ec746667cce6476777acc7b6e8d37f8e2eb323..14d406739b8b61b7a38c310142d6db5142556daf 100644 (file)
@@ -4,35 +4,15 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>taxeditor-parent</artifactId>
-               <version>3.0.6-SNAPSHOT</version>
+               <version>3.4.1-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>eu.etaxonomy</groupId>
        <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
        <packaging>eclipse-plugin</packaging>
-       <version>3.0.6-SNAPSHOT</version>
 
        <name>Bulkeditor Bundle</name>
        <description></description>
        <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
 
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.eclipse.tycho</groupId>
-                               <artifactId>tycho-packaging-plugin</artifactId>
-                               <version>${tycho.version}</version>
-                               <configuration>
-                                       <archive>
-                                               <addMavenDescriptor>false</addMavenDescriptor>
-                                       </archive>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
 </project>