forked from sih4sing5hong5/han3_ji7_tsoo1_kian3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
javadoc.xml
35 lines (27 loc) · 1.48 KB
/
javadoc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc" >
<target name="javadoc" >
<javadoc
access="protected"
author="true"
classpath="/usr/share/java/logback-classic.jar:../slf4j-api-1.7.2.jar:../slf4j-ext-1.7.2.jar:../cal10n-api-0.7.4.jar:/usr/share/java/logback-core.jar:/usr/share/java/postgresql-jdbc4.jar"
destdir="doc"
nodeprecated="false"
nodeprecatedlist="false"
noindex="false"
nonavbar="false"
notree="false"
packagenames="cc.moveable_type.rectangular_area,cc.printing.awt.area,cc.printing,cc.core,cc.log,cc.moveable_type.area,cc.moveable_type.image,cc.adjusting,cc.adjusting.image,cc.tool.database,cc.adjusting.piece,cc.setting.piece,cc.adjusting.bolder,cc.printing.awt.piece,cc.moveable_type.piece,cc.moveable_type,cc.example.reference,cc.printing.awt.image,cc.adjusting.area,cc.setting.area,cc.example.awt,cc.setting.image,cc.setting"
source="1.6"
sourcepath="src"
splitindex="true"
use="true"
version="true" >
<link href="http://java.sun.com/javase/6/docs/api/" />
<link href="http://cal10n.qos.ch/apidocs" />
<link href="http://logback.qos.ch/apidocs/" />
<link href="http://www.slf4j.org/apidocs/" />
<link href="http://jdbc.postgresql.org/documentation/publicapi/" />
</javadoc>
</target>
</project>