*** empty log message ***
diff --git a/org.eclipse.jdt.core/build.properties b/org.eclipse.jdt.core/build.properties
index 615f888..9ce7949 100644
--- a/org.eclipse.jdt.core/build.properties
+++ b/org.eclipse.jdt.core/build.properties
@@ -6,6 +6,7 @@
 javadoc.packages = org.eclipse.jdt.core.*,\

                    org.eclipse.jdt.core.eval.*,\

                    org.eclipse.jdt.core.jdom.*,\

+                   org.eclipse.jdt.core.dom.*,\

                    org.eclipse.jdt.core.search.*

 source.jdtcore.jar = ant/,\

                      batch/,\

@@ -13,6 +14,6 @@
                      compiler/,\

                      eval/,\

                      formatter/,\

-                     jdom/,\

+                     dom/,\

                      model/,\

                      search/

diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/package.html b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/package.html
new file mode 100644
index 0000000..015fa81
--- /dev/null
+++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/package.html
@@ -0,0 +1,19 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">

+<html>

+<head>

+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

+   <meta name="Author" content="IBM">

+   <meta name="GENERATOR" content="Mozilla/4.73 [en] (Windows NT 5.0; U) [Netscape]">

+   <title>Package-level Javadoc</title>

+</head>

+<body>

+The Java DOM is the set of classes that model Java program as a structured document.

+

+<h2>

+Package Specification</h2>

+

+<p><br>This package contains the Java DOM classes. An API for manipulating a Java program 

+as a structured document. In particular, it provides a full abstrast syntax tree, which 

+can be queried for resolved type information, and modified.

+</body>

+</html>

diff --git a/org.eclipse.jdt.core/plugin.jars b/org.eclipse.jdt.core/plugin.jars
index 30ac1da..fddd832 100644
--- a/org.eclipse.jdt.core/plugin.jars
+++ b/org.eclipse.jdt.core/plugin.jars
@@ -5,6 +5,6 @@
 	compiler,\

 	eval,\

 	formatter,\

-	jdom,\

+	dom,\

 	model, \

 	search

diff --git a/org.eclipse.jdt.core/scripts/exportplugin.xml b/org.eclipse.jdt.core/scripts/exportplugin.xml
index 17c5c52..5f1fcb8 100644
--- a/org.eclipse.jdt.core/scripts/exportplugin.xml
+++ b/org.eclipse.jdt.core/scripts/exportplugin.xml
@@ -45,7 +45,7 @@
 		    <zipfileset dir="eval" />

 		    <zipfileset dir="model" />

 		    <zipfileset dir="formatter" />

-		    <zipfileset dir="jdom" />

+		    <zipfileset dir="dom" />

   		</zip>		

 	</target>

 </project>