Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-12-05 19:25:23 +0000
committerIan Trimble2013-12-11 18:48:33 +0000
commit973c43ad95b1a2513d62f364704de35872f511ff (patch)
treed38676a67f97b214379374cd63fd35f815fa3d32
parentc99642bdf2f2c8d93b65a1a1a4a909d18d7b1bfb (diff)
downloadwebtools.jsf-973c43ad95b1a2513d62f364704de35872f511ff.tar.gz
webtools.jsf-973c43ad95b1a2513d62f364704de35872f511ff.tar.xz
webtools.jsf-973c43ad95b1a2513d62f364704de35872f511ff.zip
Bug 423360 - Add missing tycho-p2-plugin for generated source featuresv201312111052
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--jsf/features/org.eclipse.jsf.feature/pom.xml13
-rw-r--r--jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/pom.xml13
-rw-r--r--jsf/features/org.eclipse.jst.webpageeditor.feature/pom.xml13
3 files changed, 39 insertions, 0 deletions
diff --git a/jsf/features/org.eclipse.jsf.feature/pom.xml b/jsf/features/org.eclipse.jsf.feature/pom.xml
index 35aa18ca5..83403fa58 100644
--- a/jsf/features/org.eclipse.jsf.feature/pom.xml
+++ b/jsf/features/org.eclipse.jsf.feature/pom.xml
@@ -40,6 +40,19 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>
diff --git a/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/pom.xml b/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/pom.xml
index f3c03ddb4..00dcde658 100644
--- a/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/pom.xml
+++ b/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/pom.xml
@@ -40,6 +40,19 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>
diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/pom.xml b/jsf/features/org.eclipse.jst.webpageeditor.feature/pom.xml
index 31463d33b..4f8ddb01a 100644
--- a/jsf/features/org.eclipse.jst.webpageeditor.feature/pom.xml
+++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/pom.xml
@@ -40,6 +40,19 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <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