*** empty log message ***

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@770 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-08-23 21:38:11 +00:00
parent 141a1a049a
commit b3469b7bd7

View File

@ -14,11 +14,7 @@
</target>
<target name="compile">
<javac deprecation="true"
debug="true"
optimize="false"
srcdir="${src}"
destdir="${build}">
<javac deprecation="true" debug="true" optimize="false" srcdir="${src}" destdir="${build}">
<classpath>
<pathelement location="${compiletimelibsdir}/jini-core.jar"/>
<pathelement location="${compiletimelibsdir}/jini-ext.jar"/>
@ -28,7 +24,7 @@
</target>
<target name="rmic">
<rmic base="${build}" classname="net.sourceforge.pmd.dcpd.JobAddedListener" >
<rmic base="${build}" debug="true" classname="net.sourceforge.pmd.dcpd.JobAddedListener" >
<classpath>
<pathelement location="${compiletimelibsdir}/jini-core.jar"/>
<pathelement location="${compiletimelibsdir}/jini-ext.jar"/>