Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Plugin installer fixes from Borys
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9363 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 20, 2008
1 parent d438984 commit 2089b03
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 1,834 deletions.
7 changes: 0 additions & 7 deletions python/plugins/plugin_installer/CMakeLists.txt
@@ -1,13 +1,10 @@
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
# file or the ui change
SET(INSTALLER_FILES
dialog.py
fetchingbase.py
fetchingbase.ui
guibase.py
guibase.ui
gui.py
icon.xpm
__init__.py
installer_data.py
installer_gui.py
Expand All @@ -19,15 +16,11 @@ pluginerrorbase.ui
plugin_installer.png
PluginInstaller.png
qgis-icon.png
qgis_plugins.py
repoConnected.png
repoDisabled.png
repositorybase.py
repositorybase.ui
repository_dialog.py
repository_ui.py
repoUnavailable.png
resources.py
resources_rc.py
unzip.py
)
Expand Down
7 changes: 0 additions & 7 deletions python/plugins/plugin_installer/INSTALL

This file was deleted.

6 changes: 0 additions & 6 deletions python/plugins/plugin_installer/README

This file was deleted.

2 changes: 1 addition & 1 deletion python/plugins/plugin_installer/__init__.py
Expand Up @@ -20,7 +20,7 @@ def author_name():
return "perrygeo, borysiasty"

def version():
return "Version 0.06.1"
return "Version 0.06.2"

def classFactory(iface):
from installer_plugin import InstallerPlugin
Expand Down
223 changes: 0 additions & 223 deletions python/plugins/plugin_installer/dialog.py

This file was deleted.

0 comments on commit 2089b03

Please sign in to comment.