Menu

[r5]: / transform / plugin.xml  Maximize  Restore  History

Download this file

20 lines (20 with data), 820 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
id=""
name=""
point="org.eclipse.jet.transform">
<transform
startTemplate="templates/main.jet"
templateLoaderClass="org.eclipse.jet.compiled._jet_transformation" >
<description></description>
<tagLibraries>
<importLibrary id="org.eclipse.jet.controlTags" usePrefix="c" autoImport="true"/>
<importLibrary id="org.eclipse.jet.javaTags" usePrefix="java" autoImport="true"/>
<importLibrary id="org.eclipse.jet.formatTags" usePrefix="f" autoImport="true"/>
<importLibrary id="org.eclipse.jet.workspaceTags" usePrefix="ws" autoImport="false"/>
</tagLibraries>
</transform>
</extension>
</plugin>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.