File tree Expand file tree Collapse file tree
org.omg.sysml.jupyter.installer
org.omg.sysml.jupyter.jupyterlab Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <attribute name =" test" value =" true" />
1414 </attributes >
1515 </classpathentry >
16- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 " >
16+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
1717 <attributes >
1818 <attribute name =" maven.pomderived" value =" true" />
1919 </attributes >
2323 <attribute name =" maven.pomderived" value =" true" />
2424 </attributes >
2525 </classpathentry >
26+ <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
27+ <attributes >
28+ <attribute name =" maven.pomderived" value =" true" />
29+ <attribute name =" optional" value =" true" />
30+ </attributes >
31+ </classpathentry >
32+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
33+ <attributes >
34+ <attribute name =" maven.pomderived" value =" true" />
35+ <attribute name =" test" value =" true" />
36+ <attribute name =" optional" value =" true" />
37+ </attributes >
38+ </classpathentry >
2639 <classpathentry kind =" output" path =" target/classes" />
2740</classpath >
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
2- org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
3- org.eclipse.jdt.core.compiler.compliance =11
2+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
3+ org.eclipse.jdt.core.compiler.compliance =17
44org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
55org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
66org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
77org.eclipse.jdt.core.compiler.release =disabled
8- org.eclipse.jdt.core.compiler.source =11
8+ org.eclipse.jdt.core.compiler.source =17
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ call java -version || goto :error
4141
4242echo --- Step 3: Installing Jupyter SysML kernel and dependencies ---
4343call jupyter kernelspec remove sysml -f > nul 2 >& 1
44- call conda install " jupyter-sysml-kernel=%SYSML_VERSION% " python=3.* jupyterlab=2 .* graphviz=2.* nodejs=14.* -c conda-forge -y || goto :error
44+ call conda install " jupyter-sysml-kernel=%SYSML_VERSION% " python=3.* jupyterlab=3 .* graphviz=2.* nodejs=" <17 " -c conda-forge -y || goto :error
4545
4646echo --- Step 4: Installing JupyterLab SysML extension ---
4747call jupyter labextension uninstall @ systems-modeling/jupyterlab-sysml
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ java -version
3434
3535echo " --- Step 3: Installing Jupyter SysML kernel and dependencies ---"
3636jupyter kernelspec remove sysml -f > /dev/null 2>&1 || true
37- conda install " jupyter-sysml-kernel=$SYSML_VERSION " python=3.* jupyterlab=2 .* graphviz=2.* nodejs=15. * -c conda-forge -y
37+ conda install " jupyter-sysml-kernel=$SYSML_VERSION " python=3.* jupyterlab=3 .* graphviz=2.* nodejs=" <17 " -c conda-forge -y
3838
3939echo " --- Step 4: Installing JupyterLab SysML extension ---"
4040jupyter labextension uninstall @systems-modeling/jupyterlab-sysml > /dev/null 2>&1 || true
Original file line number Diff line number Diff line change 1313 <attribute name =" test" value =" true" />
1414 </attributes >
1515 </classpathentry >
16- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 " >
16+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
1717 <attributes >
1818 <attribute name =" maven.pomderived" value =" true" />
1919 </attributes >
2323 <attribute name =" maven.pomderived" value =" true" />
2424 </attributes >
2525 </classpathentry >
26+ <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
27+ <attributes >
28+ <attribute name =" maven.pomderived" value =" true" />
29+ <attribute name =" optional" value =" true" />
30+ </attributes >
31+ </classpathentry >
32+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
33+ <attributes >
34+ <attribute name =" maven.pomderived" value =" true" />
35+ <attribute name =" test" value =" true" />
36+ <attribute name =" optional" value =" true" />
37+ </attributes >
38+ </classpathentry >
2639 <classpathentry kind =" output" path =" target/classes" />
2740</classpath >
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
2- org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
3- org.eclipse.jdt.core.compiler.compliance =11
2+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
3+ org.eclipse.jdt.core.compiler.compliance =17
44org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
55org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
66org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
77org.eclipse.jdt.core.compiler.release =disabled
8- org.eclipse.jdt.core.compiler.source =11
8+ org.eclipse.jdt.core.compiler.source =17
Original file line number Diff line number Diff line change 1111 " jupyterlab-extension"
1212 ],
1313 "dependencies" : {
14- "@jupyterlab/application" : " 2 .x"
14+ "@jupyterlab/application" : " 3 .x"
1515 },
1616 "devDependencies" : {
1717 "@types/codemirror" : " ^0.0.98" ,
1818 "@types/json-schema" : " *" ,
1919 "typescript" : " <4.4.0"
2020 },
21+ "resolutions" : {
22+ "@lumino/coreutils" : " ^1.11.0" ,
23+ "@lumino/widgets" : " ^1.37.2"
24+ },
2125 "peerDependencies" : {
2226 "codemirror" : " ^5.58.1"
2327 },
You can’t perform that action at this time.
0 commit comments