mirror of https://github.com/apache/activemq.git
AMQ-3246 - Fixed warning in example producer output
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1086386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0a38ff6c1
commit
70daf6ef74
|
@ -148,7 +148,7 @@
|
||||||
|
|
||||||
|
|
||||||
<target name="compile" depends="init" description="Compile all Java">
|
<target name="compile" depends="init" description="Compile all Java">
|
||||||
<javac srcdir="src" destdir="${class.dir}">
|
<javac srcdir="src" destdir="${class.dir}" includeantruntime="false">
|
||||||
<classpath refid="javac.classpath" />
|
<classpath refid="javac.classpath" />
|
||||||
</javac>
|
</javac>
|
||||||
<copy todir="${class.dir}">
|
<copy todir="${class.dir}">
|
||||||
|
|
Loading…
Reference in New Issue