Author: max.andersen(a)jboss.com
Date: 2007-10-31 09:53:49 -0400 (Wed, 31 Oct 2007)
New Revision: 4593
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/src/java/org/hibernate/eclipse/help/HelpPlugin.java
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml
Log:
removed API docs from hibernate help.
RHDS-230 and JBIDE-598
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml 2007-10-31
13:50:13 UTC (rev 4592)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/hibernate-build.xml 2007-10-31
13:53:49 UTC (rev 4593)
@@ -26,7 +26,7 @@
<!-- take the api html (javadoc) files from here -->
<property name="hibernate-core.doc.api"
- location="${hibernate-core.home}/doc/api" />
+ location="${hibernate-core.home}/doc/api" />
<property name="tmpdir" location="tmp"/>
<target name="create-doc-zip">
@@ -40,9 +40,9 @@
</copy>
<!-- copy in the api javadoc output -->
- <copy todir="${tmpdir}/html/api">
+ <!--<copy todir="${tmpdir}/html/api">
<fileset dir="${hibernate-core.home}/doc/api"/>
- </copy>
+ </copy>-->
<!-- copy in the eclipse docs -->
<copy todir="${tmpdir}/html/tools/eclipse">
@@ -105,6 +105,8 @@
<arg value="${refdoc.toc.translation}"/>
</java>
+ <!-- API -->
+ <!--
<java classname="com.icl.saxon.StyleSheet"
fork="true">
<classpath refid="lib.classpath"/>
<arg value="-o"/>
@@ -112,6 +114,7 @@
<arg value="${hibernate.src.top}/build.xml"/>
<arg value="${apiref.toc.translation}"/>
</java>
+ -->
</target>
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/src/java/org/hibernate/eclipse/help/HelpPlugin.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/src/java/org/hibernate/eclipse/help/HelpPlugin.java 2007-10-31
13:50:13 UTC (rev 4592)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/src/java/org/hibernate/eclipse/help/HelpPlugin.java 2007-10-31
13:53:49 UTC (rev 4593)
@@ -88,7 +88,7 @@
public ResourceBundle getResourceBundle() {
try {
if (resourceBundle == null)
- resourceBundle =
ResourceBundle.getBundle("org.hibernate.eclipse.help2.Help2PluginResources");
+ resourceBundle =
ResourceBundle.getBundle("org.hibernate.eclipse.help.HelpPluginResources");
} catch (MissingResourceException x) {
resourceBundle = null;
}
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml 2007-10-31 13:50:13
UTC (rev 4592)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/toc.xml 2007-10-31 13:53:49
UTC (rev 4593)
@@ -5,12 +5,12 @@
<topic label="Reference Documentation">
<link toc="tocreferencedocumentation.xml"/>
</topic>
- <topic label="API Reference">
+ <!-- <topic label="API Reference">
<link toc="tocapireference.xml"/>
- </topic>
- <topic label="Quick Reference">
+ </topic> -->
+ <!-- <topic label="Quick Reference">
<link toc="tocquickreference.xml"/>
- </topic>
+ </topic> -->
<topic label="Tools Documentation">
<link toc="toctoolsreference.xml"/>
</topic>
Show replies by date