ctf: Bump CTF feature plugin to 2.0
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 10 Jan 2013 16:41:22 +0000 (11:41 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 10 Jan 2013 18:50:27 +0000 (13:50 -0500)
Change-Id: Ic23e6901099435be173d01460f567c00ace7c370
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/9588
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>

org.eclipse.linuxtools.ctf/feature.xml
org.eclipse.linuxtools.ctf/pom.xml
org.eclipse.linuxtools.tmf/feature.xml

index c7de35ee5ca118a17d29fb1f22305b98a0ef1f36..a964d5ea19c18cf07bb43e67398758c6a9e1f8c7 100644 (file)
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.linuxtools.ctf"
       label="%featureName"
-      version="1.0.0.qualifier"
+      version="2.0.0.qualifier"
       provider-name="%featureProvider">
 
    <description url="http://www.example.com/description">
index bec7bbd6d75d751e5ec24ff808b9723452a497eb..236536bada693d0bce92491a5d4dc25ddca269f1 100644 (file)
@@ -20,7 +20,7 @@
   <name>Linux Tools LTTng CTF (Common Trace Format)</name>
   <artifactId>org.eclipse.linuxtools.ctf</artifactId>
   <groupId>org.eclipse.linuxtools.ctf</groupId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
 
   <packaging>eclipse-feature</packaging>
 
index 6c7582cad46553e439897e768168e9452b9953dd..a573238e1ed2be506567b93bd3b11bbadad4083f 100644 (file)
@@ -27,7 +27,7 @@
          name="Common Trace Format (CTF)"/>
 
    <requires>
-      <import plugin="org.eclipse.linuxtools.ctf.core" version="1.0.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.linuxtools.ctf.core" version="2.0.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.core.runtime"/>
       <import plugin="org.eclipse.core.resources"/>
       <import plugin="org.eclipse.ui.views"/>
This page took 0.037572 seconds and 5 git commands to generate.