Ignore:
Timestamp:
2016-06-19T15:28:05+02:00 (8 years ago)
Author:
donvip
Message:

add inheritall=true to pass properties to plugin build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build.xml

    r32311 r32327  
    1919        <attribute name="target"/>
    2020        <sequential>
    21             <subant target="@{target}">
     21            <subant target="@{target}" inheritall="true">
    2222                <filelist dir="." files="${ordered_plugins}"/>
    2323                <fileset  dir="." includes="*/build.xml" excludes="00_*/build.xml ${ordered_plugins}"/>
Note: See TracChangeset for help on using the changeset viewer.