Changeset 4232 in josm


Ignore:
Timestamp:
Jul 13, 2011 12:15:38 PM (2 years ago)
Author:
stoecker
Message:

fix wrong excludes line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r4231 r4232  
    106106    </target> 
    107107    <target name="compile" depends="init"> 
    108         <javac srcdir="src" classpathref="classpath" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8" 
    109                excludes="com/drew/metadata/test/,com/drew/metadata/jpeg/test/,com/drew/metadata/iptc/test/"> 
     108        <javac srcdir="src" classpathref="classpath" destdir="build" target="1.5" source="1.5" debug="on" encoding="UTF-8"> 
    110109            <compilerarg value="-Xlint:deprecation"/> 
    111110            <compilerarg value="-Xlint:unchecked"/> 
Note: See TracChangeset for help on using the changeset viewer.