small cleanings
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
KABEJA_HOME=`dirname $0`
|
||||
java -jar $KABEJA_HOME/kabeja-dxf2svg.jar "$1"
|
||||
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
set KABEJA_HOME=%0\..
|
||||
java -jar %KABEJA_HOME%\kabeja-dxf2svg.jar %1
|
@ -1,22 +0,0 @@
|
||||
<inkscape-extension>
|
||||
<name>Kabeja DXF Input</name>
|
||||
<id>org.kabeja.inkscape.import.dxf</id>
|
||||
<dependency type="extension">org.inkscape.input.svg</dependency>
|
||||
<param name="description" type="description">Choose the layout for the import.</param>
|
||||
<param name="bounds-rule" gui-text="Layout" type="enum">
|
||||
<item>Modelspace</item>
|
||||
<item>Modelspace-Limits</item>
|
||||
<item>Paperspace</item>
|
||||
<item>Paperspace-Limits</item>
|
||||
</param>
|
||||
<input>
|
||||
<extension>.dxf</extension>
|
||||
<mimetype>image/vnd.dxf</mimetype>
|
||||
<filetypename>Kabeja-AutoCAD DXF (*.dxf)</filetypename>
|
||||
<filetypetooltip>Import AutoCAD's Document Exchange Format</filetypetooltip>
|
||||
<output_extension>org.inkscape.output.svg</output_extension>
|
||||
</input>
|
||||
<script>
|
||||
<command reldir="extensions" >kabeja</command>
|
||||
</script>
|
||||
</inkscape-extension>
|
Reference in New Issue
Block a user