mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -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 -->
|
||||
<include name="rim/build.xml"/>
|
||||
<include name="docs/**"/>
|
||||
<exclude name="*.iml"/>
|
||||
</zipfileset>
|
||||
</zip>
|
||||
</target>
|
||||
|
@ -68,6 +67,12 @@
|
|||
<pathelement location="javame/src"/>
|
||||
<pathelement location="javase/src"/>
|
||||
</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>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue