root/java/SuperPostak/nbproject/project.xml @ 0:e76872ad5226

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

Přidání SuperPošťáka? do Mercurialu (původně byl v Subversionu)
Postak – základ, knihovna
SuperPostak? – GUI nadstavba
SuperPostak?2 – pokus o implementaci aplikace jako modulu pro Netbeans, POZOR: není přidán do Mercurialu, možná později (pravděpodobně se ale nebude používat)

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://www.netbeans.org/ns/project/1">
3    <type>org.netbeans.modules.java.j2seproject</type>
4    <configuration>
5        <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
6            <extension file="jnlp-impl.xml" id="jws">
7                <dependency dependsOn="jnlp" target="jar"/>
8            </extension>
9        </buildExtensions>
10        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
11            <name>SuperPostak</name>
12            <minimum-ant-version>1.6.5</minimum-ant-version>
13            <source-roots>
14                <root id="src.dir"/>
15            </source-roots>
16            <test-roots>
17                <root id="test.src.dir"/>
18            </test-roots>
19        </data>
20        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
21            <reference>
22                <foreign-project>JFTable</foreign-project>
23                <artifact-type>jar</artifact-type>
24                <script>build.xml</script>
25                <target>jar</target>
26                <clean-target>clean</clean-target>
27                <id>jar</id>
28            </reference>
29            <reference>
30                <foreign-project>Postak</foreign-project>
31                <artifact-type>jar</artifact-type>
32                <script>build.xml</script>
33                <target>jar</target>
34                <clean-target>clean</clean-target>
35                <id>jar</id>
36            </reference>
37        </references>
38    </configuration>
39</project>
Note: See TracBrowser for help on using the browser.