[582204] Update jobs from Tycho 2.7.5 to Tycho 4.0.0

Change-Id: I6c55627021e6c62993838f65e59924ec8a474a64
diff --git a/features/org.eclipse.wst.jsdt.chromium.debug.feature/pom.xml b/features/org.eclipse.wst.jsdt.chromium.debug.feature/pom.xml
index a7ae2fb..5b01803 100644
--- a/features/org.eclipse.wst.jsdt.chromium.debug.feature/pom.xml
+++ b/features/org.eclipse.wst.jsdt.chromium.debug.feature/pom.xml
@@ -16,15 +16,15 @@
 	<build>
 	<plugins>
       <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+        <version>${tycho.version}</version>
         <executions>
           <execution>
-            <id>source-feature</id>
+            <id>feature-source</id>
             <phase>package</phase>
             <goals>
-              <goal>source-feature</goal>
+              <goal>feature-source</goal>
             </goals>
           </execution>
         </executions>
diff --git a/features/org.eclipse.wst.jsdt.feature/feature.xml b/features/org.eclipse.wst.jsdt.feature/feature.xml
index f9be301..d8bb2b8 100644
--- a/features/org.eclipse.wst.jsdt.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.wst.jsdt.feature"

       label="%featureName"

-      version="2.4.400.qualifier"

+      version="2.4.500.qualifier"

       provider-name="%providerName"

       plugin="org.eclipse.wst.jsdt.ui"

       license-feature="org.eclipse.license"

diff --git a/features/org.eclipse.wst.jsdt.feature/pom.xml b/features/org.eclipse.wst.jsdt.feature/pom.xml
index 9960826..b058648 100644
--- a/features/org.eclipse.wst.jsdt.feature/pom.xml
+++ b/features/org.eclipse.wst.jsdt.feature/pom.xml
@@ -22,21 +22,21 @@
 
   <groupId>org.eclipse.webtools.jsdt.features</groupId>
   <artifactId>org.eclipse.wst.jsdt.feature</artifactId>
-  <version>2.4.400-SNAPSHOT</version>
+  <version>2.4.500-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>
     <plugins>
       <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+        <version>${tycho.version}</version>
         <executions>
           <execution>
-            <id>source-feature</id>
+            <id>feature-source</id>
             <phase>package</phase>
             <goals>
-              <goal>source-feature</goal>
+              <goal>feature-source</goal>
             </goals>
           </execution>
         </executions>
diff --git a/features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/pom.xml b/features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/pom.xml
index e586aa3..5b31d17 100644
--- a/features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/pom.xml
+++ b/features/org.eclipse.wst.jsdt.feature/sourceTemplatePlugin/pom.xml
@@ -28,15 +28,15 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+        <version>${tycho.version}</version>
         <executions>
           <execution>
-            <id>source-feature</id>
+            <id>feature-source</id>
             <phase>package</phase>
             <goals>
-              <goal>source-feature</goal>
+              <goal>feature-source</goal>
             </goals>
           </execution>
         </executions>
diff --git a/features/org.eclipse.wst.jsdt.nodejs.feature/feature.xml b/features/org.eclipse.wst.jsdt.nodejs.feature/feature.xml
index 2917c8c..ef224da 100644
--- a/features/org.eclipse.wst.jsdt.nodejs.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt.nodejs.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.wst.jsdt.nodejs.feature"
       label="%featureName"
-      version="1.1.0.qualifier"
+      version="1.1.100.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.wst.jsdt.nodejs"
       license-feature="org.eclipse.license"
diff --git a/features/org.eclipse.wst.jsdt.nodejs.feature/pom.xml b/features/org.eclipse.wst.jsdt.nodejs.feature/pom.xml
index e4fe721..878f0d2 100644
--- a/features/org.eclipse.wst.jsdt.nodejs.feature/pom.xml
+++ b/features/org.eclipse.wst.jsdt.nodejs.feature/pom.xml
@@ -22,21 +22,21 @@
 
   <groupId>org.eclipse.webtools.jsdt.features</groupId>
   <artifactId>org.eclipse.wst.jsdt.nodejs.feature</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.100-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <build>
     <plugins>
       <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+        <version>${tycho.version}</version>
         <executions>
           <execution>
-            <id>source-feature</id>
+            <id>feature-source</id>
             <phase>package</phase>
             <goals>
-              <goal>source-feature</goal>
+              <goal>feature-source</goal>
             </goals>
           </execution>
         </executions>