add footer
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 12 Apr 2008 10:10:42 +0000 (10:10 +0000)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 12 Apr 2008 10:10:42 +0000 (10:10 +0000)
git-svn-id: http://trooper/svn/projects/jSite/trunk@718 c3eda9e8-030b-0410-8277-bc7414b0a119

javadoc.xml

index 367d67d..714371d 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project default="javadoc">
        <target name="javadoc">
-       <javadoc access="public" author="true" classpath="/home/bombe/eclipse-SDK-3.4M6/plugins/org.junit_3.8.2.v200711021030/junit.jar" destdir="doc/api" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="net.pterodactylus.util.fcp,net.pterodactylus.jsite.gui,net.pterodactylus.util.swing,net.pterodactylus.jsite.i18n,net.pterodactylus.jsite.main,net.pterodactylus.util.image,net.pterodactylus.util.io,net.pterodactylus.jsite.i18n.gui,net.pterodactylus.jsite.core" source="1.5" sourcepath="src:resources" splitindex="true" use="true" version="true">
-       <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
-       </javadoc>
+               <javadoc access="public" author="true" classpath="/home/bombe/eclipse-SDK-3.4M6/plugins/org.junit_3.8.2.v200711021030/junit.jar" destdir="doc/api" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="net.pterodactylus.util.fcp,net.pterodactylus.jsite.gui,net.pterodactylus.util.swing,net.pterodactylus.jsite.i18n,net.pterodactylus.jsite.main,net.pterodactylus.util.image,net.pterodactylus.util.io,net.pterodactylus.jsite.i18n.gui,net.pterodactylus.jsite.core" source="1.5" sourcepath="src:resources" splitindex="true" use="true" version="true">
+                       <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
+               </javadoc>
        </target>
        <target name="fcp-javadoc">
-       <javadoc access="public" author="true" classpath="/home/bombe/eclipse-SDK-3.4M6/plugins/org.junit_3.8.2.v200711021030/junit.jar" destdir="doc/fcp" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="net.pterodactylus.util.fcp" source="1.5" sourcepath="src:resources" splitindex="true" use="true" version="true" encoding="utf-8" docencoding="utf-8" charset="utf-8">
-       <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
-       </javadoc>
+               <javadoc access="public" author="true" classpath="/home/bombe/eclipse-SDK-3.4M6/plugins/org.junit_3.8.2.v200711021030/junit.jar" destdir="doc/fcp" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="net.pterodactylus.util.fcp" source="1.5" sourcepath="src:resources" splitindex="true" use="true" version="true" encoding="utf-8" docencoding="utf-8" charset="utf-8" Windowtitle="pterodactylus.net FCP library" Footer="© 2008 by &lt;a href=&quot;mailto:bombe@freenetproject.org&quot;&gt;David ‘Bombe’ Roden&lt;/a&gt;">
+                       <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
+               </javadoc>
        </target>
 </project>