blob: d36391bfcbfcf5f3e3ab382aca5da5f413ca13f9 [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>
Stephan Herrmann4c6c5002013-09-12 23:09:47 +020015 <artifactId>tests-pom</artifactId>
Stephan Herrmann415903e2012-05-26 15:53:02 +020016 <groupId>eclipse.jdt.core</groupId>
Stephan Herrmann6a72b272013-07-14 17:29:27 +020017 <version>4.4.0-SNAPSHOT</version>
Stephan Herrmann4c6c5002013-09-12 23:09:47 +020018 <relativePath>../tests-pom/</relativePath>
Stephan Herrmann415903e2012-05-26 15:53:02 +020019 </parent>
Stephan Herrmann396f3342013-03-14 14:31:57 +010020 <groupId>org.eclipse.jdt</groupId>
Stephan Herrmann415903e2012-05-26 15:53:02 +020021 <artifactId>org.eclipse.jdt.core.tests.compiler</artifactId>
Stephan Herrmann4c6c5002013-09-12 23:09:47 +020022 <version>3.9.0-SNAPSHOT</version>
23 <packaging>eclipse-test-plugin</packaging>
24
25 <properties>
26 <defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
27 </properties>
28
Stephan Herrmann415903e2012-05-26 15:53:02 +020029</project>