~evergreen-bugs/evergreen/rel_3_11

« back to all changes in this revision

Viewing changes to Open-ILS/xul/staff_client/update.rdf

  • Committer: phasefx
  • Date: 2010-08-24 19:04:20 UTC
  • Revision ID: git-v1:53a0bd89fe11176c309b6bcf7f812e3bb60b1283
Staff Client Build/Update Enhancements patch from Thomas Berezansky

Among other things, allows cross-compilation of Windows installers from Unix environments via NSIS, and enables Mozilla's upgrade mechanism for performing upgrades without needing to download and execute external files.

See https://bugs.launchpad.net/evergreen/+bug/616452/ for more details.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17330 dcc99617-32d9-48b4-a31d-7c20da2025e4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
4
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
5
 
 
6
  <RDF:Description about="urn:mozilla:extension:staff-client@open-ils.org">
 
7
    <em:updates>
 
8
      <RDF:Seq>
 
9
        <RDF:li>
 
10
          <RDF:Description>
 
11
            <em:version>1.6</em:version>
 
12
            <em:targetApplication>
 
13
              <RDF:Description>
 
14
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 
15
                <em:minVersion>3.5</em:minVersion>
 
16
                <em:maxVersion>3.6.*</em:maxVersion>
 
17
                <em:updateLink>https://::HOSTNAME::/updates/extension.xpi</em:updateLink>
 
18
                <em:updateInfoURL>http://::HOSTNAME::/updates/updatedetails.html</em:updateInfoURL>
 
19
                <em:updateHash></em:updateHash>
 
20
              </RDF:Description>
 
21
            </em:targetApplication>
 
22
          </RDF:Description>
 
23
        </RDF:li>
 
24
      </RDF:Seq>
 
25
    </em:updates>
 
26
  </RDF:Description>
 
27
</RDF:RDF>