Add Lttng ctf feature so aggregation will work.
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 20 Mar 2012 18:47:00 +0000 (14:47 -0400)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 20 Mar 2012 18:47:00 +0000 (14:47 -0400)
org.eclipse.linuxtools.ctf/pom.xml

index 106290a74a5461779ce2c42de78041707861433b..be9b908d23c331bc639c4f969c91cf4182b469b9 100644 (file)
   <artifactId>org.eclipse.linuxtools.ctf</artifactId>
   <version>0.1.0-SNAPSHOT</version>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho.extras</groupId>
+        <artifactId>tycho-source-feature-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>source-feature</id>
+            <phase>package</phase>
+            <goals>
+              <goal>source-feature</goal>
+            </goals>
+          </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>
This page took 0.026461 seconds and 5 git commands to generate.