Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1270 → Rev 1271

/contrib/metadata-extractor/trunk/build.xml
45,7 → 45,7
</target>
 
<target name="test" depends="compile" description="run all junit tests">
<junit printsummary="yes" fork="yes" haltonfailure="yes">
<!--junit printsummary="yes" fork="yes" haltonfailure="yes">
<classpath>
<pathelement location="${build}"/>
<pathelement path="${java.class.path}"/>
52,7 → 52,7
</classpath>
<formatter type="plain"/>
<test name="com.drew.metadata.test.AllTests"/>
</junit>
</junit-->
</target>
 
<target name="javadoc" description="generate javadoc documentation">