Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Stephan Herrmann | 396f334 | 2013-03-14 14:31:57 +0100 | [diff] [blame] | 3 | Copyright (c) 2012, 2013 Eclipse Foundation and others. |
Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 4 | All rights reserved. This program and the accompanying materials |
| 5 | are made available under the terms of the Eclipse Distribution License v1.0 |
| 6 | which accompanies this distribution, and is available at |
| 7 | http://www.eclipse.org/org/documents/edl-v10.php |
| 8 | |
| 9 | Contributors: |
| 10 | Igor Fedorenko - initial implementation |
| 11 | --> |
Stephan Herrmann | c7600d8 | 2013-04-28 22:48:05 +0200 | [diff] [blame] | 12 | <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"> |
Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 13 | <modelVersion>4.0.0</modelVersion> |
| 14 | <parent> |
| 15 | <artifactId>eclipse.jdt.core</artifactId> |
| 16 | <groupId>eclipse.jdt.core</groupId> |
Stephan Herrmann | 4388de0 | 2013-12-30 10:43:45 +0100 | [diff] [blame] | 17 | <version>4.3.0-SNAPSHOT</version> |
Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 18 | </parent> |
Stephan Herrmann | 396f334 | 2013-03-14 14:31:57 +0100 | [diff] [blame] | 19 | <groupId>org.eclipse.jdt</groupId> |
Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 20 | <artifactId>org.eclipse.jdt.core.tests.model</artifactId> |
Stephan Herrmann | 9751778 | 2013-07-30 19:11:20 +0200 | [diff] [blame] | 21 | <version>3.8.3-SNAPSHOT</version> |
Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 22 | <packaging>eclipse-plugin</packaging> |
Stephan Herrmann | 918c05c | 2012-12-16 20:09:49 +0100 | [diff] [blame] | 23 | |
| 24 | <build> |
| 25 | <plugins> |
| 26 | <plugin> |
| 27 | <groupId>org.eclipse.tycho</groupId> |
| 28 | <artifactId>tycho-packaging-plugin</artifactId> |
| 29 | <version>${tycho.version}</version> |
| 30 | <configuration> |
| 31 | <timestampProvider>default</timestampProvider> |
| 32 | </configuration> |
| 33 | </plugin> |
| 34 | </plugins> |
| 35 | </build> |
Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 36 | </project> |