Ignore:
Timestamp:
2008-08-25T12:10:52+02:00 (16 years ago)
Author:
stoecker
Message:

added agpifoj plugin

File:
1 edited

Legend:

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

    r9949 r10122  
    1414  <target name="dist" depends="compile">
    1515    <mkdir dir="../dist"/>
     16    <ant        dir="agpifoj"           antfile="build.xml"     target="dist"/>
    1617    <ant        dir="colorscheme"       antfile="build.xml"     target="dist"/>
    1718    <ant        dir="duplicateway"      antfile="build.xml"     target="dist"/>
     
    4142
    4243  <target name="clean">
     44    <ant        dir="agpifoj"           antfile="build.xml"     target="clean"/>
    4345    <ant        dir="colorscheme"       antfile="build.xml"     target="clean"/>
    4446    <ant        dir="duplicateway"      antfile="build.xml"     target="clean"/>
Note: See TracChangeset for help on using the changeset viewer.