blob: 557d8a89124dc0f385da4dd1ffdcf8417ce4f6b7 [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.amalthea.import"
4 label="APP4MC AMALTHEA Import"
Dirk Fauth50304cb2020-02-17 14:12:19 +01005 version="0.9.8.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 AMALTHEA Import
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 <includes
20 id="org.eclipse.app4mc.amalthea.models"
21 version="0.0.0"/>
22
23 <requires>
24 <import plugin="org.sqlite.jdbc"/>
25 <import plugin="org.eclipse.ui"/>
26 <import plugin="org.eclipse.core.runtime"/>
27 <import plugin="org.eclipse.ui.ide"/>
28 <import plugin="org.eclipse.core.resources"/>
29 <import plugin="org.eclipse.app4mc.amalthea.model"/>
30 <import plugin="org.eclipse.help"/>
31 </requires>
32
33 <plugin
34 id="org.eclipse.app4mc.amalthea.import.atdb"
35 download-size="0"
36 install-size="0"
37 version="0.0.0"
38 unpack="false"/>
39
40 <plugin
41 id="org.eclipse.app4mc.amalthea.import.help"
42 download-size="0"
43 install-size="0"
44 version="0.0.0"/>
45
46</feature>