Ignore:
Timestamp:
2011-01-16T18:25:29+01:00 (15 years ago)
Author:
guggis
Message:

Configure scripting engines in the JOSM preferences.

File:
1 edited

Legend:

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

    r25019 r25071  
    4343        <path id="compile.path">
    4444                <pathelement location="${josm}"/>
    45                 <pathelement location="lib/groovy-all-1.7.7-SNAPSHOT.jar"/>
    4645        </path>
    4746
     
    7776                <copy todir="${plugin.build.dir}/images">
    7877                        <fileset dir="images">
    79                                 <include name="*.png" />
    80                         </fileset>
    81                 </copy>
     78                                <include name="**/*.png" />
     79                        </fileset>
     80                </copy>
     81
     82                <copy todir="${plugin.build.dir}/resources">
     83                        <fileset dir="resources">
     84                                <include name="*" />
     85                        </fileset>
     86                </copy>
     87
    8288                <copy todir="${plugin.build.dir}/scripts">
    8389                        <fileset dir="scripts">
Note: See TracChangeset for help on using the changeset viewer.