old mode 100644
new mode 100755
--- a/config_build.sh
+++ b/config_build.sh
@@ -1,9 +1,9 @@
#!/bin/bash
# Build config for build.sh
APP_NAME=gloda
CHROME_PROVIDERS="content locale skin"
CLEAN_UP=1
ROOT_FILES=
-ROOT_DIRS="defaults"
+ROOT_DIRS="defaults modules"
BEFORE_BUILD=
AFTER_BUILD=
--- a/install.rdf
+++ b/install.rdf
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>gloda@mozillamessaging.com</em:id>
<em:name>Global Database</em:name>
- <em:version>1.0</em:version>
+ <em:version>0.0.1</em:version>
<em:creator>Andrew Sutherland</em:creator>
<em:description>Adds a global database to Thunderbird</em:description>
<em:optionsURL>chrome://gloda/content/options.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- thunderbird -->
- <em:minVersion>3.0a1</em:minVersion>
+ <em:minVersion>3.0a2pre</em:minVersion>
<em:maxVersion>3.0.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>