blob: 36df8eb8399f0fbc9b26e326513ea944e77b08e3 [file] [log] [blame]
Stephan Herrmann415903e2012-05-26 15:53:02 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012 Eclipse Foundation.
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-->
12
13<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"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15 <modelVersion>4.0.0</modelVersion>
16 <parent>
17 <artifactId>eclipse.jdt.core</artifactId>
18 <groupId>eclipse.jdt.core</groupId>
19 <version>3.8.0-SNAPSHOT</version>
20 </parent>
21 <groupId>eclipse.jdt.core</groupId>
22 <artifactId>org.eclipse.jdt.core.tests.model</artifactId>
23 <version>3.8.1-SNAPSHOT</version>
24 <packaging>eclipse-plugin</packaging>
Stephan Herrmann918c05c2012-12-16 20:09:49 +010025
26 <build>
27 <plugins>
28 <plugin>
29 <groupId>org.eclipse.tycho</groupId>
30 <artifactId>tycho-packaging-plugin</artifactId>
31 <version>${tycho.version}</version>
32 <configuration>
33 <timestampProvider>default</timestampProvider>
34 </configuration>
35 </plugin>
36 </plugins>
37 </build>
Stephan Herrmann415903e2012-05-26 15:53:02 +020038</project>