From: <bh...@us...> - 2007-12-06 22:22:51
|
Revision: 553 http://cishell.svn.sourceforge.net/cishell/?rev=553&view=rev Author: bh2 Date: 2007-12-06 14:22:25 -0800 (Thu, 06 Dec 2007) Log Message: ----------- Added osgi api jars to the framework project so we can javadoc the framework without dependencies on outside jars. Modified Paths: -------------- trunk/core/org.cishell.framework/javadoc.xml Added Paths: ----------- trunk/core/org.cishell.framework/lib/ trunk/core/org.cishell.framework/lib/osgi.compendium.jar trunk/core/org.cishell.framework/lib/osgi.core.jar Modified: trunk/core/org.cishell.framework/javadoc.xml =================================================================== --- trunk/core/org.cishell.framework/javadoc.xml 2007-12-06 20:07:54 UTC (rev 552) +++ trunk/core/org.cishell.framework/javadoc.xml 2007-12-06 22:22:25 UTC (rev 553) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project default="javadoc"> <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="/data1/bherr/bin/eclipse/plugins/org.eclipse.osgi_3.2.0.v20060601.jar:/data1/bherr/bin/eclipse/plugins/org.eclipse.equinox.preferences_3.2.0.v20060601.jar:/data1/bherr/bin/eclipse/plugins/org.eclipse.osgi.services_3.1.100.v20060601.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="/home/bherr/workspace/org.cishell.framework/src/org/cishell/overview.html" doctitle="CIShell: Cyberinfrastructure Shell v0.5.0 API"> <link href="http://bundles.osgi.org/javadoc/r4/"/> <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/> </javadoc> Added: trunk/core/org.cishell.framework/lib/osgi.compendium.jar =================================================================== (Binary files differ) Property changes on: trunk/core/org.cishell.framework/lib/osgi.compendium.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/core/org.cishell.framework/lib/osgi.core.jar =================================================================== (Binary files differ) Property changes on: trunk/core/org.cishell.framework/lib/osgi.core.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |