Buckminster is dead, long live Tycho. The complete build can now be fully automated...
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / pom.xml
index f83e2569f942cbdd4846bcf04f25dc81d0c9710d..f5adc6407613981b27ec4121c0c9cbfff0d4d278 100644 (file)
@@ -4,49 +4,35 @@
   <parent>
        <groupId>eu.etaxonomy</groupId>
        <artifactId>taxeditor-parent</artifactId>
-    <version>3.0</version>
+    <version>3.0.6-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0</version>
+  <packaging>eclipse-plugin</packaging>
+  <version>3.0.6-SNAPSHOT</version>
+  
   <name>Editor Bundle</name>
+  <description></description>
   <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
   
-  <dependencies>
-    <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.core</groupId>
-               <artifactId>resources</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui</groupId>
-               <artifactId>forms</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui</groupId>
-               <artifactId>editors</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.ui.workbench</groupId>
-               <artifactId>texteditor</artifactId>
-       </dependency>
-       <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-io</artifactId>
-       </dependency>
-       <dependency>
-          <groupId>com.google.api</groupId>
-          <artifactId>translate</artifactId>
-       </dependency>
-  </dependencies>
+  <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>