Changeset 14016 in osm for applications


Ignore:
Timestamp:
2009-03-08T14:45:32+01:00 (15 years ago)
Author:
stoecker
Message:

fixed

Location:
applications/editors/josm/plugins/plastic_laf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/plastic_laf/build.xml

    r14015 r14016  
    55    <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    66    <property name="ant.build.javac.target" value="1.5"/>
     7    <property name="looks"                  value="lib/looks-2.2.1.jar"/>
    78    <target name="init">
    89        <mkdir dir="${plugin.build.dir}"/>
     
    1314            <compilerarg value="-Xlint:deprecation"/>
    1415            <compilerarg value="-Xlint:unchecked"/>
     16            <classpath>
     17                <pathelement location="${josm}"/>
     18                <pathelement location="${looks}"/>
     19            </classpath>
    1520        </javac>
    1621    </target>
    1722    <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}"/>
    1924        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    2025            <manifest>
Note: See TracChangeset for help on using the changeset viewer.