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

« back to all changes in this revision

Viewing changes to parts/appwizard/imports/java.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>KDevAutoProject</projectmanagement>
8
 
  <primarylanguage>Java</primarylanguage>
9
 
  <ignoreparts>
10
 
   <part>KDevDebugger</part>
11
 
  </ignoreparts>
12
 
 </general>
13
 
 <kdevdoctreeview>
14
 
    <ignoretocs>
15
 
      <toc>ada</toc>
16
 
      <toc>ada_bugs_gcc</toc>
17
 
      <toc>bash</toc>
18
 
      <toc>bash_bugs</toc>
19
 
      <toc>c++_bugs_gcc</toc>
20
 
      <toc>clanlib</toc>
21
 
      <toc>fortran_bugs_gcc</toc>
22
 
      <toc>gnome1</toc>
23
 
      <toc>gnustep</toc>
24
 
      <toc>gtk</toc>
25
 
      <toc>gtk_bugs</toc>
26
 
      <toc>haskell</toc>
27
 
      <toc>haskell_bugs_ghc</toc>
28
 
      <toc>kde2book</toc>
29
 
      <toc>libc</toc>
30
 
      <toc>libstdc++</toc>
31
 
      <toc>opengl</toc>
32
 
      <toc>pascal_bugs_fp</toc>
33
 
      <toc>php</toc>
34
 
      <toc>php_bugs</toc>
35
 
      <toc>perl</toc>
36
 
      <toc>perl_bugs</toc>
37
 
      <toc>python</toc>
38
 
      <toc>python_bugs</toc>
39
 
      <toc>qt-kdev3</toc>
40
 
      <toc>ruby</toc>
41
 
      <toc>ruby_bugs</toc>
42
 
      <toc>sdl</toc>
43
 
      <toc>stl</toc>
44
 
      <toc>sw</toc>
45
 
      <toc>wxwidgets_bugs</toc>
46
 
    </ignoretocs>
47
 
    <ignoreqt_xml>
48
 
      <toc>Guide to the Qt Translation Tools</toc>
49
 
      <toc>Qt Assistant Manual</toc>
50
 
      <toc>Qt Designer Manual</toc>
51
 
      <toc>Qt Reference Documentation</toc>
52
 
      <toc>qmake User Guide</toc>
53
 
    </ignoreqt_xml>
54
 
    <ignoredoxygen>
55
 
      <toc>KDE Libraries (Doxygen)</toc>
56
 
    </ignoredoxygen>
57
 
 </kdevdoctreeview>
58
 
  <kdevfilecreate>
59
 
    <useglobaltypes>
60
 
      <type ext="java"/>
61
 
    </useglobaltypes>
62
 
  </kdevfilecreate>
63
 
</kdevelop>