Ignore:
Timestamp:
2008-03-01T16:06:51+01:00 (18 years ago)
Author:
matt_gnu
Message:

josm/lang/de:

  • change classpath in build.xml to facilitate build inside one svn-checkout
  • update LIESMICH accordingly and let gettext update paths in de.po
  • by this, the pathnames in de.po should stay as they're now independently of how lang-de was built I hope
File:
1 edited

Legend:

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

    r5882 r7002  
    88
    99        <target name="compile" depends="init">
    10                 <javac srcdir="src" classpath="../josm/dist/josm-custom.jar" destdir="bin" />
     10                <javac srcdir="src" classpath="../../../core/dist/josm-custom.jar" destdir="bin" />
    1111                <copy file="src/org/openstreetmap/josm/i18n.properties" tofile="bin/org/openstreetmap/josm/i18n.properties" />
    1212        </target>
     
    3030        <target name="find">
    3131                <exec executable="find" output="alljava.txt">
    32                         <arg line="../josm/src ../ -name '*.java'"/>
     32                        <arg line="../../../core/src ../ -name '*.java'"/>
    3333                </exec>
    3434        </target>
Note: See TracChangeset for help on using the changeset viewer.