Commit 93b2492b authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* tasks for improvements

parent 238ea92c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -151,6 +151,10 @@ public class TranslationHandler extends AbstractHandler {
				}
				
				if (type.contains("tplan2")) { //TODO: also new syntax
					//TODO: this does not work at present
					//TODO: add option to simply translate rather than transform
					//TODO: update names to distinguish between translation and transformation
					//TODO: cleanup wizards, there should be only one clear way how to do everything 
					Resource r = rs.getResource(uri, true);
					Package p = (Package) r.getContents().get(0);
					translator = new TO2TDLTranslator();