-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugin.xml
More file actions
26 lines (25 loc) · 785 Bytes
/
Copy pathplugin.xml
File metadata and controls
26 lines (25 loc) · 785 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
id="application"
point="org.eclipse.core.runtime.applications">
<application>
<run
class="ca.concordia.jdeodorant.eclipse.commandline.Application">
</run>
</application>
</extension>
<extension
id="jdproduct"
point="org.eclipse.core.runtime.products">
<product
application="ca.concordia.jdeodorant.eclipse.commandline-lambda.application"
name="JDeodorant-Commandline-Product-Configuration">
<property
name="appName"
value="JDeodorant-Commandline-Product-Configuration">
</property>
</product>
</extension>
</plugin>