blob: 56472f6be2ea3ae8a2228cb604cd51bcafb5b35e [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 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>rt.equinox.bundles</artifactId>
18 <groupId>org.eclipse.equinox.bundles</groupId>
19 <version>3.8.0-SNAPSHOT</version>
20 <relativePath>../../</relativePath>
21 </parent>
Thomas Watson55c89972013-02-25 11:02:24 -060022 <groupId>org.eclipse.equinox</groupId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050023 <artifactId>org.eclipse.equinox.io</artifactId>
Thomas Watsonedc3a542012-05-22 15:49:34 -050024 <version>1.0.400-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050025 <packaging>eclipse-plugin</packaging>
John Arthorne76bbcaa2012-09-17 15:12:49 -040026
27 <profiles>
28 <profile>
29 <id>no-bree-libs</id>
30 <build>
31 <plugins>
32 <plugin>
33 <groupId>org.eclipse.tycho</groupId>
34 <artifactId>tycho-compiler-plugin</artifactId>
35 <configuration>
36 <source>1.5</source>
Thomas Watsonb0ce0072013-03-07 14:01:28 -060037 <target>1.5</target>
John Arthorne76bbcaa2012-09-17 15:12:49 -040038 </configuration>
39 </plugin>
40 </plugins>
41 </build>
42 </profile>
43 </profiles>
Thomas Watson0c5882c2012-05-22 13:41:26 -050044</project>