Skip to content
Snippets Groups Projects
Commit ce9bc167 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Require the tooling p2 only if the tooling profile is not built

This enables joint tooling + af3 builds as they occur on local builds.

Issue-Ref: 3620
Issue-Url: https://af3-developer.fortiss.org/issues/3620


Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
parent 18b90e0c
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,12 @@ ...@@ -55,7 +55,12 @@
</profile> </profile>
<!-- Install the kernel p2 site for all af3 profiles --> <!-- Install the kernel p2 site for all af3 profiles -->
<profile> <profile>
<id>af3</id> <id>tooling-p2-local</id>
<activation>
<file>
<exists>file:///${user.dir}/releng/org.fortiss.tooling.update/target/repository/</exists>
</file>
</activation>
<repositories> <repositories>
<repository> <repository>
<!-- Place more centrally and combine with af3 profile --> <!-- Place more centrally and combine with af3 profile -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment