Skip to content
Snippets Groups Projects
Commit 1723d764 authored by Reiner Jung's avatar Reiner Jung
Browse files

Minor fixes.

parent a8647b62
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ apply plugin: 'java'
sourceCompatibility = 1.11
targetCompatibility = 1.11
mainClassName='jupyter.kernel.OConfKernelMain'
mainClassName='org.oceandsl.jupyter.kernel.OConfKernelMain'
repositories {
flatDir{
......
......@@ -20,7 +20,7 @@ public class OConfKernel extends BaseKernel {
this.mgcp = new MagicsProcessor();
this.magics.registerMagics(new WriteFile());
// this.engine = new MyScriptEngine();
this.languageInfo = new LanguageInfo.Builder("OceanDSL-Config").version("1.1").mimetype("text/oconf")
this.languageInfo = new LanguageInfo.Builder("oconf").version("1.1").mimetype("text/oconf")
.fileExtension(".oconf").pygments("oconf").codemirror("oconf").build();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment