Branch: refs/heads/master
Home:
https://github.com/forge/core
Commit: ee95158012eae4562511b597fd6a0ca3de84c141
https://github.com/forge/core/commit/ee95158012eae4562511b597fd6a0ca3de84...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M
templates/api/src/main/java/org/jboss/forge/addon/templates/TemplateProcessorFactory.java
M
templates/impl/src/main/java/org/jboss/forge/addon/templates/TemplateProcessorFactoryImpl.java
M
templates/impl/src/main/java/org/jboss/forge/addon/templates/TemplateProcessorImpl.java
M
templates/impl/src/main/java/org/jboss/forge/addon/templates/freemarker/FreemarkerTemplateGenerator.java
M templates/spi/src/main/java/org/jboss/forge/addon/templates/TemplateGenerator.java
Log Message:
-----------
Added deprecated method signatures for replaced methods.
This ensures that older clients of the Template addon API/SPI
are not affected by the changes.