| <?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 |
| --> |
| |
| <site> |
| <feature id="org.eclipse.ocl.examples" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.examples.source" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.master" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.master.source" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.examples.classic" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.examples.classic.source" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.examples.unified" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.examples.unified.source" version="0.0.0"> |
| <category name="ocl"/> |
| </feature> |
| <feature id="org.eclipse.ocl.build" version="0.0.0"> |
| <category name="ocl.build"/> |
| </feature> |
| <feature id="org.eclipse.ocl.build.source" version="0.0.0"> |
| <category name="ocl.build"/> |
| </feature> |
| <feature id="org.eclipse.ocl.tests" version="0.0.0"> |
| <category name="ocl.tests"/> |
| </feature> |
| <feature id="org.eclipse.ocl.tests.source" version="0.0.0"> |
| <category name="ocl.tests"/> |
| </feature> |
| <feature id="org.eclipse.ocl.examples.tests" version="0.0.0"> |
| <category name="ocl.tests"/> |
| </feature> |
| <feature id="org.eclipse.ocl.examples.tests.source" version="0.0.0"> |
| <category name="ocl.tests"/> |
| </feature> |
| <feature id="org.eclipse.ocl.tools" version="0.0.0"> |
| <category name="ocl.tools"/> |
| </feature> |
| <feature id="org.eclipse.ocl.tools.source" version="0.0.0"> |
| <category name="ocl.tools"/> |
| </feature> |
| <category-def name="ocl" label="OCL"> |
| <description> |
| Eclipse OCL. |
| |
| Install this if you just want to use Eclipse OCL. |
| </description> |
| </category-def> |
| <category-def name="ocl.build" label="OCL build"> |
| <description> |
| Eclipse OCL build. |
| |
| Install this if you want to build a modified version of Eclipse OCL. |
| </description> |
| </category-def> |
| <category-def name="ocl.tests" label="OCL tests"> |
| <description> |
| Eclipse OCL tests. |
| |
| Install this if you want to test a modified version of Eclipse OCL. |
| </description> |
| </category-def> |
| <category-def name="ocl.tools" label="OCL tools"> |
| <description> |
| Eclipse OCL tools. |
| |
| The LPG parser required by the Classic OCL. This should be installed automatically. |
| </description> |
| </category-def> |
| </site> |