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

Choose OSGI compliant plugin/artifact id

parent 740ea39f
...@@ -26,10 +26,11 @@ ...@@ -26,10 +26,11 @@
<artifactId>target-platform-configuration</artifactId> <artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<executionEnvironment>JavaSE-15</executionEnvironment>
<target> <target>
<artifact> <artifact>
<groupId>de.hftstuttgart</groupId> <groupId>de.hftstuttgart</groupId>
<artifactId>buildingphysics.target</artifactId> <artifactId>de.hftstuttgart.buildingphysics.target</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</artifact> </artifact>
</target> </target>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>buildingphysics.target</artifactId> <artifactId>de.hftstuttgart.buildingphysics.target</artifactId>
<packaging>eclipse-target-definition</packaging> <packaging>eclipse-target-definition</packaging>
<name>Building Physics Catalog Target Definition</name> <name>Building Physics Catalog Target Definition</name>
......
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