Project

General

Profile

« Previous | Next » 

Revision 4d1c677b

Added by Niels Hoffmann over 12 years ago

Pom changes to enable fully automated tycho build and MANIFEST first development in eclipse aside

View differences:

eu.etaxonomy.taxeditor.feature/pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
  <parent>
5
	<groupId>eu.etaxonomy</groupId>
6
	<artifactId>taxeditor-parent</artifactId>
7
    <version>3.0.6-SNAPSHOT</version>
8
  </parent>
9
  
10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12
  <artifactId>eu.etaxonomy.taxeditor.feature</artifactId>
13
  <version>3.0.6-SNAPSHOT</version>
14
  <packaging>eclipse-feature</packaging>
2
<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/xsd/maven-4.0.0.xsd">
3
	<parent>
4
		<groupId>eu.etaxonomy</groupId>
5
		<artifactId>taxeditor-parent</artifactId>
6
		<version>3.0.6-SNAPSHOT</version>
7
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<artifactId>eu.etaxonomy.taxeditor.feature</artifactId>
10
	<packaging>eclipse-feature</packaging>
11
	
12
	<name>Taxonomic Editor Feature</name>
13
	<description/>
14
	<url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
15 15
</project>

Also available in: Unified diff