Follow EASE api (build failed)

Change-Id: If2f658336c7c8fcd69207553334ecfbd2cd6c206
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
diff --git a/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/META-INF/MANIFEST.MF b/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/META-INF/MANIFEST.MF
index 266833b..52e1a88 100644
--- a/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/META-INF/MANIFEST.MF
@@ -19,4 +19,4 @@
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.papyrus.ease.lang.python.jupyter,
  org.eclipse.papyrus.ease.lang.python.jupyter.internal
-Bundle-Vendor: Eclipse Modeling Project
\ No newline at end of file
+Bundle-Vendor: Eclipse Modeling Project
diff --git a/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java b/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java
index efc6912..25d6dfc 100644
--- a/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java
+++ b/bundles/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java
@@ -202,7 +202,7 @@
 	}
 
 	@Override
-	protected void teardownEngine() throws ScriptEngineException {
+	protected void teardownEngine() {
 		
 		
 		// TODO: this clean shutdown isn't working as intended.