~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/libs/jgdi/nbproject/project.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<project xmlns="http://www.netbeans.org/ns/project/1">
 
3
    <type>org.netbeans.modules.ant.freeform</type>
 
4
    <configuration>
 
5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
 
6
            <!--Do not use Project Properties customizer when editing this file manually.-->
 
7
            <name>jgdi</name>
 
8
            <properties>
 
9
                <property name="sge.srcdir">../..</property>
 
10
                <property-file>${sge.srcdir}/build_private.properties</property-file>
 
11
                <property-file>${sge.srcdir}/build.properties</property-file>
 
12
            </properties>
 
13
            <folders>
 
14
                <source-folder>
 
15
                    <label>build/gensrc</label>
 
16
                    <type>java</type>
 
17
                    <location>build/gensrc</location>
 
18
                </source-folder>
 
19
                <source-folder>
 
20
                    <label>src</label>
 
21
                    <type>java</type>
 
22
                    <location>src</location>
 
23
                </source-folder>
 
24
                <source-folder>
 
25
                    <label>examples</label>
 
26
                    <type>java</type>
 
27
                    <location>examples/src</location>
 
28
                </source-folder>
 
29
                <source-folder>
 
30
                    <label>test</label>
 
31
                    <type>java</type>
 
32
                    <location>test</location>
 
33
                </source-folder>
 
34
            </folders>
 
35
            <ide-actions>
 
36
                <action name="build">
 
37
                    <target>all</target>
 
38
                </action>
 
39
                <action name="rebuild">
 
40
                    <target>clean</target>
 
41
                    <target>all</target>
 
42
                </action>
 
43
                <action name="clean">
 
44
                    <target>clean</target>
 
45
                </action>
 
46
                <action name="javadoc">
 
47
                    <target>javadoc</target>
 
48
                </action>
 
49
                <action name="test">
 
50
                    <target>test</target>
 
51
                </action>
 
52
                <action name="test.single">
 
53
                    <target>test.selected.files</target>
 
54
                    <context>
 
55
                        <property>selected.test.class</property>
 
56
                        <folder>test</folder>
 
57
                        <pattern>\.java$</pattern>
 
58
                        <format>relative-path</format>
 
59
                        <arity>
 
60
                            <separated-files>,</separated-files>
 
61
                        </arity>
 
62
                    </context>
 
63
                </action>
 
64
                <action name="test.single">
 
65
                    <target>test.selected.genfiles</target>
 
66
                    <context>
 
67
                        <property>selected.test.class</property>
 
68
                        <folder>build/gensrc</folder>
 
69
                        <pattern>\.java$</pattern>
 
70
                        <format>relative-path</format>
 
71
                        <arity>
 
72
                            <separated-files>,</separated-files>
 
73
                        </arity>
 
74
                    </context>
 
75
                </action>
 
76
                <action name="debug.test.single">
 
77
                    <target>test.selected.files.debug</target>
 
78
                    <context>
 
79
                        <property>selected.test.class</property>
 
80
                        <folder>test</folder>
 
81
                        <pattern>\.java$</pattern>
 
82
                        <format>relative-path</format>
 
83
                        <arity>
 
84
                            <separated-files>,</separated-files>
 
85
                        </arity>
 
86
                    </context>
 
87
                </action>
 
88
                <action name="debug.test.single">
 
89
                    <target>test.selected.genfiles.debug</target>
 
90
                    <context>
 
91
                        <property>selected.test.class</property>
 
92
                        <folder>build/gensrc</folder>
 
93
                        <pattern>\.java$</pattern>
 
94
                        <format>relative-path</format>
 
95
                        <arity>
 
96
                            <separated-files>,</separated-files>
 
97
                        </arity>
 
98
                    </context>
 
99
                </action>
 
100
                <action name="run.single">
 
101
                    <target>run.single</target>
 
102
                    <context>
 
103
                        <property>runclass</property>
 
104
                        <folder>src</folder>
 
105
                        <pattern>\.java$</pattern>
 
106
                        <format>relative-path</format>
 
107
                        <arity>
 
108
                            <one-file-only/>
 
109
                        </arity>
 
110
                    </context>
 
111
                </action>
 
112
            </ide-actions>
 
113
            <export>
 
114
                <type>jar</type>
 
115
                <location>build/jgdi.jar</location>
 
116
                <build-target>all</build-target>
 
117
            </export>
 
118
            <view>
 
119
                <items>
 
120
                    <source-folder style="dir">
 
121
                        <label>templates</label>
 
122
                        <location>templates</location>
 
123
                    </source-folder>
 
124
                    <source-folder style="packages">
 
125
                        <label>build/gensrc</label>
 
126
                        <location>build/gensrc</location>
 
127
                    </source-folder>
 
128
                    <source-folder style="packages">
 
129
                        <label>src</label>
 
130
                        <location>src</location>
 
131
                    </source-folder>
 
132
                    <source-folder style="packages">
 
133
                        <label>examples</label>
 
134
                        <location>examples/src</location>
 
135
                    </source-folder>
 
136
                    <source-folder style="packages">
 
137
                        <label>test</label>
 
138
                        <location>test</location>
 
139
                    </source-folder>
 
140
                    <source-file>
 
141
                        <location>build.xml</location>
 
142
                    </source-file>
 
143
                    <source-file>
 
144
                        <label>Example build</label>
 
145
                        <location>examples/build.xml</location>
 
146
                    </source-file>
 
147
                    <source-file>
 
148
                        <location>Changelog</location>
 
149
                    </source-file>
 
150
                </items>
 
151
                <context-menu>
 
152
                    <ide-action name="build"/>
 
153
                    <ide-action name="rebuild"/>
 
154
                    <ide-action name="clean"/>
 
155
                    <ide-action name="javadoc"/>
 
156
                    <ide-action name="test"/>
 
157
                    <action>
 
158
                        <label>Generate Sources</label>
 
159
                        <target>gensrc</target>
 
160
                    </action>
 
161
                </context-menu>
 
162
            </view>
 
163
            <subprojects/>
 
164
        </general-data>
 
165
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
 
166
            <compilation-unit>
 
167
                <package-root>build/gensrc</package-root>
 
168
                <package-root>src</package-root>
 
169
                <package-root>test</package-root>
 
170
                <package-root>examples/src</package-root>
 
171
                <classpath mode="compile">${libs.junit.classpath}:${juti.jar}</classpath>
 
172
                <built-to>build/jgdi.jar</built-to>
 
173
                <source-level>1.5</source-level>
 
174
            </compilation-unit>
 
175
        </java-data>
 
176
    </configuration>
 
177
</project>