Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-01-19 08:09:30 +0000
committerAlexander Kurtakov2021-01-19 08:09:30 +0000
commit80efb2ab8207ad7db18622eb335f6b59c76190bb (patch)
tree552fbe26ab6343f0a9e992d4ed441127c14bf520
parent473afdb2f67b9977502ebc5bf393acde5692edbe (diff)
downloadeclipse.platform.team-80efb2ab8207ad7db18622eb335f6b59c76190bb.tar.gz
eclipse.platform.team-80efb2ab8207ad7db18622eb335f6b59c76190bb.tar.xz
eclipse.platform.team-80efb2ab8207ad7db18622eb335f6b59c76190bb.zip
Migrate platform.team git repo features to the new feature-source. Change-Id: I3cb27fccffd9a701191ab0ee476f6f3f21d35a5f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.cvs-feature/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml
index b9d60bbe5..2191b4d55 100644
--- a/features/org.eclipse.cvs-feature/pom.xml
+++ b/features/org.eclipse.cvs-feature/pom.xml
@@ -25,15 +25,15 @@
<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>
<version>${tycho.version}</version>
<executions>
<execution>
<phase>package</phase>
- <id>source-feature</id>
+ <id>feature-source</id>
<goals>
- <goal>source-feature</goal>
+ <goal>feature-source</goal>
</goals>
<configuration>
<excludes>
@@ -49,7 +49,7 @@
<version>${tycho.version}</version>
<executions>
<execution>
- <id>attached-p2-metadata</id>
+ <id>attach-p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>

Back to the top