Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarendt2012-11-26 12:07:39 +0000
committertarendt2012-11-26 12:07:39 +0000
commit1422b10cfc5c49f9cf2389f94e4252c4473f8668 (patch)
treea936b422977eb650a80efea41f6b72269c88870a
parentddc31c54fe6d7d5a323e11177644ac1496b00fa7 (diff)
downloadorg.eclipse.emf.refactor.refactoring-1422b10cfc5c49f9cf2389f94e4252c4473f8668.tar.gz
org.eclipse.emf.refactor.refactoring-1422b10cfc5c49f9cf2389f94e4252c4473f8668.tar.xz
org.eclipse.emf.refactor.refactoring-1422b10cfc5c49f9cf2389f94e4252c4473f8668.zip
template changed
-rw-r--r--org.eclipse.emf.refactor.refactoring.generator/templates/Config.javajet2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.emf.refactor.refactoring.generator/templates/Config.javajet b/org.eclipse.emf.refactor.refactoring.generator/templates/Config.javajet
index 7058ac1..1aef5a4 100644
--- a/org.eclipse.emf.refactor.refactoring.generator/templates/Config.javajet
+++ b/org.eclipse.emf.refactor.refactoring.generator/templates/Config.javajet
@@ -1,4 +1,4 @@
-<%@ jet package="org.eclipse.emf.refactor.refactoring" class="RefactoringController"
+<%@ jet package="org.eclipse.emf.refactor.refactoring" class="Configuration"
imports="org.eclipse.emf.refactor.refactoring.generator.core.*"%>
<%RefactoringInfo info = (RefactoringInfo) argument; %>
<?xml version="1.0" encoding="UTF-8"?>

Back to the top