project.xml revision 7019:b456f25c2075
1218792Snp<?xml version="1.0" encoding="UTF-8"?>
2218792Snp
3218792Snp<!--
4218792Snp Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
5218792Snp
6218792Snp Redistribution and use in source and binary forms, with or without
7218792Snp modification, are permitted provided that the following conditions
8218792Snp are met:
9218792Snp
10218792Snp   - Redistributions of source code must retain the above copyright
11218792Snp     notice, this list of conditions and the following disclaimer.
12218792Snp
13218792Snp   - Redistributions in binary form must reproduce the above copyright
14218792Snp     notice, this list of conditions and the following disclaimer in the
15218792Snp     documentation and/or other materials provided with the distribution.
16218792Snp
17218792Snp   - Neither the name of Oracle nor the names of its
18218792Snp     contributors may be used to endorse or promote products derived
19218792Snp     from this software without specific prior written permission.
20218792Snp
21218792Snp THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
22218792Snp IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23218792Snp THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24218792Snp PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25218792Snp CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26218792Snp EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27218792Snp PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28218792Snp PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29218792Snp LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30218792Snp NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31218792Snp SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32218792Snp-->
33218792Snp
34228561Snp<!DOCTYPE project [
35218792Snp    <!ENTITY properties SYSTEM "../../common/properties.ent">
36218792Snp    <!ENTITY share-sources SYSTEM "../../common/share-sources.ent">
37218792Snp    <!ENTITY jtreg-sources SYSTEM "../../common/jtreg-sources.ent">
38218792Snp    <!ENTITY build-folder SYSTEM "../../common/build-folder.ent">
39218792Snp    <!ENTITY standard-bindings SYSTEM "../../common/standard-bindings.ent">
40218792Snp    <!ENTITY share-view SYSTEM "../../common/share-view.ent">
41218792Snp    <!ENTITY jtreg-view SYSTEM "../../common/jtreg-view.ent">
42218792Snp    <!ENTITY file-view SYSTEM "../../common/file-view.ent">
43218792Snp    <!ENTITY standard-actions SYSTEM "../../common/standard-actions.ent">
44218792Snp    <!ENTITY java-data-no-native SYSTEM "../../common/java-data-no-native.ent">
45218792Snp]>
46218792Snp<project xmlns="http://www.netbeans.org/ns/project/1">
47235944Sbz    <type>org.netbeans.modules.ant.freeform</type>
48218792Snp    <configuration>
49218792Snp        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
50218792Snp            <name>JDBC</name> <!-- Customized -->
51228561Snp            <properties>
52218792Snp                <property name="name">jdbc</property> <!-- Customized -->
53228561Snp                &properties;
54218792Snp            </properties>
55218792Snp            <folders>
56218792Snp                &share-sources;
57218792Snp                &jtreg-sources;
58218792Snp                &build-folder;
59218792Snp            </folders>
60218792Snp            <ide-actions>
61218792Snp                &standard-bindings;
62218792Snp                <action name="run">
63218792Snp                    <target>run</target>
64218792Snp                </action>
65218792Snp                <action name="debug">
66218792Snp                    <target>debug</target>
67218792Snp                </action>
68218792Snp               <action name="rowsetjavadoc">
69218792Snp                    <target>debug</target>
70231115Snp                </action>
71231115Snp            </ide-actions>
72231115Snp            <view>
73231115Snp                <items>
74231115Snp                    &share-view;
75231115Snp                    &jtreg-view;
76231115Snp                    &file-view;
77231115Snp                </items>
78231115Snp                <context-menu>
79231115Snp                    &standard-actions;
80231115Snp                    <ide-action name="run"/>
81218792Snp                    <ide-action name="debug"/>
82218792Snp                    <ide-action name="rowsetjavadoc"/>
83218792Snp                </context-menu>
84218792Snp            </view>
85218792Snp        </general-data>
86218792Snp        &java-data-no-native;
87219285Snp    </configuration>
88219285Snp</project>
89218792Snp