From 0392cb79b33c10f69900cf29582883e19cc4e828 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 7 Jul 2016 10:32:18 -0400 Subject: [PATCH] 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 --- repo/category.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo/category.xml b/repo/category.xml index 3aed48731bb..e74270a3fdb 100644 --- a/repo/category.xml +++ b/repo/category.xml @@ -1,12 +1,12 @@ - + - + - +