Changeset 14016 in osm for applications/editors
- Timestamp:
- 2009-03-08T14:45:32+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/plastic_laf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/plastic_laf/build.xml
r14015 r14016 5 5 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 6 6 <property name="ant.build.javac.target" value="1.5"/> 7 <property name="looks" value="lib/looks-2.2.1.jar"/> 7 8 <target name="init"> 8 9 <mkdir dir="${plugin.build.dir}"/> … … 13 14 <compilerarg value="-Xlint:deprecation"/> 14 15 <compilerarg value="-Xlint:unchecked"/> 16 <classpath> 17 <pathelement location="${josm}"/> 18 <pathelement location="${looks}"/> 19 </classpath> 15 20 </javac> 16 21 </target> 17 22 <target name="dist" depends="compile,revision"> 18 <unjar dest="${plugin.build.dir}" src=" lib/looks-2.2.1.jar"/>23 <unjar dest="${plugin.build.dir}" src="${looks}"/> 19 24 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 20 25 <manifest>
Note:
See TracChangeset
for help on using the changeset viewer.