diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-09-09 08:28:15 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-09-09 08:28:15 +0000 |
| commit | 36c73a704b281e616d779b1eac5430d7527a9338 (patch) | |
| tree | 189c5defb29728d428f44e17903bde11b89540a1 /share/extensions/plt_input.inx | |
| parent | Update selection-chemistry.cpp (diff) | |
| download | inkscape-36c73a704b281e616d779b1eac5430d7527a9338.tar.gz inkscape-36c73a704b281e616d779b1eac5430d7527a9338.zip | |
Move extensions to git inkscape-extensions repository
Diffstat (limited to 'share/extensions/plt_input.inx')
| -rw-r--r-- | share/extensions/plt_input.inx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/share/extensions/plt_input.inx b/share/extensions/plt_input.inx deleted file mode 100644 index 743754469..000000000 --- a/share/extensions/plt_input.inx +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <_name>AutoCAD Plot Input</_name> - <id>org.inkscape.input.plt</id> - <dependency type="executable" location="extensions">uniconv-ext.py</dependency> - <input> - <extension>.plt</extension> - <mimetype>image/x-plt</mimetype> - <_filetypename>HP Graphics Language Plot file [AutoCAD] (UC) (*.plt)</_filetypename> - <_filetypetooltip>Open HPGL plotter files</_filetypetooltip> - <output_extension>org.inkscape.output.plt</output_extension> - </input> - <script> - <command reldir="extensions" interpreter="python">uniconv-ext.py</command> - </script> -</inkscape-extension> |
