You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2007/09/09 22:56:23 UTC

svn commit: r574076 - in /directory/studio/trunk/studio-ldifeditor-help: ./ contexts.xml plugin.xml

Author: seelmann
Date: Sun Sep  9 13:56:22 2007
New Revision: 574076

URL: http://svn.apache.org/viewvc?rev=574076&view=rev
Log:
Added help contexts. Added svn:ignore

Modified:
    directory/studio/trunk/studio-ldifeditor-help/   (props changed)
    directory/studio/trunk/studio-ldifeditor-help/contexts.xml
    directory/studio/trunk/studio-ldifeditor-help/plugin.xml

Propchange: directory/studio/trunk/studio-ldifeditor-help/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep  9 13:56:22 2007
@@ -0,0 +1,7 @@
+lib
+
+docbook-xml
+
+docbook-xsl
+
+target

Modified: directory/studio/trunk/studio-ldifeditor-help/contexts.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-help/contexts.xml?rev=574076&r1=574075&r2=574076&view=diff
==============================================================================
--- directory/studio/trunk/studio-ldifeditor-help/contexts.xml (original)
+++ directory/studio/trunk/studio-ldifeditor-help/contexts.xml Sun Sep  9 13:56:22 2007
@@ -21,6 +21,9 @@
 <contexts>
  	<context id="tools_ldif_editor">
    		<description>The LDIF editor provides you with LDIF specific text editing support.</description>
-   		<topic label="LDIF editor" href="html/tools_ldif_editor.html"/>
+   		<topic label="LDIF editor overview" href="html/gettingstarted_overview.html"/>
+   		<topic label="Working with the LDIF editor" href="html/gettingstarted_working.html"/>
+   		<topic label="LDIF editor outline" href="html/gettingstarted_outline.html"/>
+   		<topic label="LDIF editor preferences" href="html/gettingstarted_preferences.html.html"/>
    	</context>
 </contexts>

Modified: directory/studio/trunk/studio-ldifeditor-help/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-ldifeditor-help/plugin.xml?rev=574076&r1=574075&r2=574076&view=diff
==============================================================================
--- directory/studio/trunk/studio-ldifeditor-help/plugin.xml (original)
+++ directory/studio/trunk/studio-ldifeditor-help/plugin.xml Sun Sep  9 13:56:22 2007
@@ -24,6 +24,6 @@
 		<toc file="toc.xml" primary="true" />
 	</extension>
 	<extension point="org.eclipse.help.contexts">
-		<contexts file="contexts.xml" plugin="org.apache.directory.studio.ldifeditor.ui" />
+		<contexts file="contexts.xml" plugin="org.apache.directory.studio.ldifeditor" />
 	</extension>
 </plugin>