Updated version in pom / project files to taxeditor version : 3.7.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / pom.xml
index b34a25fa126afbeb55e9cef2f5ac5b257746f88e..dd7a2ccada7b197e19e7ca727697490ce9cb419c 100644 (file)
@@ -1,73 +1,17 @@
-<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">
+<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>
+       <version>3.7.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
-  <artifactId>taxeditor-store</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0</version>
+  <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
+  <packaging>eclipse-plugin</packaging>
+  
   <name>DataStore Bundle</name>
   <description>Enables access to a CDM DataStore and provides operations on the model</description>
   <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDataStoreBundle</url>
-       
-  <dependencies>
-    <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-services</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-io</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-ext</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-persistence</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.core</groupId>
-               <artifactId>commands</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui</groupId>
-               <artifactId>workbench</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui</groupId>
-               <artifactId>navigator</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui</groupId>
-               <artifactId>ide</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.equinox.p2.metadata</groupId>
-               <artifactId>repository</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ecf</groupId>
-               <artifactId>filetransfer</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ecf.provider</groupId>
-               <artifactId>filetransfer</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse</groupId>
-               <artifactId>swt</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.swt.cocoa</groupId>
-               <artifactId>macosx</artifactId>
-       </dependency>
-  </dependencies>
+
 </project>