mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Deprecate model from IGenerator API.
Not all generators need a map to store information used at generate time. In fact, this probably should be discouraged. We only had it because Freemarker uses one. But I just wrote a generator that doesn't use Freemaker and the model map got in the way. Also adds a post process API so we can do other things in the Wizard after the generation is done. Especially useful for UI things like adding generated stuff to Working Sets. Change-Id: Icd553fd8f6087bd342fca4aec88fb2a5c2d5fa4a
This commit is contained in:
parent
96f4db4667
commit
0392cb79b3
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<bundle id="org.eclipse.tools.templates.core" version="1.0.0.qualifier">
|
||||
<bundle id="org.eclipse.tools.templates.core" version="0.0.0">
|
||||
<category name="main"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.tools.templates.freemarker" version="1.0.0.qualifier">
|
||||
<bundle id="org.eclipse.tools.templates.freemarker" version="0.0.0">
|
||||
<category name="main"/>
|
||||
</bundle>
|
||||
<bundle id="org.eclipse.tools.templates.ui" version="1.0.0.qualifier">
|
||||
<bundle id="org.eclipse.tools.templates.ui" version="0.0.0">
|
||||
<category name="main"/>
|
||||
</bundle>
|
||||
<category-def name="main" label="IDE Commons Templates"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue