Ignore:
Timestamp:
2010-06-08T15:34:46+02:00 (14 years ago)
Author:
stoecker
Message:

removed remaining paint checks to validator

File:
1 edited

Legend:

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

    r21298 r21616  
    4747        <property name="ant.build.javac.target" value="1.5"/>
    4848        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    49         <property name="vlcj"                  value="lib/vlcj-1.1f.jar"/>
    5049        <!--
    5150    **********************************************************
     
    6766                        <compilerarg value="-Xlint:deprecation"/>
    6867                        <compilerarg value="-Xlint:unchecked"/>
    69                         <classpath>
    70                                 <pathelement location="${vlcj}"/> <!--Add external library -->
    71                         </classpath>
     68                        <classpath>
     69                                <fileset dir="lib">
     70                                        <include name="**/*.jar"/>
     71                                </fileset>
     72                        </classpath>
    7273                </javac>
    7374        </target>
Note: See TracChangeset for help on using the changeset viewer.