You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/09/03 17:52:40 UTC

svn commit: r572371 - in /directory/studio/trunk/studio-schemaeditor-help: resources/images/icons_project-import.gif resources/images/tasks_import-projects-wizard.png src/main/resources/0_index.xml

Author: pamarcelot
Date: Mon Sep  3 08:52:40 2007
New Revision: 572371

URL: http://svn.apache.org/viewvc?rev=572371&view=rev
Log:
Added 'Importing projects' section.

Added:
    directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-import.gif   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_import-projects-wizard.png   (with props)
Modified:
    directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-import.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-import.gif?rev=572371&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-import.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_import-projects-wizard.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_import-projects-wizard.png?rev=572371&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_import-projects-wizard.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml?rev=572371&r1=572370&r2=572371&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml (original)
+++ directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml Mon Sep  3 08:52:40 2007
@@ -936,8 +936,34 @@
 		<!-- IMPORTING PROJECTS SECTION -->
         <section id="tasks_importing_projects">
 		    <title>Importing projects</title>
-		    <para>
+		    <para>To import schema projects choose one of the following options:
+		    	<itemizedlist spacing="normal" mark="bullet">
+                     <listitem>In the Projects view, choose <emphasis role="strong">Import > 
+                     	<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_project-import.gif" format="GIF" />
+						</imageobject>
+                     	Schema Projects</emphasis>.</listitem> 
+                     <listitem>In the Workbench menu bar select <emphasis role="strong">File > Import...</emphasis>  and choose 
+                     	<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_project-import.gif" format="GIF" />
+						</imageobject>
+                     	<emphasis role="strong"> Schema Projects</emphasis></listitem> 
+                 </itemizedlist>
 		    </para>
+		    <para>The following wizard appears:</para>
+		    <para>
+				<screenshot>
+					<mediaobject>
+						<imageobject>
+							<imagedata scale="50"
+								fileref="images/tasks_import-projects-wizard.png" format="PNG" />
+						</imageobject>
+					</mediaobject>
+				</screenshot>
+			</para>
+			<para>Select the directory from which import the schema project files and then check each schema project file you want to import.</para>
 	    </section>
 		
 		<!-- EXPORTING PROJECTS SECTION -->