blob: 6d5a3bd69269c3f4918627805a06909bb54fd9f1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013 BSI Business Systems Integration AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Matthias Villiger - initial implementation
-->
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.scout.sdk</groupId>
<artifactId>org.eclipse.scout.sdk.parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<relativePath>../org.eclipse.scout.sdk.parent</relativePath>
</parent>
<artifactId>org.eclipse.scout.sdk.compatibility.v44.fragment</artifactId>
<packaging>eclipse-plugin</packaging>
<properties>
<!-- Change to 3.10I as soon as the first Luna target is available -->
<target-platform>eclipse-3.9</target-platform>
<platform-version>[3.9,3.10)</platform-version>
</properties>
</project>