blob: 803ba1b84b8eaa961997dfa54aa1ce5e71b1467d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Importing and Exporting Preferences</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</HEAD>
<BODY BGCOLOR="#ffffff">
<h2>Importing and Exporting Preferences</h2>
<p CLASS="Para">Preference files can be both imported to and exported from the
Workbench allowing you to easily share individual or group preferences. </p>
<p CLASS="Para">The Import wizard can be used to import preferences from the local
file system to the Workbench.</p>
<p CLASS="Para">To import a preference file:</p>
<ol>
<li>Select
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.file.import")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<strong>File &gt; Import</strong></a>.</li>
<li>In the Import wizard select <strong>General &gt; Preferences</strong> and click <strong>Next</strong>.</li>
<li>Click <strong>Browse...</strong> and locate the Preferences file on the
local file system.</li>
<li>Select one of the following:
<ul>
<li><strong>Import all</strong> to accept all of the preferences defined
in the file.</li>
<li><strong>Choose specific preferences to import</strong> to select only
specified preferences defined in the file.</li>
</ul>
</li>
<li>Click <strong>Finish</strong>.</li>
</ol>
<p CLASS="Para">&nbsp;</p>
<p CLASS="Para">The Export wizard can be used to export preferences from the Workbench
to the local file system.</p>
<p CLASS="Para">To export a preference file:</p>
<ol>
<li>Select
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.file.export")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<strong>File &gt; Export</strong></a>.</li>
<li>In the Export wizard select <strong>General &gt; Preferences</strong> and click <strong>Next</strong>.</li>
<li>Select one of the following:
<ul>
<li><strong>Export all</strong> to add all of the preferences to the file.</li>
<li><strong>Choose specific preferences to export</strong> to add only specified
preferences to the file.</li>
</ul>
</li>
<li>Click <strong>Browse...</strong> and locate the preferences file on the
local file system.</li>
<li>Click <strong>Finish</strong></li>
</ol>
<p><strong>Note:</strong> If no changes have been made to the original preference
settings the preferences file will be empty.</p>
</BODY>
</HTML>