From: <bh...@us...> - 2007-12-07 19:08:39
|
Revision: 554 http://cishell.svn.sourceforge.net/cishell/?rev=554&view=rev Author: bh2 Date: 2007-12-07 11:08:33 -0800 (Fri, 07 Dec 2007) Log Message: ----------- Cleaned up the build script for javadoccing the framework api Modified Paths: -------------- trunk/core/org.cishell.framework/javadoc.xml Modified: trunk/core/org.cishell.framework/javadoc.xml =================================================================== --- trunk/core/org.cishell.framework/javadoc.xml 2007-12-06 22:22:25 UTC (rev 553) +++ trunk/core/org.cishell.framework/javadoc.xml 2007-12-07 19:08:33 UTC (rev 554) @@ -1,7 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <project default="javadoc"> + <property name="version" value="0.5.0" /> <target name="javadoc"> - <javadoc destdir="bin/doc" access="public" source="1.4" use="true" notree="false" nonavbar="false" noindex="false" splitindex="true" author="true" version="true" nodeprecatedlist="false" nodeprecated="false" packagenames="org.cishell.framework.data,org.cishell.service.guibuilder,org.cishell.app.service.scheduler,org.cishell.framework,org.cishell.app.service.datamanager,org.cishell.framework.algorithm,org.cishell.service.conversion" sourcepath="src" classpath="lib/osgi.core.jar:lib/osgi.compendium.jar" overview="/home/bherr/workspace/org.cishell.framework/src/org/cishell/overview.html" doctitle="CIShell: Cyberinfrastructure Shell v0.5.0 API"> + <javadoc destdir="bin/doc" + access="public" + source="1.4" + use="true" + notree="false" + nonavbar="false" + noindex="false" + splitindex="true" + author="true" + version="true" + nodeprecatedlist="false" + nodeprecated="false" + packagenames="org.cishell.framework.data,org.cishell.service.guibuilder,org.cishell.app.service.scheduler,org.cishell.framework,org.cishell.app.service.datamanager,org.cishell.framework.algorithm,org.cishell.service.conversion" + sourcepath="src" + classpath="lib/osgi.core.jar:lib/osgi.compendium.jar" + overview="src/org/cishell/overview.html" + doctitle="CIShell: Cyberinfrastructure Shell v${version} API"> <link href="http://bundles.osgi.org/javadoc/r4/"/> <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/> </javadoc> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |