tmf: lttngControl: Fix remote import on remote snapshot session
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf / pom.xml
index 993f7ba4693355061f91d5ca31fe91699d23235d..d80f300b5fbb05492700d08b9b57926d0fd72831 100644 (file)
   <parent>
     <artifactId>linuxtools-lttng-parent</artifactId>
     <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>3.1.0-SNAPSHOT</version>
   </parent>
 
-  <name>Linux Tools LTTng CTF (Common Trace Format)</name>
-  <groupId>org.eclipse.linuxtools.ctf</groupId>
+  <name>Linux Tools CTF (Common Trace Format) Feature</name>
   <artifactId>org.eclipse.linuxtools.ctf</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <groupId>org.eclipse.linuxtools.ctf</groupId>
+  <version>3.0.0-SNAPSHOT</version>
+
+  <packaging>eclipse-feature</packaging>
 
+  <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.040694 seconds and 5 git commands to generate.