blob: d4fc9c7ea735c2959e3b1594a63e8d177f1c3f75 [file] [log] [blame]
Stephan Herrmann415903e2012-05-26 15:53:02 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Stephan Herrmann396f3342013-03-14 14:31:57 +01003 Copyright (c) 2012, 2013 Eclipse Foundation and others.
Stephan Herrmann415903e2012-05-26 15:53:02 +02004 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 Herrmannc7600d82013-04-28 22:48:05 +020012<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 Herrmann415903e2012-05-26 15:53:02 +020013 <modelVersion>4.0.0</modelVersion>
14 <parent>
15 <artifactId>eclipse.jdt.core</artifactId>
16 <groupId>eclipse.jdt.core</groupId>
Stephan Herrmannc7600d82013-04-28 22:48:05 +020017 <version>4.3.0-SNAPSHOT</version>
Stephan Herrmann415903e2012-05-26 15:53:02 +020018 </parent>
Stephan Herrmann396f3342013-03-14 14:31:57 +010019 <groupId>org.eclipse.jdt</groupId>
Stephan Herrmann415903e2012-05-26 15:53:02 +020020 <artifactId>org.eclipse.jdt.core.tests.model</artifactId>
Stephan Herrmann28464e42013-02-02 16:25:14 +010021 <version>3.8.2-SNAPSHOT</version>
Stephan Herrmann415903e2012-05-26 15:53:02 +020022 <packaging>eclipse-plugin</packaging>
Stephan Herrmann918c05c2012-12-16 20:09:49 +010023
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 Herrmann415903e2012-05-26 15:53:02 +020036</project>