summaryrefslogtreecommitdiffstats
path: root/examples/updaterplugin/config.xml
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-03-08 20:46:27 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-03-09 11:05:24 +0100
commit64391c88c7e1421dd146b528c4395c68049c4adb (patch)
treea9aca3608c546b134ad6d7d2ea8d164d0b008af0 /examples/updaterplugin/config.xml
parent76122d63eced0b083e3c2e701c069aa2a8db360f (diff)
moved some directories and adjusted the README
- also removed some unused projects under examples(updater, updaterplugin) - adjusted pro files to the new structure
Diffstat (limited to 'examples/updaterplugin/config.xml')
-rw-r--r--examples/updaterplugin/config.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/updaterplugin/config.xml b/examples/updaterplugin/config.xml
deleted file mode 100644
index 1ed83b993..000000000
--- a/examples/updaterplugin/config.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0"?>
-<Installer>
- <Name>Qt Creator</Name>
- <Version>1</Version>
- <Title>Qt Creator</Title>
- <Publisher>Nokia</Publisher>
- <ProductUrl>http://qt.nokia.com</ProductUrl>
-
- <RemoteRepositories>
- <Repository>
- <Url>http://www.kdab.com/~christoph/qtcreator/</Url>
- <Required>true</Required>
- </Repository>
- </RemoteRepositories>
-</Installer>