]> git.sesse.net Git - vlc/blob - bindings/java/javadoc.xml
reflect current vlc version in pom
[vlc] / bindings / java / javadoc.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project default="javadoc">
3 <target name="javadoc">
4 <javadoc access="public" author="true" classpath="." destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.4" sourcefiles="org/videolan/jvlc/JVLC.java" sourcepath="." splitindex="true" use="true" version="true"/>
5 </target>
6 </project>