forked from jinhuicheng/knime-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
17 lines (16 loc) · 714 Bytes
/
plugin.xml
File metadata and controls
17 lines (16 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension-point id="org.knime.python.sourcecodetemplates" name="Source code templates extension" schema="schema/sourcecodetemplates.exsd"/>
<extension
point="org.knime.core.PortType">
<portType
color="#1eb9dc"
name="Python"
objectClass="org.knime.python.port.PickledObjectPortObject"
objectSerializer="org.knime.python.port.PickledObjectPortObject$Serializer"
specClass="org.knime.python.port.PickledObjectPortObjectSpec"
specSerializer="org.knime.python.port.PickledObjectPortObjectSpec$Serializer">
</portType>
</extension>
</plugin>