blob: 679b6b20db6f87d67d1f559845cf92f173927150 [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Markus Kellered676d02016-03-07 14:18:20 +01003 Copyright (c) 2012, 2016 Eclipse Foundation and others.
Thomas Watson0c5882c2012-05-22 13:41:26 -05004 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-->
Thomas Watson8b767d42013-03-27 09:42:24 -050012<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">
Thomas Watson0c5882c2012-05-22 13:41:26 -050013 <modelVersion>4.0.0</modelVersion>
14 <parent>
15 <artifactId>rt.equinox.bundles</artifactId>
16 <groupId>org.eclipse.equinox.bundles</groupId>
Thomas Watsonfadccc52015-07-02 07:50:27 -050017 <version>4.6.0-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050018 <relativePath>../../</relativePath>
19 </parent>
Thomas Watson55c89972013-02-25 11:02:24 -060020 <groupId>org.eclipse.equinox</groupId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050021 <artifactId>org.eclipse.equinox.bidi</artifactId>
Markus Kellered676d02016-03-07 14:18:20 +010022 <version>1.0.0-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050023 <packaging>eclipse-plugin</packaging>
24
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.eclipse.tycho</groupId>
29 <artifactId>target-platform-configuration</artifactId>
30 <configuration>
31 <!--
32 Build java profile J2SE-1.3 set in build.properties does not provide
33 OSGi/Minimum-1.2 defined in bundle manifest. Probably need to report
34 this to the equinox team to reconsile the two, but for now just
35 override build profile in pom.xml.
36 -->
Igor Fedorenko97824322012-08-13 09:23:41 -040037 <executionEnvironment>OSGi/Minimum-1.2</executionEnvironment>
Thomas Watson0c5882c2012-05-22 13:41:26 -050038 </configuration>
39 </plugin>
40 </plugins>
41 </build>
42</project>