samples/effectivelist/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Fri, 31 Aug 2012 20:16:57 +0200
changeset 402 e25dbfce40e9
permissions -rw-r--r--
Example demostrating how to use trait to provide effective implementation of linked list while keeping encapsulation
jtulach@402
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@402
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@402
     3
    <type>org.netbeans.modules.scala.project</type>
jtulach@402
     4
    <configuration>
jtulach@402
     5
        <data xmlns="http://www.netbeans.org/ns/scala-project/1">
jtulach@402
     6
            <name>Effective List</name>
jtulach@402
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
jtulach@402
     8
            <source-roots>
jtulach@402
     9
                <root id="src.dir"/>
jtulach@402
    10
            </source-roots>
jtulach@402
    11
            <test-roots>
jtulach@402
    12
                <root id="test.src.dir"/>
jtulach@402
    13
            </test-roots>
jtulach@402
    14
        </data>
jtulach@402
    15
    </configuration>
jtulach@402
    16
</project>