Changeset 35278 in osm
- Timestamp:
- 2020-01-12T16:40:18+01:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/.classpath
r35269 r35278 12 12 <classpathentry kind="src" path="util"/> 13 13 <classpathentry kind="src" output="bintest" path="test/unit"> 14 <attributes> 15 <attribute name="test" value="true"/> 16 </attributes> 17 </classpathentry> 18 <classpathentry kind="src" output="bintest" path="modules/fr.toulouse/test/unit"> 14 19 <attributes> 15 20 <attribute name="test" value="true"/> -
applications/editors/josm/plugins/opendata/modules/build.xml
r34673 r35278 17 17 <run_target target="clean"/> 18 18 </target> 19 <target name="test"> 20 <run_target target="test"/> 21 </target> 19 22 <target name="install" depends="dist"> 20 23 <run_target target="install"/>
Note:
See TracChangeset
for help on using the changeset viewer.