Ignore:
Timestamp:
2010-11-07T18:57:46+01:00 (16 years ago)
Author:
guggis
Message:

'Fixing #5614 - JOSM Plugin turn Restrictions'

File:
1 edited

Legend:

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

    r23571 r24125  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Migration to Java6 -  making use of JTable::setFillsViewportHeight()" />
     33        <property name="commit.message" value="Fixing #5614 - JOSM Plugin turn Restrictions" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="3518" />
     
    267267                <pathelement location="${eclipse.plugin.dir}/org.junit_4.8.1.v4_8_1_v20100427-1100\junit.jar" />
    268268        </path>
     269       
     270        <path id="fest.library.path">
     271                <fileset dir="test/lib">
     272                        <include name="fest-*.jar" />
     273                        <include name="jcp-*.jar" />
     274                </fileset>
     275    </path>
    269276
    270277        <path id="test.class.path">
     
    273280                <path refid="groovy.path" />
    274281                <path refid="junit.path" />
     282                <path refid="fest.library.path" />
    275283        </path>
    276284
     
    278286                <path refid="junit.path" />
    279287                <path refid="groovy.path" />
     288                <path refid="fest.library.path" />
    280289                <pathelement location="${josm}" />
    281290                <pathelement location="${test.build.dir}" />
Note: See TracChangeset for help on using the changeset viewer.