summaryrefslogtreecommitdiff
path: root/install.rdf
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2013-10-11 13:26:03 -0300
committerKali Kaneko <kali@futeisha.org>2013-10-28 18:06:04 -0200
commitc66cae355c80acd0f5f3fbdbf3d440d0c283536c (patch)
tree28883e2dbfc219f1e8c5747053b77a206ff35ac2 /install.rdf
parent965b01f636dd2b7c53481d45dcb10dd0d834d206 (diff)
modify makefile to use template
Diffstat (limited to 'install.rdf')
-rw-r--r--install.rdf39
1 files changed, 0 insertions, 39 deletions
diff --git a/install.rdf b/install.rdf
deleted file mode 100644
index 3da4a74..0000000
--- a/install.rdf
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0"?>
-<!--
-Bitmask XUL extension
-Copyright © 2013 The LEAP Encryption Access Project
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
--->
-
-
-<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>bitmask-thunderbird@leap.se</em:id>
- <em:name>Bitmask Thunderbird Extension</em:name>
- <em:version>0.0.1</em:version>
- <em:creator>LEAP developers</em:creator>
-
- <em:targetApplication>
- <Description>
- <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
- <em:minVersion>24.0</em:minVersion>
- <em:maxVersion>24.0.*</em:maxVersion>
- </Description>
- </em:targetApplication>
-
- </Description>
-</RDF>