Skip to content

Commit a4ce11f

Browse files
author
jantje
committed
#693 The archiver is no longer part of $(files)
This is now compliant with the platform.txt :-)
1 parent 73dbfc4 commit a4ce11f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

io.sloeber.core/plugin.xml

+4-7
Original file line numberDiff line numberDiff line change
@@ -411,13 +411,10 @@
411411
name="%inputType.name.2"
412412
primaryInput="true"
413413
sources="O">
414-
</inputType>
415-
<inputType
416-
buildVariable="AR"
417-
id="io.sloeber.tool.combiner.archiver.input"
418-
multipleOfType="true"
419-
sourceContentType="io.sloeber.tool.archiver.output"
420-
sources="ar">
414+
<additionalInput
415+
kind="additionaldependency"
416+
paths="$(AR)">
417+
</additionalInput>
421418
</inputType>
422419
</tool>
423420
<tool

0 commit comments

Comments
 (0)