Added the repository from the odin svn
[educational.data.git] / src / Dr.NO / javadoc.xml
blobbf89e4cedf52328fa23cd07d9ea1ad4918fa7f43
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project default="javadoc">
3 <target name="javadoc">
4 <javadoc 
5 access="protected" 
6 additionalparam=" -footer &lt;i&gt;&lt;b&gt;1.&lt;/b&gt; Itteration - 1.4-2005&lt;/i&gt;" 
7 author="true" 
8 classpath="Lib/mysql-connector-java-3.1.7-bin.jar" 
9 destdir="doc" 
10 doctitle="Dr.&lt;big&gt;NO&lt;/big&gt;&lt;sub&gt;&lt;small&gt;(Better than all the others)&lt;/small&gt;&lt;/sub&gt;" 
11 nodeprecated="true" 
12 nodeprecatedlist="true" 
13 noindex="false" 
14 nonavbar="false" 
15 notree="false" 
16 packagenames="model.in,exception,applikation,support,database,model,database.proxy" 
17 sourcepath="src" 
18 splitindex="true" 
19 use="false" 
20 version="true"/>
21 </target>
22 </project>