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:57:43 UTC

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

Author: pamarcelot
Date: Mon Sep  3 08:57:42 2007
New Revision: 572376

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

Added:
    directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-export.gif   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_export-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-export.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-export.gif?rev=572376&view=auto
==============================================================================
Binary file - no diff available.

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

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

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_export-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=572376&r1=572375&r2=572376&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:57:42 2007
@@ -969,8 +969,34 @@
 		<!-- EXPORTING PROJECTS SECTION -->
         <section id="tasks_exporting_projects">
 		    <title>Exporting projects</title>
-		    <para>
+		    <para>To export schema projects choose one of the following options:
+		    	<itemizedlist spacing="normal" mark="bullet">
+                     <listitem>In the Projects view, choose <emphasis role="strong">Export > 
+                     	<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_project-export.gif" format="GIF" />
+						</imageobject>
+                     	Schema Projects</emphasis>.</listitem> 
+                     <listitem>In the Workbench menu bar select <emphasis role="strong">File > Export...</emphasis>  and choose 
+                     	<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_project-export.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_export-projects-wizard.png" format="PNG" />
+						</imageobject>
+					</mediaobject>
+				</screenshot>
+			</para>
+			<para>Check each schema project you want to export and then select the directory where to export these schema project files.</para>
 	    </section>
 		
 		<!-- CREATING A NEW SCHEMA SECTION -->