dir structure cleanup

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@431 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-08-21 13:44:54 +00:00
parent 82e516cd37
commit 623fa4287f
363 changed files with 13 additions and 13687 deletions

16
opera-widget/config.xml Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<widget>
<widgetname>SVG Edit</widgetname>
<description>
A simple SVG Editor.
</description>
<width>800</width>
<height>600</height>
<id>
<name>SVG Edit</name>
<revised>2009-08</revised>
</id>
<feature name="http://xmlns.opera.com/fileio">
<param name="folderhint" value="home" />
</feature>
</widget>