Ignore:
Timestamp:
2007-05-01T23:02:45+02:00 (19 years ago)
Author:
damians
Message:

Larger update:

  • removed images folder
  • created style named standard
  • pushed elemstyles into standard
  • pushed images into standard
  • if exists $home/.josm/plugins/mappaint/icons folder, icons will be taken from there
  • minor updates to elemstyles.xml

Prepering for customized styles for mappaint

File:
1 edited

Legend:

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

    r2687 r2708  
    1919
    2020        <target name="build" depends="compile">
    21                 <copy todir="build/images">
    22                         <fileset dir="images"></fileset>
     21                <copy todir="build/standard/icons">
     22                        <fileset dir="styles/standard/icons"></fileset>
    2323                </copy>
    2424                <jar destfile="dist/mappaint.jar" basedir="build">
Note: See TracChangeset for help on using the changeset viewer.