-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
31 lines (28 loc) · 855 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
id="com.hazard157.prisex24.fragment"
point="org.eclipse.e4.workbench.model">
<fragment
uri="fragment.e4xmi"
apply="always">
</fragment>
</extension>
<extension
id="PRISEX v24_2"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.e4.ui.workbench.swt.E4Application"
description="PRISEX v24_2 Application launcher"
name="Prisex 24_2">
<property
name="applicationXMI"
value="platform:/plugin/org.toxsoft.core.tsgui.mws/Application.e4xmi">
</property>
<property
name="appName"
value="Prisex 24_2">
</property>
</product>
</extension>
</plugin>