Commit b01e4355 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Add explicit target platform definition

parent 87922590
......@@ -26,6 +26,13 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<artifact>
<groupId>de.hftstuttgart</groupId>
<artifactId>buildingphysics.target</artifactId>
<version>1.0.0-SNAPSHOT</version>
</artifact>
</target>
<environments>
<!-- environment>
<os>linux</os>
......@@ -53,14 +60,6 @@
</plugins>
</build>
<repositories>
<repository>
<id>eclipse-2020-09</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/2020-09</url>
</repository>
</repositories>
<modules>
<module>../de.hftstuttgart.buildingphysics</module>
<module>../de.hftstuttgart.buildingphysics.edit</module>
......@@ -68,5 +67,6 @@
<module>../de.hftstuttgart.buildingphysics.application</module>
<module>../de.hftstuttgart.buildingphysics.feature</module>
<module>../de.hftstuttgart.buildingphysics.product</module>
<module>../de.hftstuttgart.buildingphysics.target</module>
</modules>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>de.hftstuttgart.buildingphysics.target</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="RCP, EMF Forms 2020-09">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="http://download.eclipse.org/releases/2020-09"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.20.300.v20200828-1034"/>
<unit id="org.eclipse.e4.rcp.feature.group" version="4.17.0.v20200831-1002"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="http://download.eclipse.org/ecp/releases/releases_target_125/"/>
<unit id="org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group" version="1.25.0.20200916-0800"/>
</location>
</locations>
</target>
\ No newline at end of file
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>buildingphysics.target</artifactId>
<packaging>eclipse-target-definition</packaging>
<name>Building Physics Catalog Target Definition</name>
<parent>
<groupId>de.hftstuttgart</groupId>
<artifactId>buildingphysics.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../de.hftstuttgart.buildingphysics.parent</relativePath>
</parent>
</project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment