Skip to content

Commit 2a5c172

Browse files
committed
fix workspace-template import pattern
1 parent 5ad124e commit 2a5c172

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup/workspace-templates/project_workspace-templates.setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@
247247
xsi:type="predicates:OrPredicate">
248248
<operand
249249
xsi:type="predicates:LocationPredicate"
250-
pattern=".*?/"/>
250+
pattern="${git.clone.bndtools.p2.repo.location|path}/.*?/"/>
251251
<operand
252252
xsi:type="predicates:LocationPredicate"
253-
pattern=".*?/.*?/"/>
253+
pattern="${git.clone.bndtools.p2.repo.location|path}/.*?/.*?/"/>
254254
</predicate>
255255
</sourceLocator>
256256
</setupTask>

0 commit comments

Comments
 (0)