Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Building Physics
Building Physics Catalog Editor
Commits
b01e4355
Commit
b01e4355
authored
Nov 29, 2020
by
Kai-Holger Brassel
Browse files
Add explicit target platform definition
parent
87922590
Changes
4
Hide whitespace changes
Inline
Side-by-side
de.hftstuttgart.buildingphysics.parent/pom.xml
View file @
b01e4355
...
...
@@ -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
de.hftstuttgart.buildingphysics.target/.project
0 → 100644
View file @
b01e4355
<?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>
de.hftstuttgart.buildingphysics.target/buildingphysics.target.target
0 → 100644
View file @
b01e4355
<?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
de.hftstuttgart.buildingphysics.target/pom.xml
0 → 100644
View file @
b01e4355
<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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment