Bug 506373 - Update JSDT documentation with Chromium and NodeJS tools

Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
diff --git a/docs/org.eclipse.wst.jsdt.doc/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.jsdt.doc/META-INF/MANIFEST.MF
index d9748a5..855b048 100644
--- a/docs/org.eclipse.wst.jsdt.doc/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.wst.jsdt.doc/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.wst.jsdt.doc; singleton:=true
-Bundle-Version: 1.4.101.qualifier
+Bundle-Version: 2.0.200.qualifier
 Bundle-Vendor: %Bundle-Vendor
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
diff --git a/docs/org.eclipse.wst.jsdt.doc/buildDoc.xml b/docs/org.eclipse.wst.jsdt.doc/buildDoc.xml
index 2ee288e..0a9817d 100755
--- a/docs/org.eclipse.wst.jsdt.doc/buildDoc.xml
+++ b/docs/org.eclipse.wst.jsdt.doc/buildDoc.xml
@@ -31,6 +31,14 @@
 		<property name="dest" value="reference/extension-points" />
         <record name="${basedir}/workspace/jsdtconvert.txt" action="start"/>
 
+       <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.chromium.debug.core/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.chromium.debug.js/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.chromium.debug.jsdtbridge/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.chromium.debug.ui/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.chromium.wip.eclipse/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/plugin.xml" destination="${dest}" />
+
        <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.core/plugin.xml" destination="${dest}" />
        <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.debug.core/plugin.xml" destination="${dest}" />
        <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.debug.rhino/plugin.xml" destination="${dest}" />
@@ -39,6 +47,14 @@
        <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.support.firefox/plugin.xml" destination="${dest}" />
        <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.support.ie/plugin.xml" destination="${dest}" />
        <pde.convertSchemaToHTML manifest="../../bundles/org.eclipse.wst.jsdt.ui/plugin.xml" destination="${dest}" />
+
+       <pde.convertSchemaToHTML manifest="../../nodejs/org.eclipse.wst.jsdt.js.bower/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../nodejs/org.eclipse.wst.jsdt.js.common/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../nodejs/org.eclipse.wst.jsdt.js.grunt/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../nodejs/org.eclipse.wst.jsdt.js.gulp/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../nodejs/org.eclipse.wst.jsdt.js.node/plugin.xml" destination="${dest}" />
+       <pde.convertSchemaToHTML manifest="../../nodejs/org.eclipse.wst.jsdt.js.npm/plugin.xml" destination="${dest}" />
+
        <record name="${basedir}/workspace/jsdtconvert.txt" action="stop"/>
 	</target>
 
diff --git a/docs/org.eclipse.wst.jsdt.doc/jsdtOptions.txt b/docs/org.eclipse.wst.jsdt.doc/jsdtOptions.txt
index 1adbf3e..8962e8b 100755
--- a/docs/org.eclipse.wst.jsdt.doc/jsdtOptions.txt
+++ b/docs/org.eclipse.wst.jsdt.doc/jsdtOptions.txt
@@ -1,6 +1,25 @@
 #-quiet
 -charset "utf-8"
--sourcepath "../../bundles/org.eclipse.wst.jsdt.core/src
+-sourcepath "../../bundles/org.eclipse.wst.jsdt.chromium/src
+;../../bundles/org.eclipse.wst.jsdt.chromium/src-dynamic-impl/bridge
+;../../bundles/org.eclipse.wst.jsdt.chromium/src-dynamic-impl/parser
+;../../bundles/org.eclipse.wst.jsdt.chromium/src-static-impl/generated
+;../../bundles/org.eclipse.wst.jsdt.chromium/src-wip
+;../../bundles/org.eclipse.wst.jsdt.chromium.debug.core/src
+;../../bundles/org.eclipse.wst.jsdt.chromium.debug.js/src
+;../../bundles/org.eclipse.wst.jsdt.chromium.debug.jsdtbridge/src
+;../../bundles/org.eclipse.wst.jsdt.chromium.debug.ui/src
+;../../bundles/org.eclipse.wst.jsdt.chromium.wip.eclipse/src
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/src
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/src-static-impl/bridge
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/src-static-impl/generated
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/src-wip-generated
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/src
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/src-dynamic-impl/parser
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/src-dynamic-impl/bridge
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/src-static-impl/generated
+;../../bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/src-wip-generated
+;../../bundles/org.eclipse.wst.jsdt.core/src
 ;../../bundles/org.eclipse.wst.jsdt.debug.core/src
 ;../../bundles/org.eclipse.wst.jsdt.debug.rhino/src
 ;../../bundles/org.eclipse.wst.jsdt.debug.rhino.debugger/src
@@ -8,13 +27,24 @@
 ;../../bundles/org.eclipse.wst.jsdt.manipulation/src
 ;../../bundles/org.eclipse.wst.jsdt.support.firefox/src
 ;../../bundles/org.eclipse.wst.jsdt.support.ie/src
-;../../bundles/org.eclipse.wst.jsdt.ui/src"
+;../../bundles/org.eclipse.wst.jsdt.ui/src
+;../../nodejs/org.eclipse.wst.jsdt.js.cli/src
+;../../nodejs/org.eclipse.wst.jsdt.js.common/src
+;../../nodejs/org.eclipse.wst.jsdt.js.bower/src
+;../../nodejs/org.eclipse.wst.jsdt.js.grunt/src
+;../../nodejs/org.eclipse.wst.jsdt.js.gulp/src
+;../../nodejs/org.eclipse.wst.jsdt.js.node/src
+;../../nodejs/org.eclipse.wst.jsdt.js.node.common/src
+;../../nodejs/org.eclipse.wst.jsdt.js.npm/src"
 -d reference/api
 -classpath @rt@
 ;../org.eclipse.compare/@dot
 ;../org.eclipse.compare.core/@dot
 ;../org.eclipse.core.boot/@dot
 ;../org.eclipse.core.contenttype/@dot
+;../org.eclipse.core.expressions/@dot
+;../org.eclipse.core.externaltools/@dot
+;../org.eclipse.core.filesystem/@dot
 ;../org.eclipse.core.jobs/@dot
 ;../org.eclipse.core.resources/@dot
 ;../org.eclipse.core.runtime/@dot
@@ -48,15 +78,18 @@
 ;../org.eclipse.pde.build/@dot
 ;../org.eclipse.pde.launching/@dot
 ;../org.eclipse.search/@dot
+;../org.eclipse.swt/@dot
 ;../org.eclipse.swt.win32.win32.x86/@dot
 ;../org.eclipse.text/@dot
 ;../org.eclipse.ui/@dot
+;../org.eclipse.ui.console/@dot
 ;../org.eclipse.ui.editors/@dot
 ;../org.eclipse.ui.ide/@dot
 ;../org.eclipse.ui.views/@dot
 ;../org.eclipse.ui.workbench/@dot
 ;../org.eclipse.ui.workbench.texteditor/@dot
 ;../org.eclipse.update.configurator/@dot
+;../com.google.gson/@dot
 -breakiterator
 -use
 -splitIndex
@@ -64,7 +97,7 @@
 -windowtitle "JavaScript Development Tools API Specification"
 -doctitle "JavaScript Development Tools API Specification"
 -header "<b>JavaScript Development Tools</b><br>Release 3.2"
--bottom "Copyright (c) IBM Corp. and others 2000, 2010.  All Rights Reserved."
+-bottom "Copyright (c) IBM Corp. and others 2000, 2016.  All Rights Reserved."
 -link http://java.sun.com/j2se/1.4/docs/api
 -linkoffline ./../../../org.eclipse.platform.doc.isv/reference/api ../org.eclipse.platform.doc.isv/reference/api
 -linkoffline ./../../../org.eclipse.jdt.doc.isv/reference/api ../org.eclipse.jdt.doc.isv/reference/api
@@ -132,3 +165,99 @@
 org.eclipse.wst.jsdt.ui.text.java
 org.eclipse.wst.jsdt.ui.text.java.hover
 org.eclipse.wst.jsdt.ui.wizards
+
+#JSDT chromium API packages
+org.eclipse.wst.jsdt.chromium
+org.eclipse.wst.jsdt.chromium.util
+org.eclipse.wst.jsdt.chromium.wip
+
+#JSDT chromium debug core API packages
+
+org.eclipse.wst.jsdt.chromium.debug.core
+org.eclipse.wst.jsdt.chromium.debug.core.efs
+org.eclipse.wst.jsdt.chromium.debug.core.model
+org.eclipse.wst.jsdt.chromium.debug.core.sourcemap
+org.eclipse.wst.jsdt.chromium.debug.core.util
+
+#JSDT chromium debug js API packages
+
+org.eclipse.wst.jsdt.chromium.debug.js
+org.eclipse.wst.jsdt.chromium.debug.js.handlers
+org.eclipse.wst.jsdt.chromium.debug.js.launch
+org.eclipse.wst.jsdt.chromium.debug.js.launch.shortcuts
+org.eclipse.wst.jsdt.chromium.debug.js.launchers
+org.eclipse.wst.jsdt.chromium.debug.js.runtime
+org.eclipse.wst.jsdt.chromium.debug.js.testers
+org.eclipse.wst.jsdt.chromium.debug.js.util
+
+#JSDT chromium debug jsdtbridge API packages
+
+org.eclipse.wst.jsdt.chromium.debug.jsdtbridge
+
+#JSDT chromium debug ui API packages
+
+org.eclipse.wst.jsdt.chromium.debug.ui
+org.eclipse.wst.jsdt.chromium.debug.ui.actions
+org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint
+org.eclipse.wst.jsdt.chromium.debug.ui.editors
+org.eclipse.wst.jsdt.chromium.debug.ui.launcher
+org.eclipse.wst.jsdt.chromium.debug.ui.listeners
+org.eclipse.wst.jsdt.chromium.debug.ui.liveedit
+org.eclipse.wst.jsdt.chromium.debug.ui.propertypages
+org.eclipse.wst.jsdt.chromium.debug.ui.source
+
+#JSDT chromium wip eclipse API packages
+
+org.eclipse.wst.jsdt.chromium.wip.eclipse
+
+#JSDT chromium wipbackend protocol_1_0/dev API packages
+
+org.eclipse.wst.jsdt.chromium.wip
+
+#JSDT js bower API packages
+
+org.eclipse.wst.jsdt.js.bower
+org.eclipse.wst.jsdt.js.bower.util
+
+#JSDT js cli API packages
+
+org.eclipse.wst.jsdt.js.cli
+org.eclipse.wst.jsdt.js.cli.core
+
+#JSDT js common API packages
+
+org.eclipse.wst.jsdt.js.common
+org.eclipse.wst.jsdt.js.common.build.system
+org.eclipse.wst.jsdt.js.common.build.system.launch
+org.eclipse.wst.jsdt.js.common.build.system.launch.ui
+org.eclipse.wst.jsdt.js.common.build.system.ui
+org.eclipse.wst.jsdt.js.common.build.system.ui.navigator
+org.eclipse.wst.jsdt.js.common.build.system.util
+org.eclipse.wst.jsdt.js.common.ui
+org.eclipse.wst.jsdt.js.common.util
+
+#JSDT js grunt API packages
+
+org.eclipse.wst.jsdt.js.grunt
+org.eclipse.wst.jsdt.js.grunt.util
+
+#JSDT js gulp API packages
+
+org.eclipse.wst.jsdt.js.gulp
+org.eclipse.wst.jsdt.js.gulp.util
+
+#JSDT js node API packages
+
+org.eclipse.wst.jsdt.js.node
+org.eclipse.wst.jsdt.js.node.runtime
+
+#JSDT js node common API packages
+
+org.eclipse.wst.jsdt.js.node.common
+org.eclipse.wst.jsdt.js.node.common.json.objects
+org.eclipse.wst.jsdt.js.node.common.util
+
+#JSDT js npm API packages
+
+org.eclipse.wst.jsdt.js.npm
+org.eclipse.wst.jsdt.js.npm.util
diff --git a/docs/org.eclipse.wst.jsdt.doc/pom.xml b/docs/org.eclipse.wst.jsdt.doc/pom.xml
index e8af88e..a141739 100644
--- a/docs/org.eclipse.wst.jsdt.doc/pom.xml
+++ b/docs/org.eclipse.wst.jsdt.doc/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.eclipse.webtools.jsdt.docs</groupId>
   <artifactId>org.eclipse.wst.jsdt.doc</artifactId>
-  <version>1.4.101-SNAPSHOT</version>
+  <version>2.0.200-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <!--  generate java doc -->
    <profiles>
diff --git a/nodejs/org.eclipse.wst.jsdt.js.bower/META-INF/MANIFEST.MF b/nodejs/org.eclipse.wst.jsdt.js.bower/META-INF/MANIFEST.MF
index bd61800..945e37c 100644
--- a/nodejs/org.eclipse.wst.jsdt.js.bower/META-INF/MANIFEST.MF
+++ b/nodejs/org.eclipse.wst.jsdt.js.bower/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %bundleName
 Bundle-SymbolicName: org.eclipse.wst.jsdt.js.bower;singleton:=true
-Bundle-Version: 1.0.000.qualifier
+Bundle-Version: 1.0.200.qualifier
 Bundle-Activator: org.eclipse.wst.jsdt.js.bower.BowerPlugin
 Bundle-Vendor: %providerName
 Require-Bundle: org.eclipse.ui,
diff --git a/nodejs/org.eclipse.wst.jsdt.js.bower/pom.xml b/nodejs/org.eclipse.wst.jsdt.js.bower/pom.xml
index c656a24..0cf4cdb 100644
--- a/nodejs/org.eclipse.wst.jsdt.js.bower/pom.xml
+++ b/nodejs/org.eclipse.wst.jsdt.js.bower/pom.xml
@@ -21,6 +21,6 @@
 
   <groupId>org.eclipse.webtools.jsdt.nodejs</groupId>
   <artifactId>org.eclipse.wst.jsdt.js.bower</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.200-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/nodejs/org.eclipse.wst.jsdt.js.bower/src/org/eclipse/wst/jsdt/js/bower/BowerJson.java b/nodejs/org.eclipse.wst.jsdt.js.bower/src/org/eclipse/wst/jsdt/js/bower/BowerJson.java
index 1114164..9b0507d 100644
--- a/nodejs/org.eclipse.wst.jsdt.js.bower/src/org/eclipse/wst/jsdt/js/bower/BowerJson.java
+++ b/nodejs/org.eclipse.wst.jsdt.js.bower/src/org/eclipse/wst/jsdt/js/bower/BowerJson.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2015 Red Hat, Inc. 
+ * Copyright (c) 2015, 2016 Red Hat, Inc. 
  * 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
@@ -14,7 +14,7 @@
 import java.util.Map;
 
 /**
- * Packages are defined by a manifest file bower.json. This is similar to Node’s package.json or Ruby’s Gemfile.
+ * Packages are defined by a manifest file bower.json. This is similar to Node's package.json or Ruby's Gemfile.
  *
  * @see <a href="http://bower.io/docs/creating-packages/#bowerjson">http://bower.io/docs/creating-packages/#bowerjson</a>
  * @author "Ilya Buziuk (ibuziuk)"