| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| <!-- |
| Copyright (c) 2019, 2022 1C-Soft LLC. |
| |
| This program and the accompanying materials are made available under |
| the terms of the Eclipse Public License 2.0 which is available at |
| https://www.eclipse.org/legal/epl-2.0/ |
| |
| SPDX-License-Identifier: EPL-2.0 |
| |
| Contributors: |
| Vladimir Piskarev (1C) - initial API and implementation |
| --> |
| <?pde version="3.8"?> |
| <target name="Xtext-Xtext Example"> |
| <locations> |
| <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> |
| <repository location="http://download.eclipse.org/releases/2022-03"/> |
| <unit id="org.eclipse.sdk.feature.group" version="0.0.0"/> |
| <unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/> |
| <unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/> |
| </location> |
| <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> |
| <repository location="http://download.eclipse.org/handly/releases/1.7/repository"/> |
| <unit id="org.eclipse.handly.xtext.ui" version="0.0.0"/> |
| <unit id="org.eclipse.handly.junit" version="0.0.0"/> |
| </location> |
| </locations> |
| </target> |