Add German text for “node not connected” error message.
[jSite2.git] / 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="/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">
5                         <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
6                 </javadoc>
7         </target>
8         <target name="fcp-javadoc">
9                 <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;">
10                         <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
11                 </javadoc>
12         </target>
13 </project>