Buckminster is dead, long live Tycho. The complete build can now be fully automated...
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / pom.xml
index 8d2c37403c91557bbe9e986d0f02a6e5c42b0c81..54ec746667cce6476777acc7b6e8d37f8e2eb323 100644 (file)
@@ -1,39 +1,38 @@
 <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>eu.etaxonomy.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.0.6-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>