Ignore:
Timestamp:
2007-08-07T23:46:08+02:00 (19 years ago)
Author:
imi
Message:

fixed build.xml and several svn:ignore's for JOSM plugins

Location:
applications/editors/josm/plugins/lang
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/lang

    • Property svn:ignore
      •  

        old new  
        11alljava.txt
         2dist
  • applications/editors/josm/plugins/lang/build.xml

    r3508 r3996  
    1313        <target name="install">
    1414                <mkdir dir="${language}/bin"/>
     15                <mkdir dir="dist"/>
    1516                <javac srcdir="${language}/src" classpath="${josm}/dist/josm-custom.jar" destdir="${language}/bin" />
    1617
     
    2526                <copy file="i18n.properties" todir="${language}/bin/org/openstreetmap/josm" />
    2627
    27                 <jar destfile="${user.home}/.josm/plugins/lang-${language}.jar" basedir="${language}/bin">
     28                <jar destfile="dist/lang-${language}.jar" basedir="${language}/bin">
    2829                        <manifest>
    2930                                <attribute name="Plugin-Class" value="org.openstreetmap.josm.TranslationLoader_${language}" />
Note: See TracChangeset for help on using the changeset viewer.