root/java/sql-vyuka/nbproject/project.xml @ 34:8a75d9b4f88a

Revision 15:8632e6037843, 1.2 KB (checked in by František Kučera <franta-hg@…>, 15 years ago)

Přidána závislost na projektu SuperDAO.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://www.netbeans.org/ns/project/1">
3    <type>org.netbeans.modules.web.project</type>
4    <configuration>
5        <data xmlns="http://www.netbeans.org/ns/web-project/3">
6            <name>sql-vyuka</name>
7            <minimum-ant-version>1.6.5</minimum-ant-version>
8            <web-module-libraries>
9                <library>
10                    <file>${reference.SuperDAO.jar}</file>
11                    <path-in-war>WEB-INF/lib</path-in-war>
12                </library>
13            </web-module-libraries>
14            <web-module-additional-libraries/>
15            <source-roots>
16                <root id="src.dir"/>
17            </source-roots>
18            <test-roots>
19                <root id="test.src.dir"/>
20            </test-roots>
21        </data>
22        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
23            <reference>
24                <foreign-project>SuperDAO</foreign-project>
25                <artifact-type>jar</artifact-type>
26                <script>build.xml</script>
27                <target>jar</target>
28                <clean-target>clean</clean-target>
29                <id>jar</id>
30            </reference>
31        </references>
32    </configuration>
33</project>
Note: See TracBrowser for help on using the browser.