Ignore:
Timestamp:
2007-09-03T01:38:08+02:00 (17 years ago)
Author:
ulf
Message:

last commit was bad idea, this way the install target doesn't work - leave this issue open, I'll comment out "lang" build locally

File:
1 edited

Legend:

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

    r4422 r4427  
    2121        </target>
    2222
    23         <!-- build plugins (where the build process works on all systems) -->
    24         <target name="build-port" depends="compile">
     23        <target name="build" depends="compile">
    2524                <ant dir="colorscheme" antfile="build.xml" target="dist"/>
    2625                <!--ant dir="grid" antfile="build.xml" target="build"/-->
     26                <ant dir="lang" antfile="build.xml" target="install-all"/>
    2727                <ant dir="livegps" antfile="build.xml" target="dist"/>
    2828                <ant dir="mappaint" antfile="build.xml" target="build"/>
     
    4343        </target>
    4444
    45         <!-- build plugins (won't work on windows, use build-port instead) -->
    46         <target name="build" depends="build-port">
    47                 <ant dir="lang" antfile="build.xml" target="install-all"/>
    48         </target>
    49 
    5045        <target name="clean">
    5146                <ant dir="colorscheme" antfile="build.xml" target="clean"/>
    5247                <!--ant dir="grid" antfile="build.xml" target="clean"/-->
    53                 <!--ant dir="lang" antfile="build.xml" target="clean"/-->
     48                <ant dir="lang" antfile="build.xml" target="clean"/>
    5449                <ant dir="livegps" antfile="build.xml" target="clean"/>
    5550                <ant dir="mappaint" antfile="build.xml" target="clean"/>
Note: See TracChangeset for help on using the changeset viewer.