Skip to content

Commit 62ba644

Browse files
committed
Remove deprecated extension types
1 parent 2c96fc3 commit 62ba644

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

org.knime.knip.knimepython/plugin.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,4 @@
3030
path="templates/">
3131
</folder>
3232
</extension>
33-
<extension
34-
point="org.knime.python2.typeextension.knimetopython">
35-
<type
36-
id="org.knime.knip.knimepython.ImgPlus"
37-
java-serializer-factory="org.knime.knip.knimepython2.ImgPlusSerializerFactory"
38-
python-deserializer="py/KNIPImageDeserializer.py">
39-
</type>
40-
</extension>
41-
<extension
42-
point="org.knime.python2.typeextension.pythontoknime">
43-
<type
44-
id="org.knime.knip.knimepython.type2"
45-
java-deserializer-factory="org.knime.knip.knimepython2.ImgPlusDeserializerFactory"
46-
python-serializer="py/KNIPImageSerializer.py"
47-
python-type-identifier="KNIPImage.KNIPImage">
48-
</type>
49-
</extension>
5033
</plugin>

0 commit comments

Comments
 (0)