blob: f73ad6c3114b46b09337b0093ad59a5e0f21020f [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?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
14 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
15 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16 <modelVersion>4.0.0</modelVersion>
17 <parent>
18 <artifactId>rt.equinox.bundles</artifactId>
19 <groupId>org.eclipse.equinox.bundles</groupId>
20 <version>3.8.0-SNAPSHOT</version>
21 <relativePath>../../</relativePath>
22 </parent>
23 <groupId>org.eclipse.equinox.bundles</groupId>
24 <artifactId>org.eclipse.equinox.metatype</artifactId>
25 <version>1.2.0-SNAPSHOT</version>
26 <packaging>eclipse-plugin</packaging>
27
28 <build>
29 <plugins>
30 <plugin>
31 <groupId>org.eclipse.tycho</groupId>
32 <artifactId>tycho-compiler-plugin</artifactId>
33 <configuration>
34 <source>1.5</source>
35 <target>jsr14</target>
36 </configuration>
37 </plugin>
38 </plugins>
39 </build>
40</project>