Changeset 32312 in osm for applications
- Timestamp:
- 2016-06-18T22:59:45+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r32311 r32312 43 43 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}" includes="nothing"/> 44 44 45 <path id="plugin.classpath"> 46 <pathelement location="${josm}"/> 47 <fileset dir="${plugin.lib.dir}" erroronmissingdir="no"> 48 <include name="**/*.jar"/> 49 <exclude name="**/*-sources.jar"/> 50 <exclude name="**/*-javadoc.jar"/> 51 </fileset> 52 <fileset refid="plugin.requires.jars"/> 53 </path> 54 45 55 <!-- 46 56 ********************************************************** … … 61 71 <compilerarg value="-Xlint:deprecation"/> 62 72 <compilerarg value="-Xlint:unchecked"/> 63 <classpath> 64 <pathelement location="${josm}"/> 65 <fileset dir="${plugin.lib.dir}" erroronmissingdir="no"> 66 <include name="**/*.jar"/> 67 <exclude name="**/*-sources.jar"/> 68 <exclude name="**/*-javadoc.jar"/> 69 </fileset> 70 <fileset refid="plugin.requires.jars"/> 71 </classpath> 73 <classpath refid="plugin.classpath"/> 72 74 </javac> 73 75 </target> … … 515 517 reportLevel="low" 516 518 > 519 <auxClasspath refid="plugin.classpath" /> 517 520 <sourcePath path="${basedir}/src" /> 518 521 <class location="${plugin.jar}" /> 519 <class location="${josm}" />520 522 </findbugs> 521 523 </target>
Note:
See TracChangeset
for help on using the changeset viewer.