mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Clean up some javadoc warnings
git-svn-id: https://zxing.googlecode.com/svn/trunk@165 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
18fabdbb50
commit
215372f92a
|
@ -55,7 +55,6 @@
|
||||||
<!-- Only include the build script for now -->
|
<!-- Only include the build script for now -->
|
||||||
<include name="rim/build.xml"/>
|
<include name="rim/build.xml"/>
|
||||||
<include name="docs/**"/>
|
<include name="docs/**"/>
|
||||||
<exclude name="*.iml"/>
|
|
||||||
</zipfileset>
|
</zipfileset>
|
||||||
</zip>
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
@ -68,6 +67,12 @@
|
||||||
<pathelement location="javame/src"/>
|
<pathelement location="javame/src"/>
|
||||||
<pathelement location="javase/src"/>
|
<pathelement location="javase/src"/>
|
||||||
</sourcepath>
|
</sourcepath>
|
||||||
|
<classpath>
|
||||||
|
<pathelement location="${WTK-home}/lib/cldcapi11.jar"/>
|
||||||
|
<pathelement location="${WTK-home}/lib/midpapi20.jar"/>
|
||||||
|
<pathelement location="${WTK-home}/lib/mmapi.jar"/>
|
||||||
|
<pathelement location="${WTK-home}/lib/jsr234.jar"/>
|
||||||
|
</classpath>
|
||||||
</javadoc>
|
</javadoc>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue