Skip to content

Commit 8092e4d

Browse files
committed
Min. KNIME 5.5
1 parent 2c41f2c commit 8092e4d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

application/META-INF/MANIFEST.MF

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Bundle-Version: 1.15.0.qualifier
66
Bundle-Vendor: Philipp Katz; Selenium Nodes
77
Bundle-RequiredExecutionEnvironment: JavaSE-17
88
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,5.0.0)",
9-
org.knime.workbench.core;bundle-version="[5.3.0,6.0.0)",
10-
org.knime.workbench.repository;bundle-version="[5.3.0,6.0.0)",
9+
org.knime.workbench.core;bundle-version="[5.5.0,6.0.0)",
10+
org.knime.workbench.repository;bundle-version="[5.5.0,6.0.0)",
1111
org.eclipse.equinox.p2.metadata;bundle-version="[2.3.100,3.0.0)",
1212
org.eclipse.equinox.p2.core;bundle-version="[2.4.100,3.0.0)",
1313
org.eclipse.equinox.p2.engine;bundle-version="[2.4.100,3.0.0)",
14-
org.knime.product;bundle-version="[5.3.0,6.0.0)",
14+
org.knime.product;bundle-version="[5.5.0,6.0.0)",
1515
org.apache.log4j;bundle-version="[1.2.0,2.0.0)",
1616
com.google.gson;bundle-version="[2.8.6,3.0.0)",
17-
org.knime.workflow.migration;bundle-version="[5.3.0,6.0.0)",
18-
org.knime.core.ui;bundle-version="[5.3.0,6.0.0)"
17+
org.knime.workflow.migration;bundle-version="[5.5.0,6.0.0)",
18+
org.knime.core.ui;bundle-version="[5.5.0,6.0.0)"
1919
Bundle-ClassPath: .,
2020
lib-download/mockito-core.jar,
2121
lib-download/byte-buddy.jar,

application/src/de/philippkatz/knime/jsondocgen/JsonNodeDocuGenerator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ private boolean generate(final File directory, final IRepositoryObject current,
488488
}
489489

490490
builder.setHasModernDialog(hasModernDialog(factory));
491+
// since KNIME 5.5 (?)
491492
builder.setHasKaiInterface(factory instanceof KaiNodeInterfaceFactory);
492493

493494
return true;

targetplatform/de.philippkatz.knime.jsondocgen.targetplatform.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<?pde version="3.8"?><target name="KNIME 5.3" sequenceNumber="1">
2+
<?pde version="3.8"?><target name="KNIME 5.5" sequenceNumber="1">
33
<locations>
44
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
55
<unit id="org.knime.features.base.feature.group" version="0.0.0"/>
@@ -17,7 +17,7 @@
1717
<unit id="org.knime.features.core.streaming.feature.group" version="0.0.0"/>
1818
<unit id="org.knime.features.database.feature.group" version="0.0.0"/>
1919
<unit id="org.knime.features.clfixes.feature.group" version="0.0.0"/>
20-
<repository location="https://update.knime.com/analytics-platform/5.3"/>
20+
<repository location="https://update.knime.com/analytics-platform/5.5"/>
2121
</location>
2222
</locations>
2323
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>

0 commit comments

Comments
 (0)