| <?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.releng"
|
| label="%featureName"
|
| version="6.4.0.qualifier"
|
| provider-name="%providerName"
|
| license-feature="org.eclipse.license"
|
| license-feature-version="0.0.0">
|
|
|
| <description url="http://www.example.com/description">
|
| Plugins that are used to build Eclipse OCL and to perform extended testing.
|
| </description>
|
|
|
| <copyright url="http://www.example.com/copyright">
|
| [Enter Copyright Description here.]
|
| </copyright>
|
|
|
| <plugin
|
| id="org.eclipse.ocl.compatibility.tests"
|
| download-size="0"
|
| install-size="0"
|
| version="0.0.0"
|
| unpack="false"/>
|
|
|
| <plugin
|
| id="org.eclipse.ocl.examples.build"
|
| download-size="0"
|
| install-size="0"
|
| version="0.0.0"
|
| unpack="false"/>
|
|
|
| <plugin
|
| id="org.eclipse.ocl.standalone.ecore.tests"
|
| download-size="0"
|
| install-size="0"
|
| version="0.0.0"
|
| unpack="false"/>
|
|
|
| <plugin
|
| id="org.eclipse.ocl.standalone.uml.tests"
|
| download-size="0"
|
| install-size="0"
|
| version="0.0.0"
|
| unpack="false"/>
|
|
|
| <plugin
|
| id="org.eclipse.ocl.standalone.pivot.tests"
|
| download-size="0"
|
| install-size="0"
|
| version="0.0.0"
|
| unpack="false"/>
|
|
|
| </feature>
|