Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyeshin2005-10-20 17:24:39 +0000
committersyeshin2005-10-20 17:24:39 +0000
commit96d2a473fb48820be768d2976f48a35a2e4e61c8 (patch)
tree649c729874edd461315f7dc331a787a515554f9b /docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html
parent69cb814f6a3a64e2a01c2e08578972551f7da1b3 (diff)
downloadwebtools.javaee-96d2a473fb48820be768d2976f48a35a2e4e61c8.tar.gz
webtools.javaee-96d2a473fb48820be768d2976f48a35a2e4e61c8.tar.xz
webtools.javaee-96d2a473fb48820be768d2976f48a35a2e4e61c8.zip
changed files as per bug 113243
Diffstat (limited to 'docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html')
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html
new file mode 100644
index 000000000..7e466ba74
--- /dev/null
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/ph-importexport.html
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="en-us" xml:lang="en-us">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<!-- /*******************************************************************************
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/ -->
+<link rel="stylesheet" type="text/css" href="../org.eclipse.wst.doc.user/common.css" />
+<title>Importing and exporting projects and files</title>
+</head>
+<body id="ph-importexport"><a name="ph-importexport"><!-- --></a>
+<h1 class="topictitle1">Importing and exporting projects and files</h1>
+<div><p>These topics cover how to import files and projects into the workbench
+and export files and projects to disk.</p>
+</div>
+<div>
+<ul class="ullinks">
+<li class="ulchildlink"><strong><a href="../topics/tjexpapp.html">Exporting an application client project</a></strong><br />
+You can export an application client project as a JAR file.</li>
+<li class="ulchildlink"><strong><a href="../topics/tjexpear.html">Exporting an enterprise application into an EAR file</a></strong><br />
+Enterprise applications are deployed in the form of an EAR file.
+Use the Export wizard to export an enterprise application project into an
+EAR file for deployment.</li>
+<li class="ulchildlink"><strong><a href="../topics/tjimpear.html">Importing an enterprise application EAR file</a></strong><br />
+Enterprise application projects are deployed into EAR files. You
+can import an enterprise application project by importing it from a deployed
+EAR file.</li>
+<li class="ulchildlink"><strong><a href="../topics/tjimpapp.html">Importing an application client JAR file</a></strong><br />
+Application client projects are deployed as JAR files. You can
+import an application client project that has been deployed into a JAR file
+by using the Import wizard.</li>
+<li class="ulchildlink"><strong><a href="../topics/tjcircleb.html">Correcting cyclical dependencies after an EAR is imported</a></strong><br />
+You can resolve cyclical dependencies after an EAR is imported.</li>
+</ul>
+
+<div class="familylinks">
+<div class="parentlink"><strong>Parent topic:</strong> <a href="../topics/ph-projects.html" title="The workbench can work with many different types of projects. The following topics cover creating and managing some of the types of projects related to J2EE development.">Working with projects</a></div>
+</div>
+</div></body>
+</html> \ No newline at end of file

Back to the top