Skip to content

Commit

Permalink
Use target platform as file
Browse files Browse the repository at this point in the history
Since Tycho 2.3 a target platform can be referenced as file, it does not
need to be built as an artifact.

Signed-off-by: Michael Keppler <[email protected]>
  • Loading branch information
Bananeweizen committed Jan 2, 2025
1 parent c213da5 commit bf5b212
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 38 deletions.
36 changes: 0 additions & 36 deletions build/org.eclipse.elk.targetplatform/pom.xml

This file was deleted.

6 changes: 5 additions & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<id>elk-meta</id>

<modules>
<module>org.eclipse.elk.targetplatform</module>
<module>../plugins/org.eclipse.elk.graph</module>
<module>../plugins/org.eclipse.elk.core.meta</module>
</modules>
Expand Down Expand Up @@ -177,6 +176,11 @@
<version>${elk-version}</version>
</artifact>
</target>
<target>
<!-- Replace multi module dir by basedir after Tycho 3.0+ can be used.
see https://github.com/eclipse-tycho/tycho/issues/1660 -->
<file>${maven.multiModuleProjectDirectory}/org.eclipse.elk.targetplatform/org.eclipse.elk.targetplatform.target</file>
</target>
<environments>
<environment>
<os>win32</os>
Expand Down
1 change: 0 additions & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<!-- all plugins need to be listed as module -->
<modules>
<module>../build/org.eclipse.elk.targetplatform</module>
<module>org.eclipse.elk.alg.common</module>
<module>org.eclipse.elk.alg.disco</module>
<module>org.eclipse.elk.alg.disco.debug</module>
Expand Down

0 comments on commit bf5b212

Please sign in to comment.