Updated version in pom / project files to taxeditor version : 3.8.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor.application / pom.xml
index f955cf87539c1f0f54cc3493f8604a1b0b49809c..2f4db0a333cf6b161c68a17a536f75a8b78d590c 100644 (file)
@@ -1,40 +1,33 @@
-<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>
+    <groupId>eu.etaxonomy</groupId>
+    <artifactId>taxeditor-parent</artifactId>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
+
   <modelVersion>4.0.0</modelVersion>
-  <groupId>eu.etaxonomy</groupId>
   <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0</version>
+  <packaging>eclipse-plugin</packaging>
+
   <name>Application</name>
   <description>All plugins are combined into this application.</description>
   <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor</url>
-  <dependencies>
-    <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-store</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-navigation</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-editor</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>eu.etaxonomy</groupId>
-               <artifactId>taxeditor-printpublisher</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.eclipse.equinox.p2</groupId>
-               <artifactId>operations</artifactId>
-       </dependency>
-  </dependencies>
+
+  <properties>
+   <timestamp>${maven.build.timestamp}</timestamp>
+   <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
+</properties>
+  
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+            <include>about.mappings</include>            
+        </includes>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+   </build>
 </project>