| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (c) 2023 Willink Transformations and others. |
| |
| This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License 2.0 |
| which accompanies this distribution, and is available at |
| https://www.eclipse.org/legal/epl-2.0/ |
| |
| SPDX-License-Identifier: EPL-2.0 |
| |
| Contributors: |
| E.D.Willink - initial API and implementation |
| --> |
| |
| <feature |
| id="org.eclipse.ocl.uml" |
| label="%featureName" |
| version="5.23.0.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.license" |
| license-feature-version="0.0.0"> |
| |
| <description url="https://projects.eclipse.org/projects/modeling.mdt.ocl"> |
| %description |
| </description> |
| |
| <copyright> |
| [Documentation] Copyright text will be taken from the shared license feature |
| </copyright> |
| |
| <url> |
| <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates"/> |
| <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates"/> |
| </url> |
| |
| <includes |
| id="org.eclipse.ocl.tools" |
| version="0.0.0"/> |
| |
| <plugin |
| id="org.eclipse.ocl" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.ocl.uml" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |