Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2018-08-10 14:33:47 +0000
committerAndrey Loskutov2018-08-10 14:33:47 +0000
commitf17e4c9ee57452c412613909bfbdce78f85e025d (patch)
tree7a03ab85601cba257b24b8c51faf08466f1c657b /features/org.eclipse.swt.tools.feature
parent86c64678e2fd913db92a223eb6d0947d03a7cf99 (diff)
downloadeclipse.platform.swt-f17e4c9ee57452c412613909bfbdce78f85e025d.tar.gz
eclipse.platform.swt-f17e4c9ee57452c412613909bfbdce78f85e025d.tar.xz
eclipse.platform.swt-f17e4c9ee57452c412613909bfbdce78f85e025d.zip
Bug 537863 - Errors trying to build 4.9 SDK locally: Missing requirement
org.eclipse.swt.tools.feature.source.feature.group 0.0.0 Change-Id: I5e19bda2e490b89abdae84924c43b214d9a2f410 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'features/org.eclipse.swt.tools.feature')
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index fa0e3c8e88..4c53c4ef06 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -38,6 +38,20 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>

Back to the top