[582204] Update jobs from Tycho 2.7.5 to Tycho 4.0.0 Change-Id: I4e70415c006732bba76cc3b3860f5862b65925d8
diff --git a/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml b/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml index d475d01..10a0257 100644 --- a/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml +++ b/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml
@@ -28,14 +28,14 @@ <build> <plugins> <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-source-plugin</artifactId> <executions> <execution> <phase>package</phase> - <id>source-feature</id> + <id>feature-source</id> <goals> - <goal>source-feature</goal> + <goal>feature-source</goal> </goals> </execution> </executions>
diff --git a/features/org.eclipse.jst.server_adapters.ext.sdk.feature/feature.properties b/features/org.eclipse.jst.server_adapters.ext.sdk.feature/feature.properties index 8413522..808ea9e 100644 --- a/features/org.eclipse.jst.server_adapters.ext.sdk.feature/feature.properties +++ b/features/org.eclipse.jst.server_adapters.ext.sdk.feature/feature.properties
@@ -17,7 +17,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=JST Server Adapter Plug-in Developer Resources +featureName=JST Server Adapters Extensions Plug-in Developer Resources # "providerName" property - name of the company that provides the feature providerName=Eclipse Web Tools Platform
diff --git a/features/org.eclipse.jst.server_adapters.feature/pom.xml b/features/org.eclipse.jst.server_adapters.feature/pom.xml index 0a4a32d..b3e3122 100644 --- a/features/org.eclipse.jst.server_adapters.feature/pom.xml +++ b/features/org.eclipse.jst.server_adapters.feature/pom.xml
@@ -28,14 +28,14 @@ <build> <plugins> <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-source-plugin</artifactId> <executions> <execution> <phase>package</phase> - <id>source-feature</id> + <id>feature-source</id> <goals> - <goal>source-feature</goal> + <goal>feature-source</goal> </goals> </execution> </executions>
diff --git a/features/org.eclipse.jst.server_core.feature/pom.xml b/features/org.eclipse.jst.server_core.feature/pom.xml index ae7fe81..258093c 100644 --- a/features/org.eclipse.jst.server_core.feature/pom.xml +++ b/features/org.eclipse.jst.server_core.feature/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.jst.server_ui.feature/pom.xml b/features/org.eclipse.jst.server_ui.feature/pom.xml index cf6bdaa..f7a43db 100644 --- a/features/org.eclipse.jst.server_ui.feature/pom.xml +++ b/features/org.eclipse.jst.server_ui.feature/pom.xml
@@ -28,14 +28,14 @@ <build> <plugins> <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-source-plugin</artifactId> <executions> <execution> <phase>package</phase> - <id>source-feature</id> + <id>feature-source</id> <goals> - <goal>source-feature</goal> + <goal>feature-source</goal> </goals> </execution> </executions>
diff --git a/features/org.eclipse.jst.server_userdoc.feature/pom.xml b/features/org.eclipse.jst.server_userdoc.feature/pom.xml index 1c243fa..ff3d3ae 100644 --- a/features/org.eclipse.jst.server_userdoc.feature/pom.xml +++ b/features/org.eclipse.jst.server_userdoc.feature/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.server_adapters.feature/pom.xml b/features/org.eclipse.wst.server_adapters.feature/pom.xml index e5fa77f..9fa1260 100644 --- a/features/org.eclipse.wst.server_adapters.feature/pom.xml +++ b/features/org.eclipse.wst.server_adapters.feature/pom.xml
@@ -34,7 +34,7 @@ <executions> <execution> <phase>package</phase> - <id>source-feature</id> + <id>feature-source</id> <goals> <goal>feature-source</goal> </goals>
diff --git a/features/org.eclipse.wst.server_core.feature/pom.xml b/features/org.eclipse.wst.server_core.feature/pom.xml index 6f151ce..e719112 100644 --- a/features/org.eclipse.wst.server_core.feature/pom.xml +++ b/features/org.eclipse.wst.server_core.feature/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.server_ui.feature/pom.xml b/features/org.eclipse.wst.server_ui.feature/pom.xml index f9d5d51..c8ee31e 100644 --- a/features/org.eclipse.wst.server_ui.feature/pom.xml +++ b/features/org.eclipse.wst.server_ui.feature/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>