[179863] removing dita source from bin
diff --git a/docs/org.eclipse.jst.ejb.doc.user/DocBuild.xml b/docs/org.eclipse.jst.ejb.doc.user/DocBuild.xml
new file mode 100644
index 0000000..a0d8cc1
--- /dev/null
+++ b/docs/org.eclipse.jst.ejb.doc.user/DocBuild.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- 
+
+	This script build the Help plug-in by transforming the DITA source files into HTML.
+	
+	To use this script, you must install DITA-OT on your machine in the directory
+	defined by the dita.ot.dir property.
+	
+	Run the default target after you edit the DITA source files to regenerate the HTML.
+	
+	To customize this script for other Help plug-ins, modify the value of the args.input property
+	to be the DITA map file for the plug-in.
+	
+	NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
+	output directory structure will be shifted incorrectly.
+	
+	NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
+	will be copied over the generated plugin.xml which is currently not being generated correctly
+	by DITA-OT.
+	
+	ChangeLog:
+	2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
+	- Created.
+
+-->
+<project name="eclipsehelp" default="all">
+
+	<property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
+
+	<path id="dost.class.path">
+		<pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
+	</path>
+
+	<taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
+		<classpath refid="dost.class.path" />
+	</taskdef>
+	<target name="all" depends="integrate, eclipsehelp">
+	</target>
+	<target name="integrate">
+		<integrate ditadir="${dita.ot.dir}" />
+	</target>
+
+	<!-- revise below here -->
+	<target name="eclipsehelp">
+		<ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
+			<property name="args.copycss" value="no" />
+			<property name="args.csspath" value="org.eclipse.wst.doc.user" />
+			<property name="args.eclipse.provider" value="Eclipse.org" />
+			<property name="args.eclipse.version" value="1.5.0" />
+			<property name="args.input" location="ejb_toc.ditamap" /> 
+			<property name="clean.temp" value="true" />
+			<property name="dita.extname" value=".dita" />
+			<property name="dita.temp.dir" location="temp" />
+			<property name="output.dir" location=".." />
+			<property name="transtype" value="eclipsehelp" />
+		</ant>
+		<copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
+	</target>
+</project>
diff --git a/docs/org.eclipse.jst.ejb.doc.user/build.properties b/docs/org.eclipse.jst.ejb.doc.user/build.properties
index 29ea40a..243771d 100644
--- a/docs/org.eclipse.jst.ejb.doc.user/build.properties
+++ b/docs/org.eclipse.jst.ejb.doc.user/build.properties
@@ -2,7 +2,15 @@
 			   org.eclipse.jst.ejb.doc.userindex.xml,\
                images/,\
                plugin.xml,\
-               topics/,\
+               topics/*.htm*,\
                about.html,\
+               index/,\
                META-INF/,\
                plugin.properties
+src.includes = build.properties,\
+		       *.maplist,\
+               *.ditamap,\
+		       topics/*.dita
+bin.excludes = DocBuild.xml,\
+               myPlugin*.xml
+               
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ejb.doc.user/index/indexed_contributions b/docs/org.eclipse.jst.ejb.doc.user/index/indexed_contributions
new file mode 100644
index 0000000..d5ccb82
--- /dev/null
+++ b/docs/org.eclipse.jst.ejb.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@
+#This is a generated file; do not edit.

+#Tue May 08 13:49:51 EDT 2007

+org.eclipse.jst.ejb.doc.user=org.eclipse.jst.ejb.doc.user\n1.0.300.qualifier

diff --git a/docs/org.eclipse.jst.ejb.doc.user/index/indexed_dependencies b/docs/org.eclipse.jst.ejb.doc.user/index/indexed_dependencies
new file mode 100644
index 0000000..bd34ec1
--- /dev/null
+++ b/docs/org.eclipse.jst.ejb.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@
+#This is a generated file; do not edit.

+#Tue May 08 13:49:51 EDT 2007

+lucene=1.4.103.v20060320

+analyzer=org.eclipse.help.base\#3.2.0.v20060328?locale\=en

diff --git a/docs/org.eclipse.jst.ejb.doc.user/index/indexed_docs b/docs/org.eclipse.jst.ejb.doc.user/index/indexed_docs
new file mode 100644
index 0000000..ece71a2
--- /dev/null
+++ b/docs/org.eclipse.jst.ejb.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@
+#This is a generated file; do not edit.

+#Tue May 08 13:49:51 EDT 2007

diff --git a/docs/org.eclipse.jst.ejb.doc.user/index/segments b/docs/org.eclipse.jst.ejb.doc.user/index/segments
new file mode 100644
index 0000000..19b5d0c
--- /dev/null
+++ b/docs/org.eclipse.jst.ejb.doc.user/index/segments
Binary files differ
diff --git a/docs/org.eclipse.jst.ejb.doc.user/myplugin.xml b/docs/org.eclipse.jst.ejb.doc.user/myplugin.xml
index c25f482..0752e0a 100644
--- a/docs/org.eclipse.jst.ejb.doc.user/myplugin.xml
+++ b/docs/org.eclipse.jst.ejb.doc.user/myplugin.xml
@@ -2,7 +2,7 @@
 <?eclipse version="3.0"?>
 <?NLS TYPE="org.eclipse.help.contexts"?>
 <!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 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
@@ -17,6 +17,7 @@
 
    <extension point="org.eclipse.help.toc">
        <toc file="ejb_toc.xml" />
+       <index path="index/"/>
    </extension>
    <extension point="org.eclipse.help.index">
 		<index file="org.eclipse.jst.ejb.doc.userindex.xml"/>
diff --git a/docs/org.eclipse.jst.ejb.doc.user/plugin.xml b/docs/org.eclipse.jst.ejb.doc.user/plugin.xml
index c25f482..0752e0a 100644
--- a/docs/org.eclipse.jst.ejb.doc.user/plugin.xml
+++ b/docs/org.eclipse.jst.ejb.doc.user/plugin.xml
@@ -2,7 +2,7 @@
 <?eclipse version="3.0"?>
 <?NLS TYPE="org.eclipse.help.contexts"?>
 <!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 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
@@ -17,6 +17,7 @@
 
    <extension point="org.eclipse.help.toc">
        <toc file="ejb_toc.xml" />
+       <index path="index/"/>
    </extension>
    <extension point="org.eclipse.help.index">
 		<index file="org.eclipse.jst.ejb.doc.userindex.xml"/>