~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to lttng/org.eclipse.linuxtools.ctf/feature.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
   <requires>
25
25
      <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
26
26
      <import plugin="org.antlr.runtime" version="3.2.0" match="greaterOrEqual"/>
27
 
      <import plugin="org.eclipse.linuxtools.ctf.parser" version="1.0.0" match="greaterOrEqual"/>
28
27
   </requires>
29
28
 
30
29
   <plugin
 
30
         id="org.eclipse.linuxtools.ctf.parser"
 
31
         download-size="0"
 
32
         install-size="0"
 
33
         version="0.0.0"/>
 
34
 
 
35
   <plugin
31
36
         id="org.eclipse.linuxtools.ctf.core"
32
37
         download-size="0"
33
38
         install-size="0"
34
39
         version="0.0.0"
35
40
         unpack="false"/>
36
41
 
37
 
   <plugin
38
 
         id="org.eclipse.linuxtools.ctf.parser"
39
 
         download-size="0"
40
 
         install-size="0"
41
 
         version="0.0.0"/>
42
 
 
43
42
</feature>