Changeset 32327 in osm


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

Location:
applications/editors/josm/plugins
Files:
2 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}"/>
  • applications/editors/josm/plugins/utilsplugin2

    • Property svn:ignore
      •  

        old new  
        22checkstyle-josm-utilsplugin2.xml
        33findbugs-josm-utilsplugin2.xml
         4MANIFEST
Note: See TracChangeset for help on using the changeset viewer.