| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <feature |
|---|
| 3 | id="no.hib.dpf.feature" |
|---|
| 4 | label="DPF Editor" |
|---|
| 5 | version="0.2.0.qualifier" |
|---|
| 6 | provider-name="Høyskolen i Bergen"> |
|---|
| 7 | |
|---|
| 8 | <description> |
|---|
| 9 | Tools for editing DPF specifications |
|---|
| 10 | </description> |
|---|
| 11 | |
|---|
| 12 | <copyright> |
|---|
| 13 | Copyright (c) 2012 Høyskolen i Bergen, Norway. Portions of the |
|---|
| 14 | code are Copyright (c) 2004, 2005 Elias Volanakis and others. |
|---|
| 15 | Portions of the code are Copyright (c) 2004, 2005, 2010 IBM Corporation |
|---|
| 16 | and others. Portions of the code are Copyright (c) 2005-2006, |
|---|
| 17 | CHISEL Group, University of Victoria, Victoria, BC, Canada. |
|---|
| 18 | </copyright> |
|---|
| 19 | |
|---|
| 20 | <license> |
|---|
| 21 | All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |
|---|
| 22 | </license> |
|---|
| 23 | |
|---|
| 24 | <includes |
|---|
| 25 | id="no.hib.dpf.codegen.xpand.feature" |
|---|
| 26 | version="0.0.0" |
|---|
| 27 | name="DPF Xpand Integration" |
|---|
| 28 | optional="true"/> |
|---|
| 29 | |
|---|
| 30 | <requires> |
|---|
| 31 | <import plugin="org.eclipse.core.runtime" version="3.6.0" match="greaterOrEqual"/> |
|---|
| 32 | <import plugin="org.eclipse.emf.ecore"/> |
|---|
| 33 | <import plugin="org.eclipse.core.resources" version="3.6.0" match="greaterOrEqual"/> |
|---|
| 34 | <import plugin="org.eclipse.draw2d"/> |
|---|
| 35 | <import plugin="org.eclipse.emf.ecore.xmi"/> |
|---|
| 36 | <import plugin="org.eclipse.jface" version="3.2.0" match="compatible"/> |
|---|
| 37 | <import plugin="org.eclipse.gef" version="3.5.0" match="compatible"/> |
|---|
| 38 | <import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/> |
|---|
| 39 | <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/> |
|---|
| 40 | <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/> |
|---|
| 41 | <import plugin="org.eclipse.ui.views" version="3.2.0" match="compatible"/> |
|---|
| 42 | <import plugin="org.eclipse.ui.workbench" version="3.2.0" match="compatible"/> |
|---|
| 43 | <import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/> |
|---|
| 44 | <import plugin="org.eclipse.emf.common.ui"/> |
|---|
| 45 | <import plugin="org.eclipse.emf.edit.ui"/> |
|---|
| 46 | <import plugin="org.eclipse.ui.forms"/> |
|---|
| 47 | <import plugin="org.eclipse.core.filesystem" version="1.3.100" match="greaterOrEqual"/> |
|---|
| 48 | </requires> |
|---|
| 49 | |
|---|
| 50 | <plugin |
|---|
| 51 | id="no.hib.dpf.core" |
|---|
| 52 | download-size="0" |
|---|
| 53 | install-size="0" |
|---|
| 54 | version="0.0.0" |
|---|
| 55 | unpack="false"/> |
|---|
| 56 | |
|---|
| 57 | <plugin |
|---|
| 58 | id="no.hib.dpf.editor" |
|---|
| 59 | download-size="0" |
|---|
| 60 | install-size="0" |
|---|
| 61 | version="0.0.0" |
|---|
| 62 | unpack="false"/> |
|---|
| 63 | |
|---|
| 64 | <plugin |
|---|
| 65 | id="no.hib.dpf.diagram" |
|---|
| 66 | download-size="0" |
|---|
| 67 | install-size="0" |
|---|
| 68 | version="0.0.0" |
|---|
| 69 | unpack="false"/> |
|---|
| 70 | |
|---|
| 71 | </feature> |
|---|