Changeset 19048 in josm for trunk/build.xml
- Timestamp:
- 2024-04-19T16:21:11+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r19044 r19048 906 906 <ivy:cachepath log="download-only" file="${tools.ivy}" pathid="pmd.classpath" conf="pmd"/> 907 907 <taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpathref="pmd.classpath"/> 908 <pmd shortFilenames="true"cacheLocation="${pmd.dir}/cache" encoding="UTF-8">908 <pmd cacheLocation="${pmd.dir}/cache" encoding="UTF-8"> 909 909 <sourceLanguage name="java" version="${java.lang.version}" /> 910 910 <ruleset>${pmd.dir}/josm-ruleset.xml</ruleset> … … 918 918 </fileset> 919 919 <fileset dir="${base.dir}/scripts" includes="**/*.java"/> 920 <relativizePathsWith><path path="${base.dir}"/></relativizePathsWith> 920 921 </pmd> 921 922 </target>
Note:
See TracChangeset
for help on using the changeset viewer.
