| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| <copyright> |
| |
| Copyright (c) 2005, 2010 SAP AG. |
| 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 |
| |
| Contributors: |
| SAP AG - initial API, implementation and documentation |
| |
| </copyright> |
| |
| --> |
| <feature |
| id="org.eclipse.graphiti.feature" |
| label="%featureName" |
| version="0.7.0.qualifier" |
| provider-name="%providerName"> |
| |
| <description> |
| Graphiti supports the fast and easy creation of unified graphical |
| tools, which can graphically display and edit underlying domain |
| models using a tool-defined notation. |
| </description> |
| |
| <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
| Copyright (c) 2005, 2010 SAP AG. |
| 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 |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <plugin |
| id="org.eclipse.graphiti" |
| download-size="0" |
| install-size="0" |
| version="0.7.0.qualifier" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.graphiti.ui" |
| download-size="0" |
| install-size="0" |
| version="0.7.0.qualifier" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.graphiti.mm" |
| download-size="0" |
| install-size="0" |
| version="0.7.0.qualifier" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.graphiti.pattern" |
| download-size="0" |
| install-size="0" |
| version="0.7.0.qualifier" |
| unpack="false"/> |
| |
| </feature> |