-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavadoc.xml
15 lines (15 loc) · 981 Bytes
/
javadoc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<project name="Looks" default="javadoc">
<target name="javadoc">
<javadoc destdir="doc" access="package" source="1.4" use="true"
notree="false" nonavbar="false" noindex="false"
splitindex="true" author="true" version="true"
nodeprecatedlist="false" nodeprecated="false"
packagenames="org.compiere.swing,org.compiere.util,org.compiere.plaf"
sourcepath="src" classpath="lib"
overview="C:\Adempiere\adempiere-all2\looks\overview.html"
doctitle="Adempiere<sup>TM</sup> Looks API Documentation" additionalparam="-windowtitle "Adempiere Looks 1.2.2 API Documentation" -header "<b>CLooks 1.2.2 </b>" -bottom "Copyright (c) 1999-2003 ComPiere, Inc. - Author: Jorg Janke"">
<link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
</javadoc>
</target>
</project>