Changeset 24125 in osm for applications/editors/josm/plugins/turnrestrictions/build.xml
- Timestamp:
- 2010-11-07T18:57:46+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r23571 r24125 31 31 32 32 <!-- 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" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3518" /> … … 267 267 <pathelement location="${eclipse.plugin.dir}/org.junit_4.8.1.v4_8_1_v20100427-1100\junit.jar" /> 268 268 </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> 269 276 270 277 <path id="test.class.path"> … … 273 280 <path refid="groovy.path" /> 274 281 <path refid="junit.path" /> 282 <path refid="fest.library.path" /> 275 283 </path> 276 284 … … 278 286 <path refid="junit.path" /> 279 287 <path refid="groovy.path" /> 288 <path refid="fest.library.path" /> 280 289 <pathelement location="${josm}" /> 281 290 <pathelement location="${test.build.dir}" />
Note:
See TracChangeset
for help on using the changeset viewer.
