-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcategory.xml
More file actions
18 lines (18 loc) · 868 Bytes
/
category.xml
File metadata and controls
18 lines (18 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="org.eclipse.glsp.ide.feature">
<category name="org.eclipse.glsp"/>
</feature>
<feature id="org.eclipse.glsp.ide.feature.source">
<category name="org.eclipse.glsp"/>
</feature>
<bundle id="org.eclipse.glsp.ide.workflow.editor">
<category name="org.eclipse.glsp.example"/>
</bundle>
<category-def name="org.eclipse.glsp" label="Eclipse GLSP"/>
<category-def name="org.eclipse.glsp.example" label="Workflow Example integration">
<category name="org.eclipse.glsp"/>
</category-def>
<repository-reference location="https://download.eclipse.org/glsp/server/p2/nightly/2.7/" name="GLSP" enabled="true" />
<repository-reference location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-12" name="Eclipse Orbit" enabled="true" />
</site>