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:
Diffstat (limited to 'docs/org.eclipse.jst.j2ee.doc.user/topics/taddingfacet.html')
-rw-r--r--docs/org.eclipse.jst.j2ee.doc.user/topics/taddingfacet.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/org.eclipse.jst.j2ee.doc.user/topics/taddingfacet.html b/docs/org.eclipse.jst.j2ee.doc.user/topics/taddingfacet.html
index 6fb1d0264..2453d13da 100644
--- a/docs/org.eclipse.jst.j2ee.doc.user/topics/taddingfacet.html
+++ b/docs/org.eclipse.jst.j2ee.doc.user/topics/taddingfacet.html
@@ -8,22 +8,24 @@
<meta content="index,follow" name="Robots" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta content="task" name="DC.Type" />
-<meta name="DC.Title" content="Adding a facet to a J2EE project" />
+<meta name="DC.Title" content="Adding a facet to a Java EE project" />
<meta name="abstract" content="This topic explains how to add a facet to an existing project in your workspace." />
<meta name="description" content="This topic explains how to add a facet to an existing project in your workspace." />
-<meta content="projects, facets, adding, J2EE, adding project facets" name="DC.subject" />
-<meta content="projects, facets, adding, J2EE, adding project facets" name="keywords" />
+<meta content="projects, facets, adding, Java EE, adding project facets" name="DC.subject" />
+<meta content="projects, facets, adding, Java EE, adding project facets" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="../topics/tchangejavalevel.html" />
+<meta scheme="URI" name="DC.Relation" content="../topics/tchangefacet.html" />
<meta scheme="URI" name="DC.Relation" content="../topics/cfacets.html" />
<meta content="XHTML" name="DC.Format" />
<meta content="taddingfacet" name="DC.Identifier" />
<meta content="en-us" name="DC.Language" />
<link href="../../org.eclipse.wst.doc.user/common.css" type="text/css" rel="stylesheet" />
-<title>Adding a facet to a J2EE project</title>
+<title>Adding a facet to a Java EE project</title>
</head>
<body id="taddingfacet"><a name="taddingfacet"><!-- --></a>
-<h1 class="id_title">Adding a facet to a J2EE project</h1>
+<h1 class="id_title">Adding a facet to a Java EE project</h1>
@@ -92,9 +94,12 @@ Project dialog and then click <span class="uicontrol">OK</span>.</span></li>
</div>
-<div>
-<div class="familylinks">
-<div class="parentlink"><strong>Parent topic:</strong> <a href="../topics/cfacets.html" title="Facets define characteristics and requirements for J2EE projects and are used as part of the runtime configuration.">Project facets</a></div>
+<div><div class="relconcepts"><strong>Related concepts</strong><br />
+<div><a href="../topics/cfacets.html" title="Facets define characteristics and requirements for Java EE projects and are used as part of the runtime configuration.">Project facets</a></div>
+</div>
+<div class="reltasks"><strong>Related tasks</strong><br />
+<div><a href="../topics/tchangejavalevel.html" title="You can change the version of Java used in a Java EE project by changing the value of the Java facet.">Changing the Java compiler version for a Java EE project</a></div>
+<div><a href="../topics/tchangefacet.html" title="You can change the version of a facet in a Java EE project by editing the facets for the project.">Changing the version of a facet</a></div>
</div>
</div>

Back to the top