Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [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>rt.equinox.bundles</artifactId> |
| 18 | <groupId>org.eclipse.equinox.bundles</groupId> |
| 19 | <version>3.8.0-SNAPSHOT</version> |
| 20 | <relativePath>../../</relativePath> |
| 21 | </parent> |
Thomas Watson | 55c8997 | 2013-02-25 11:02:24 -0600 | [diff] [blame] | 22 | <groupId>org.eclipse.equinox</groupId> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 23 | <artifactId>org.eclipse.equinox.bidi</artifactId> |
Thanh Ha | 50373ab | 2012-12-10 14:19:19 -0600 | [diff] [blame] | 24 | <version>0.10.0-SNAPSHOT</version> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 25 | <packaging>eclipse-plugin</packaging> |
| 26 | |
| 27 | <build> |
| 28 | <plugins> |
| 29 | <plugin> |
| 30 | <groupId>org.eclipse.tycho</groupId> |
| 31 | <artifactId>target-platform-configuration</artifactId> |
| 32 | <configuration> |
| 33 | <!-- |
| 34 | Build java profile J2SE-1.3 set in build.properties does not provide |
| 35 | OSGi/Minimum-1.2 defined in bundle manifest. Probably need to report |
| 36 | this to the equinox team to reconsile the two, but for now just |
| 37 | override build profile in pom.xml. |
| 38 | --> |
Igor Fedorenko | 9782432 | 2012-08-13 09:23:41 -0400 | [diff] [blame] | 39 | <executionEnvironment>OSGi/Minimum-1.2</executionEnvironment> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 40 | </configuration> |
| 41 | </plugin> |
| 42 | </plugins> |
| 43 | </build> |
| 44 | </project> |