mirror of https://github.com/Minres/RDL-Editor.git
18 lines
412 B
XML
18 lines
412 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.4"?>
|
|
<plugin>
|
|
<extension
|
|
id="product"
|
|
point="org.eclipse.core.runtime.products">
|
|
<product
|
|
application="org.eclipse.ui.ide.workbench"
|
|
name="RDL Editor">
|
|
<property
|
|
name="appName"
|
|
value="RDL Editor">
|
|
</property>
|
|
</product>
|
|
</extension>
|
|
|
|
</plugin>
|