Changeset 30551 in osm
- Timestamp:
- 2014-08-04T02:54:37+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r30550 r30551 2 2 <project name="josm-plugins" default="build" basedir="."> 3 3 <target name="compile_josm" unless="skip-josm"> 4 <echo message="test"/>5 4 <ant dir="../core" target="dist"/> 5 </target> 6 <target name="compile_josm_test" unless="skip-josm"> 7 <ant dir="../core" target="test-compile"/> 6 8 </target> 7 9 <target name="compile" depends="compile_josm"/> … … 211 213 <target name="clean_install"/> 212 214 <target name="install" depends="dist"/> 213 <target name="test" >215 <target name="test" depends="compile_josm_test"> 214 216 <ant antfile="build.xml" target="test" dir="alignways"/> 215 217 <ant antfile="build.xml" target="test" dir="ElevationProfile"/> -
applications/editors/josm/plugins/turnrestrictions/test
- Property svn:ignore
-
old new 1 1 build 2 2 report 3 jacoco.exec
-
- Property svn:externals set to
- Property svn:ignore
-
applications/editors/josm/plugins/wikipedia/test
-
Property svn:ignore
set to
report
build
jacoco.exec
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.