added checks to makes sure no other exception is thrown within the dialog creation...
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / pom.xml
index 80dd890d69cad4889e2c7f9ad3e8cd2da579ceee..f3242396cf6859591351e57e55b93bd46d8f1519 100644 (file)
@@ -1,39 +1,18 @@
 <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/maven-v4_0_0.xsd">
-  
-    <parent>
-       <groupId>eu.etaxonomy</groupId>
-       <artifactId>taxeditor-parent</artifactId>
-      <version>3.0</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
-  <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0</version>
-  <name>Bulkeditor Bundle</name>
-  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
-  <dependencies>
-      <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-store</artifactId>
-       </dependency>
-       <dependency>
-                       <groupId>org.eclipse.ui</groupId>
-                       <artifactId>editors</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.core</groupId>
-                       <artifactId>filebuffers</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.ui.workbench</groupId>
-                       <artifactId>texteditor</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.core</groupId>
-                       <artifactId>resources</artifactId>
-               </dependency>
-  </dependencies>
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+       <parent>
+               <groupId>eu.etaxonomy</groupId>
+               <artifactId>taxeditor-parent</artifactId>
+               <version>3.4.0-SNAPSHOT</version>
+       </parent>
+
+       <modelVersion>4.0.0</modelVersion>
+       <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
+       <packaging>eclipse-plugin</packaging>
+
+       <name>Bulkeditor Bundle</name>
+       <description></description>
+       <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
+
 </project>