mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
18 lines
473 B
XML
18 lines
473 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.2"?>
|
|
<plugin>
|
|
<extension
|
|
id="wascanaGenerator"
|
|
name="Wascana Generator"
|
|
point="org.eclipse.core.runtime.applications">
|
|
<application
|
|
cardinality="singleton-global"
|
|
thread="main"
|
|
visible="true">
|
|
<run
|
|
class="org.eclipse.cdt.p2.generator.WascanaGenerator">
|
|
</run>
|
|
</application>
|
|
</extension>
|
|
|
|
</plugin>
|