//MOFScriptExecutor exec = new MOFScriptExecutor(ecoreFile, transformationPath);
// MOFScriptTransformer exec = new MOFScriptTransformer(new File ("/transformations/ApplicationInstance2ASLA.m2t"));
// MOFScriptTransformer exec = new MOFScriptTransformer(new File ("ApplicationInstance2ASLA.m2t"));
// MOFScriptTransformer exec = new MOFScriptTransformer(new File ("C:/Papyrus-1.11.0/workspace/runtime-EclipseApplication/test/ApplicationInstance2ASLA.m2t"));
MOFScriptTransformer exec = new MOFScriptTransformer(new File ("C:/MOD/IRMOS/Papyrus-1.11.0/workspace/ASCD_Examples/ELearningScenario/ApplicationInstance2ASLA.m2t"));
// outputDir = ecoreFile.substring(0, ecoreFile.lastIndexOf("\\"));
// outputDir = outputDir + "\\ASCD\\";
//exec.execute(outputDir);
File f = new File(fileURI.toFileString());
exec.executeTransformation(f, "c:/temp");
try{
_selectedFile.getParent().refreshLocal(IResource.DEPTH_INFINITE, null);
} catch (CoreException e) {
e.printStackTrace();