File: project.xml

package info (click to toggle)
python-jpype 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,348 kB
  • sloc: python: 19,275; cpp: 18,049; java: 8,638; xml: 1,454; makefile: 155; sh: 37
file content (32 lines) | stat: -rwxr-xr-x 1,326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.cnd.makeproject</type>
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/make-project/1">
            <name>jpype_cpython</name>
            <c-extensions/>
            <cpp-extensions>cpp</cpp-extensions>
            <header-extensions>h</header-extensions>
            <sourceEncoding>UTF-8</sourceEncoding>
            <make-dep-projects/>
            <sourceRootList>
                <sourceRootElem>../../native/common</sourceRootElem>
                <sourceRootElem>../../native/python</sourceRootElem>
                <sourceRootElem>../../jpype</sourceRootElem>
                <sourceRootElem>../../test/jpypetest</sourceRootElem>
            </sourceRootList>
            <confList>
                <confElem>
                    <name>Release</name>
                    <type>3</type>
                </confElem>
            </confList>
            <formatting>
                <project-formatting-style>true</project-formatting-style>
                <c-style>ANSI|ANSI</c-style>
                <cpp-style>Default_0|JPype</cpp-style>
                <header-style>Default_1|JPype</header-style>
            </formatting>
        </data>
    </configuration>
</project>