missing palm sync extension files that I forgot to cvs add

when this made it onto the trunk.


git-svn-id: svn://10.0.0.236/trunk@188633 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2006-02-01 00:47:27 +00:00
parent 81f68421f7
commit e95914dfbc
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<?xml version="1.0"?>
#filter substitution
<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">
<!-- make this id as short as possible due to a bug with the palm deskop and long path names.
Change nsPalmSyncSupport.cpp if the id value -->
<em:id>p@m</em:id>
<em:version>@EXTENSION_VERSION@</em:version>
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>@THUNDERBIRD_VERSION@</em:minVersion>
<em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Palm Sync</em:name>
<em:description>Palm address book synchronization.</em:description>
<em:creator>Team Thunderbird</em:creator>
<em:homepageURL>http://www.mozilla.org/projects/thunderbird/palmsync/</em:homepageURL>
</Description>
</RDF>

View File

@ -0,0 +1,7 @@
/*
Default pref values for the PalmSync Extension
*/
// global pref used to keep track of whether we have run PalmSyncInstall.exe
// for the current installation of the extension.
pref("extensions.palmsync.conduitRegistered", false);