Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-08-15 19:52:46 +0000
committerJohn Arthorne2012-08-15 19:53:36 +0000
commite5770393ed0ed5bd2507921a9d73e3a9a28abfec (patch)
treec004288dc57568ea6132887cb26456b235075b6a
parented73d71451996f5efbac48113cee96d3edf24740 (diff)
downloadeclipse.platform.common-e5770393ed0ed5bd2507921a9d73e3a9a28abfec.tar.gz
eclipse.platform.common-e5770393ed0ed5bd2507921a9d73e3a9a28abfec.tar.xz
eclipse.platform.common-e5770393ed0ed5bd2507921a9d73e3a9a28abfec.zip
Updated package list in naming conventions
-rw-r--r--bundles/org.eclipse.platform.doc.isv/reference/misc/naming.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/reference/misc/naming.html b/bundles/org.eclipse.platform.doc.isv/reference/misc/naming.html
index a8349f5fc..d4722f3c4 100644
--- a/bundles/org.eclipse.platform.doc.isv/reference/misc/naming.html
+++ b/bundles/org.eclipse.platform.doc.isv/reference/misc/naming.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<HEAD>
-<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2012. 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">
@@ -12,7 +12,7 @@
<h1>
Eclipse Platform<br>
Naming Conventions</h1>
-<i>Last revised June 6, 2007</i>
+<i>Last revised August 15, 2012</i>
<p>Naming conventions and guidelines for the Eclipse Platform:</p>
<ul>
<li>
@@ -40,7 +40,7 @@ prior approval from the owner of the package sub-tree. The packages for
the Eclipse platform are all subpackages <b><tt>org.eclipse</tt></b>. The
first package name component after <b><tt>org.eclipse</tt></b> is called
the <i>major </i>package name. The following major packages of <b><tt>org.eclipse</tt></b>
-are assigned in the Eclipse 3.3 release:
+are assigned in the Eclipse 4.3 release:
<blockquote><b><tt>org.eclipse.ant[.*]</tt> </b>- Ant support
<br><b><tt>org.eclipse.compare[.*]</tt></b> - Compare support
<br><b><tt>org.eclipse.core[.*]</tt> </b>- Platform core
@@ -60,10 +60,9 @@ Debug Interface (JDI)
<br><b><tt>org.eclipse.team[.*]</tt> </b>- Team support and Version and
Configuration Management
<br><b><tt>org.eclipse.text[.*]</tt> </b>- Text editor framework
-<br><b><tt>org.eclipse.tomcat[.*]</tt> </b>- Apache tomcat support
<br><b><tt>org.eclipse.ui[.*]</tt></b> - Workbench
<br><b><tt>org.eclipse.update[.*]</tt></b> - Update/install
-<br><b><tt>org.eclipse.webdav[.*]</tt> </b>- WebDAV support</blockquote>
+</blockquote>
The following package name segments are reserved:
<blockquote><b><tt>internal</tt></b> - indicates an internal implementation
package that contains no API

Back to the top