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

Fix p2 URIs for jenkins

parent 3a13f1aa
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
<id>tooling-p2</id>
<layout>p2</layout>
<!-- In jenkins, the tooling update site must be copied to this location. -->
<url>file:///${user.dir}/releng/org.fortiss.tooling.update/target/repository/</url>
<url>file:${user.dir}/releng/org.fortiss.tooling.update/target/repository/</url>
</repository>
</repositories>
</profile>
......
......@@ -35,7 +35,7 @@
<id>af3-p2</id>
<layout>p2</layout>
<!-- In jenkins, the tooling update site must be copied to this location. -->
<url>file:///${user.dir}/releng/org.fortiss.af3.update/target/repository/</url>
<url>file:${user.dir}/releng/org.fortiss.af3.update/target/repository/</url>
</repository>
</repositories>
</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