Stephan Herrmann | 415903e | 2012-05-26 15:53:02 +0200 | [diff] [blame] | 1 | <?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> |
| 25 | </project> |