File: project.xml

package info (click to toggle)
brailleutils 1.2.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,088 kB
  • sloc: java: 13,138; xml: 659; makefile: 29; sh: 1
file content (17 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.java.j2seproject</type>
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
            <name>BrailleUtils</name>
            <explicit-platform explicit-source-supported="true"/>
            <source-roots>
                <root id="src.dir" name="src"/>
                <root id="catalog.dir" name="catalog"/>
            </source-roots>
            <test-roots>
                <root id="test.src.dir" name="test"/>
            </test-roots>
        </data>
    </configuration>
</project>