~ubuntu-branches/ubuntu/raring/qgis/raring

« back to all changes in this revision

Viewing changes to src/plugins/grass/modules/m.proj.qgm

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
 
<qgisgrassmodule label="m.proj - Convert coordinates from one projection to another (cs2cs frontend)." module="m.proj">
4
 
        <flag key="i" />
5
 
        <flag key="o" />
6
 
        <flag key="d" />
7
 
        <flag key="v" />
8
 
        <option key="input" />
9
 
        <option key="output" />
10
 
        <option key="fs" />
11
 
        <option key="proj_in" />
12
 
        <option key="proj_out" />
13
 
</qgisgrassmodule>
 
 
b'\\ No newline at end of file'