mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Added javadoc target
git-svn-id: https://zxing.googlecode.com/svn/trunk@109 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
797e502410
commit
71b77b0959
13
build.xml
13
build.xml
|
@ -52,9 +52,22 @@
|
|||
<include name="javame/**"/>
|
||||
<include name="core-ext/**"/>
|
||||
<include name="javase/**"/>
|
||||
<include name="docs/**"/>
|
||||
<exclude name="*.iml"/>
|
||||
</zipfileset>
|
||||
</zip>
|
||||
</target>
|
||||
|
||||
<target name="javadoc">
|
||||
<mkdir dir="docs/javadoc"/>
|
||||
<javadoc destdir="docs/javadoc">
|
||||
<sourcepath>
|
||||
<pathelement location="core/src"/>
|
||||
<pathelement location="core-ext/src"/>
|
||||
<pathelement location="javame/src"/>
|
||||
<pathelement location="javase/src"/>
|
||||
</sourcepath>
|
||||
</javadoc>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue