blob: 19f9e219ce869666ee1382c0f450f5e3766be810 [file] [log] [blame]
Harald Mackamuld292a7f2016-07-07 16:23:12 +02001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.app4mc.tracing"
4 label="APP4MC Tracing"
Harald Mackamulc8079dc2019-07-01 10:54:17 +02005 version="0.9.5.qualifier"
Harald Mackamul34e13b42017-11-21 10:46:27 +01006 provider-name="Eclipse APP4MC"
Harald Mackamuld292a7f2016-07-07 16:23:12 +02007 license-feature="org.eclipse.license"
Harald Mackamul4a1fd512019-09-18 16:44:17 +02008 license-feature-version="2.0.2.qualifier">
Harald Mackamuld292a7f2016-07-07 16:23:12 +02009
10 <description url="https://projects.eclipse.org/projects/technology.app4mc">
11 APP4MC Tracing
12 </description>
13
14 <copyright url="https://projects.eclipse.org/projects/technology.app4mc">
Harald Mackamul7013e1b2018-01-24 12:10:09 +010015 (c) Copyright Eclipse APP4MC contributors and others. 2018.
Harald Mackamuld292a7f2016-07-07 16:23:12 +020016All rights reserved.
17 </copyright>
18
19 <requires>
20 <import plugin="org.eclipse.core.resources"/>
21 <import plugin="org.eclipse.core.runtime"/>
22 <import plugin="org.eclipse.emf.ecore"/>
23 <import plugin="org.eclipse.emf.ecore.xmi"/>
24 <import plugin="org.eclipse.ui"/>
25 <import plugin="org.apache.commons.lang"/>
26 <import plugin="org.eclipse.emf"/>
27 </requires>
28
29 <plugin
30 id="org.sqlite.jdbc"
31 download-size="0"
32 install-size="0"
33 version="0.0.0"
34 unpack="false"/>
35
36 <plugin
37 id="org.eclipse.app4mc.tracing.converter"
38 download-size="0"
39 install-size="0"
40 version="0.0.0"
41 unpack="false"/>
42
43 <plugin
44 id="org.eclipse.app4mc.tracing.converter.atdb"
45 download-size="0"
46 install-size="0"
47 version="0.0.0"
48 unpack="false"/>
49
50 <plugin
51 id="org.eclipse.app4mc.tracing.converter.ot1"
52 download-size="0"
53 install-size="0"
54 version="0.0.0"
55 unpack="false"/>
56
57</feature>