mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | <copyright> |
| 4 | |
| 5 | Copyright (c) 2005, 2010 SAP AG. |
| 6 | All rights reserved. This program and the accompanying materials |
| 7 | are made available under the terms of the Eclipse Public License v1.0 |
| 8 | which accompanies this distribution, and is available at |
| 9 | http://www.eclipse.org/legal/epl-v10.html |
| 10 | |
| 11 | Contributors: |
| 12 | SAP AG - initial API, implementation and documentation |
| 13 | |
| 14 | </copyright> |
| 15 | |
| 16 | --> |
| 17 | <feature |
| 18 | id="org.eclipse.graphiti.feature.examples" |
| 19 | label="%featureName" |
| 20 | version="0.7.0.qualifier" |
| 21 | provider-name="%providerName"> |
| 22 | |
| 23 | <description> |
| 24 | Graphiti supports the fast and easy creation of unified graphical |
| 25 | tools, which can graphically display and edit underlying domain |
| 26 | models using a tool-defined notation. These are some examples how to build tools on top of Graphiti. |
| 27 | </description> |
| 28 | |
| 29 | <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
| 30 | Copyright (c) 2005, 2010 SAP AG. |
| 31 | All rights reserved. This program and the accompanying materials |
| 32 | are made available under the terms of the Eclipse Public License |
| 33 | v1.0 |
| 34 | which accompanies this distribution, and is available at |
| 35 | http://www.eclipse.org/legal/epl-v10.html |
| 36 | </copyright> |
| 37 | |
| 38 | <license url="%licenseURL"> |
| 39 | %license |
| 40 | </license> |
| 41 | |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 42 | <plugin |
| 43 | id="org.eclipse.graphiti.doc" |
| 44 | download-size="0" |
| 45 | install-size="0" |
| 46 | version="0.7.0.qualifier" |
| 47 | unpack="false"/> |
| 48 | |
| 49 | <plugin |
| 50 | id="org.eclipse.graphiti.examples.common" |
| 51 | download-size="0" |
| 52 | install-size="0" |
| 53 | version="0.7.0.qualifier" |
| 54 | unpack="false"/> |
| 55 | |
| 56 | <plugin |
| 57 | id="org.eclipse.graphiti.examples.tutorial" |
| 58 | download-size="0" |
| 59 | install-size="0" |
| 60 | version="0.7.0.qualifier" |
| 61 | unpack="false"/> |
| 62 | |
| 63 | </feature> |