~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevelop

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<kdevelop>
3
 
  <general>
4
 
    <author>%{AUTHOR}</author>
5
 
    <email>%{EMAIL}</email>
6
 
    <version>%{VERSION}</version>
7
 
    <projectmanagement>KDevCustomProject</projectmanagement>
8
 
    <primarylanguage>Ruby</primarylanguage>
9
 
    <keywords>
10
 
          <keyword>Ruby</keyword>
11
 
      <keyword>Qt</keyword>
12
 
    </keywords>
13
 
  </general>
14
 
        <kdevcustomproject>
15
 
                <general>
16
 
                        <activedir/>
17
 
                </general>
18
 
        </kdevcustomproject>
19
 
  <kdevfileview>
20
 
    <groups>
21
 
          <group pattern="*.rb" name="Ruby files" />
22
 
          <group pattern="*.ui" name="QT Designer files" />
23
 
      <group pattern="*.png" name="Icons" />
24
 
      <group pattern="*" name="Others" />  
25
 
    </groups>
26
 
    <tree>
27
 
      <hidenonprojectfiles>false</hidenonprojectfiles>
28
 
          <hidepatterns>CVS,.svn</hidepatterns>
29
 
    </tree> 
30
 
  </kdevfileview>
31
 
  <kdevdoctreeview>
32
 
    <ignoretocs>
33
 
      <toc>bash</toc>
34
 
      <toc>bash_bugs</toc>
35
 
      <toc>clanlib</toc>
36
 
      <toc>fortran_bugs_gcc</toc>
37
 
      <toc>gnome1</toc>
38
 
      <toc>gnustep</toc>
39
 
      <toc>gtk</toc>
40
 
      <toc>gtk_bugs</toc>
41
 
      <toc>haskell</toc>
42
 
      <toc>haskell_bugs_ghc</toc>
43
 
      <toc>java_bugs_gcc</toc>
44
 
      <toc>java_bugs_sun</toc>
45
 
      <toc>kde2book</toc>
46
 
      <toc>opengl</toc>
47
 
      <toc>pascal_bugs_fp</toc>
48
 
      <toc>php</toc>
49
 
      <toc>php_bugs</toc>
50
 
      <toc>perl</toc>
51
 
      <toc>perl_bugs</toc>
52
 
      <toc>python</toc>
53
 
      <toc>python_bugs</toc>
54
 
      <toc>qt-kdev3</toc>
55
 
      <toc>sdl</toc>
56
 
      <toc>stl</toc>
57
 
      <toc>sw</toc>
58
 
      <toc>w3c-dom-level2-html</toc>
59
 
      <toc>w3c-svg</toc>
60
 
      <toc>w3c-uaag10</toc>
61
 
      <toc>wxwidgets_bugs</toc>
62
 
    </ignoretocs>
63
 
    <ignoredoxygen>
64
 
      <toc>KDE Libraries (Doxygen)</toc>
65
 
    </ignoredoxygen>
66
 
  </kdevdoctreeview>
67
 
  <workspace>
68
 
    <openfiles/> 
69
 
  </workspace>
70
 
  <kdevfilecreate>
71
 
    <useglobaltypes>
72
 
      <type ext="ui" />
73
 
      <type ext="rb" />
74
 
    </useglobaltypes>
75
 
  </kdevfilecreate>
76
 
        <kdevrubysupport>
77
 
                <run>
78
 
                        <interpreter>ruby</interpreter>
79
 
                        <terminal>false</terminal>
80
 
                        <mainprogram>./main.rb</mainprogram>
81
 
                </run>
82
 
        </kdevrubysupport>
83
 
</kdevelop>