~ubuntu-branches/ubuntu/utopic/libnb-platform18-java/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/netbeans-platform~include-extras.patch/nbbuild/cluster.properties

  • Committer: Package Import Robot
  • Author(s): tony mancill, Andrew Ross, tony mancill
  • Date: 2013-12-25 10:42:18 UTC
  • Revision ID: package-import@ubuntu.com-20131225104218-jeviqyvn71vat6x5
Tags: 7.4+dfsg1-1
* Team upload.

[ Andrew Ross ]
* New upstream release of Netbeans.
* Switch to mingw-w64 (Closes: #680468)
* Separate Netbeans Platform back into its own package.
* Include cluster release number in source package name to allow
  multiple Netbeans platforms to be installed at once.
* Build .nbm modules and install into their own package.
* Upstream removed bashism from o.n.bootstrap/launcher/unix/nbexec
  (Closes: #690633)
* Updated debian/patches.

[ tony mancill ]
* Bump standards version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
3
#
 
4
# Copyright 1997-2013 Oracle and/or its affiliates. All rights reserved.
 
5
#
 
6
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
 
7
# Other names may be trademarks of their respective owners.
 
8
#
 
9
# The contents of this file are subject to the terms of either the GNU
 
10
# General Public License Version 2 only ("GPL") or the Common
 
11
# Development and Distribution License("CDDL") (collectively, the
 
12
# "License"). You may not use this file except in compliance with the
 
13
# License. You can obtain a copy of the License at
 
14
# http://www.netbeans.org/cddl-gplv2.html
 
15
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
 
16
# specific language governing permissions and limitations under the
 
17
# License. When distributing the software, include this License Header
 
18
# Notice in each file and include the License file at
 
19
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
 
20
# particular file as subject to the "Classpath" exception as provided
 
21
# by Oracle in the GPL Version 2 section of the License file that
 
22
# accompanied this code. If applicable, add the following below the
 
23
# License Header, with the fields enclosed by brackets [] replaced by
 
24
# your own identifying information:
 
25
# "Portions Copyrighted [year] [name of copyright owner]"
 
26
#
 
27
# Contributor(s):
 
28
#
 
29
# The Original Software is NetBeans. The Initial Developer of the Original
 
30
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 
31
# Microsystems, Inc. All Rights Reserved.
 
32
#
 
33
# If you wish your version of this file to be governed by only the CDDL
 
34
# or only the GPL Version 2, indicate your decision by adding
 
35
# "[Contributor] elects to include this software in this distribution
 
36
# under the [CDDL or GPL Version 2] license." If you do not indicate a
 
37
# single choice of license, a recipient has the option to distribute
 
38
# your version of this file under either the CDDL, the GPL Version 2 or
 
39
# to extend the choice of license to its licensees as provided above.
 
40
# However, if you add GPL Version 2 code and therefore, elected the GPL
 
41
# Version 2 license, then the option applies only if the new code is
 
42
# made subject to such option by the copyright holder.
 
43
 
 
44
cluster.config=full
 
45
clusters.prefix=libnb
 
46
 
 
47
clusters.config.platform.list=\
 
48
        nb.cluster.harness,\
 
49
        nb.cluster.platform
 
50
 
 
51
clusters.config.basic.list=\
 
52
        ${clusters.config.java.list},\
 
53
        nb.cluster.apisupport
 
54
 
 
55
clusters.config.standard.list=\
 
56
        ${clusters.config.basic.list},\
 
57
        nb.cluster.webcommon,\
 
58
        nb.cluster.enterprise
 
59
 
 
60
clusters.config.full.list=\
 
61
        nb.cluster.cnd,\
 
62
        nb.cluster.dlight,\
 
63
        nb.cluster.groovy,\
 
64
        nb.cluster.javacard,\
 
65
        nb.cluster.mobility,\
 
66
        nb.cluster.php,\
 
67
        ${clusters.config.standard.list},\
 
68
        nb.cluster.ergonomics
 
69
# ergonomics must be last
 
70
 
 
71
clusters.config.php.list=\
 
72
        ${clusters.config.platform.list},\
 
73
        nb.cluster.ide,\
 
74
        nb.cluster.extide,\
 
75
        nb.cluster.webcommon,\
 
76
        nb.cluster.php,\
 
77
        nb.cluster.websvccommon,\
 
78
        nb.cluster.nb
 
79
 
 
80
clusters.config.groovy.list=\
 
81
        ${clusters.config.java.list},\
 
82
        nb.cluster.groovy
 
83
 
 
84
clusters.config.cnd.list=\
 
85
        ${clusters.config.platform.list},\
 
86
        nb.cluster.ide,\
 
87
        nb.cluster.cnd,\
 
88
        nb.cluster.nb,\
 
89
        nb.cluster.dlight
 
90
 
 
91
clusters.config.dlight.list=\
 
92
        nb.cluster.platform,\
 
93
        nb.cluster.harness,\
 
94
        nb.cluster.ide,\
 
95
        nb.cluster.dlight,\
 
96
        nb.cluster.nb
 
97
 
 
98
clusters.config.java.list=\
 
99
        ${clusters.config.platform.list},\
 
100
        nb.cluster.ide,\
 
101
        nb.cluster.extide,\
 
102
        nb.cluster.websvccommon,\
 
103
        nb.cluster.java,\
 
104
        nb.cluster.javafx,\
 
105
        nb.cluster.profiler,\
 
106
        nb.cluster.nb
 
107
 
 
108
clusters.config.enterprise.list=\
 
109
        ${clusters.config.java.list},\
 
110
        nb.cluster.webcommon,\
 
111
        nb.cluster.enterprise
 
112
 
 
113
clusters.config.identity.list=\
 
114
        ${clusters.config.enterprise.list},\
 
115
        nb.cluster.identity
 
116
 
 
117
clusters.config.mobility.list=\
 
118
        ${clusters.config.enterprise.list},\
 
119
        nb.cluster.mobility
 
120
 
 
121
clusters.config.bloated.list=\
 
122
        nb.cluster.identity,\
 
123
        ${clusters.config.full.list}
 
124
# ergonomics must be last
 
125
 
 
126
# For technical reasons, nb.cluster.experimental is a superset of nb.cluster.betauc and nb.cluster.stableuc, so cannot list at once:
 
127
clusters.config.experimental.list=\
 
128
        ${clusters.config.bloated.list},\
 
129
        nb.cluster.experimental
 
130
 
 
131
clusters.config.stableuc.list=\
 
132
        ${clusters.config.full.list},\
 
133
        nb.cluster.stableuc
 
134
# could put ergonomics last, but undesirable to also do so for clusters.config.experimental.list, so exclude stableuc from ergonomics processing
 
135
 
 
136
clusters.config.betauc.list=\
 
137
        ${clusters.config.full.list},\
 
138
        nb.cluster.betauc
 
139
 
 
140
clusters.config.minimal.list=\
 
141
        ${clusters.config.platform.list},\
 
142
        nb.cluster.ide,\
 
143
        nb.cluster.nb
 
144
 
 
145
clusters.config.javacard.list=\
 
146
        ${clusters.config.java.list},\
 
147
        nb.cluster.javacard
 
148
 
 
149
clusters.list=\
 
150
        ${clusters.config.full.list}
 
151
 
 
152
nb.cluster.platform.dir=platform
 
153
nb.cluster.platform.depends=
 
154
nb.cluster.platform=\
 
155
        api.annotations.common,\
 
156
        api.progress,\
 
157
        api.search,\
 
158
        api.visual,\
 
159
        applemenu,\
 
160
        autoupdate.cli,\
 
161
        autoupdate.services,\
 
162
        autoupdate.ui,\
 
163
        core.execution,\
 
164
        core.io.ui,\
 
165
        core.kit,\
 
166
        core.multitabs,\
 
167
        core.multiview,\
 
168
        core.nativeaccess,\
 
169
        core.netigso,\
 
170
        core.network,\
 
171
        core.osgi,\
 
172
        core.output2,\
 
173
        core.startup,\
 
174
        core.ui,\
 
175
        core.windows,\
 
176
        editor.mimelookup,\
 
177
        editor.mimelookup.impl,\
 
178
        favorites,\
 
179
        javahelp,\
 
180
        keyring,\
 
181
        keyring.fallback,\
 
182
        keyring.impl,\
 
183
        lib.uihandler,\
 
184
        libs.felix,\
 
185
        libs.jna,\
 
186
        libs.jna.platform,\
 
187
        libs.jsr223,\
 
188
        libs.osgi,\
 
189
        libs.testng,\
 
190
        masterfs,\
 
191
        masterfs.linux,\
 
192
        masterfs.macosx,\
 
193
        masterfs.solaris,\
 
194
        masterfs.windows,\
 
195
        netbinox,\
 
196
        o.jdesktop.layout,\
 
197
        o.n.bootstrap,\
 
198
        o.n.core,\
 
199
        o.n.swing.outline,\
 
200
        o.n.swing.plaf,\
 
201
        o.n.swing.tabcontrol,\
 
202
        openide.actions,\
 
203
        openide.awt,\
 
204
        openide.compat,\
 
205
        openide.dialogs,\
 
206
        openide.execution,\
 
207
        openide.explorer,\
 
208
        openide.filesystems,\
 
209
        openide.io,\
 
210
        openide.loaders,\
 
211
        openide.modules,\
 
212
        openide.nodes,\
 
213
        openide.options,\
 
214
        openide.text,\
 
215
        openide.util,\
 
216
        openide.util.enumerations,\
 
217
        openide.util.lookup,\
 
218
        openide.windows,\
 
219
        options.api,\
 
220
        options.keymap,\
 
221
        print,\
 
222
        progress.ui,\
 
223
        queries,\
 
224
        sampler,\
 
225
        sendopts,\
 
226
        settings,\
 
227
        spi.actions,\
 
228
        spi.quicksearch,\
 
229
        uihandler
 
230
validation.nb.cluster.platform=\
 
231
        o.n.core,\
 
232
        core.windows,\
 
233
        javahelp
 
234
 
 
235
nb.cluster.ide.dir=ide
 
236
nb.cluster.ide.depends=\
 
237
        nb.cluster.platform,\
 
238
        nb.cluster.harness
 
239
nb.cluster.ide=\
 
240
        api.debugger,\
 
241
        api.java.classpath,\
 
242
        api.xml,\
 
243
        bugtracking,\
 
244
        bugtracking.bridge,\
 
245
        bugzilla,\
 
246
        c.jcraft.jsch,\
 
247
        c.jcraft.jzlib,\
 
248
        code.analysis,\
 
249
        core.browser,\
 
250
        core.browser.webview,\
 
251
        core.ide,\
 
252
        core.multitabs.project,\
 
253
        csl.api,\
 
254
        css.editor,\
 
255
        css.lib,\
 
256
        css.model,\
 
257
        css.prep,\
 
258
        css.visual,\
 
259
        db,\
 
260
        db.core,\
 
261
        db.dataview,\
 
262
        db.drivers,\
 
263
        db.kit,\
 
264
        db.metadata.model,\
 
265
        db.mysql,\
 
266
        db.sql.editor,\
 
267
        db.sql.visualeditor,\
 
268
        dbapi,\
 
269
        defaults,\
 
270
        derby,\
 
271
        diff,\
 
272
        dlight.nativeexecution,\
 
273
        dlight.terminal,\
 
274
        editor,\
 
275
        editor.actions,\
 
276
        editor.bookmarks,\
 
277
        editor.bracesmatching,\
 
278
        editor.breadcrumbs,\
 
279
        editor.codetemplates,\
 
280
        editor.completion,\
 
281
        editor.deprecated.pre65formatting,\
 
282
        editor.errorstripe,\
 
283
        editor.errorstripe.api,\
 
284
        editor.fold,\
 
285
        editor.fold.nbui,\
 
286
        editor.global.format,\
 
287
        editor.guards,\
 
288
        editor.indent,\
 
289
        editor.indent.project,\
 
290
        editor.kit,\
 
291
        editor.lib,\
 
292
        editor.lib2,\
 
293
        editor.macros,\
 
294
        editor.plain,\
 
295
        editor.plain.lib,\
 
296
        editor.search,\
 
297
        editor.settings,\
 
298
        editor.settings.storage,\
 
299
        editor.structure,\
 
300
        editor.tools.storage,\
 
301
        editor.util,\
 
302
        extbrowser,\
 
303
        extexecution,\
 
304
        extexecution.impl,\
 
305
        git,\
 
306
        gototest,\
 
307
        gsf.codecoverage,\
 
308
        gsf.testrunner,\
 
309
        html,\
 
310
        html.angular,\
 
311
        html.editor,\
 
312
        html.editor.lib,\
 
313
        html.knockout,\
 
314
        html.lexer,\
 
315
        html.parser,\
 
316
        html.validation,\
 
317
        httpserver,\
 
318
        hudson,\
 
319
        hudson.git,\
 
320
        hudson.mercurial,\
 
321
        hudson.subversion,\
 
322
        hudson.tasklist,\
 
323
        hudson.ui,\
 
324
        ide.kit,\
 
325
        image,\
 
326
        javascript2.editor,\
 
327
        javascript2.extjs,\
 
328
        javascript2.jquery,\
 
329
        javascript2.kit,\
 
330
        javascript2.knockout,\
 
331
        jellytools.ide,\
 
332
        jumpto,\
 
333
        languages,\
 
334
        languages.diff,\
 
335
        languages.manifest,\
 
336
        languages.yaml,\
 
337
        lexer,\
 
338
        lexer.nbbridge,\
 
339
        lib.terminalemulator,\
 
340
        libs.antlr3.runtime,\
 
341
        libs.bytelist,\
 
342
        libs.commons_net,\
 
343
        libs.freemarker,\
 
344
        libs.git,\
 
345
        libs.ini4j,\
 
346
        libs.jaxb,\
 
347
        libs.jsch.agentproxy,\
 
348
        libs.json_simple,\
 
349
        libs.jvyamlb,\
 
350
        libs.lucene,\
 
351
        libs.nashorn,\
 
352
        libs.smack,\
 
353
        libs.svnClientAdapter,\
 
354
        libs.svnClientAdapter.javahl,\
 
355
        libs.svnClientAdapter.svnkit,\
 
356
        libs.swingx,\
 
357
        libs.xerces,\
 
358
        localhistory,\
 
359
        mercurial,\
 
360
        mylyn.util,\
 
361
        notifications,\
 
362
        o.apache.commons.codec,\
 
363
        o.apache.commons.httpclient,\
 
364
        o.apache.commons.io,\
 
365
        o.apache.commons.lang,\
 
366
        o.apache.commons.logging,\
 
367
        o.apache.ws.commons.util,\
 
368
        o.apache.xml.resolver,\
 
369
        o.apache.xmlrpc,\
 
370
        o.eclipse.core.contenttype,\
 
371
        o.eclipse.core.jobs,\
 
372
        o.eclipse.core.net,\
 
373
        o.eclipse.core.runtime,\
 
374
        o.eclipse.core.runtime.compatibility.auth,\
 
375
        o.eclipse.equinox.app,\
 
376
        o.eclipse.equinox.common,\
 
377
        o.eclipse.equinox.preferences,\
 
378
        o.eclipse.equinox.registry,\
 
379
        o.eclipse.equinox.security,\
 
380
        o.eclipse.jgit,\
 
381
        o.eclipse.mylyn.bugzilla.core,\
 
382
        o.eclipse.mylyn.commons.core,\
 
383
        o.eclipse.mylyn.commons.net,\
 
384
        o.eclipse.mylyn.commons.repositories.core,\
 
385
        o.eclipse.mylyn.commons.xmlrpc,\
 
386
        o.eclipse.mylyn.tasks.core,\
 
387
        o.eclipse.mylyn.wikitext.confluence.core,\
 
388
        o.eclipse.mylyn.wikitext.core,\
 
389
        o.eclipse.mylyn.wikitext.textile.core,\
 
390
        o.n.swing.dirchooser,\
 
391
        o.openidex.util,\
 
392
        options.editor,\
 
393
        parsing.api,\
 
394
        parsing.lucene,\
 
395
        parsing.ui,\
 
396
        print.editor,\
 
397
        project.ant,\
 
398
        project.indexingbridge,\
 
399
        project.libraries,\
 
400
        projectapi,\
 
401
        projectui,\
 
402
        projectui.buildmenu,\
 
403
        projectuiapi,\
 
404
        properties,\
 
405
        properties.syntax,\
 
406
        refactoring.api,\
 
407
        schema2beans,\
 
408
        server,\
 
409
        servletapi,\
 
410
        spellchecker,\
 
411
        spellchecker.apimodule,\
 
412
        spellchecker.bindings.htmlxml,\
 
413
        spellchecker.bindings.properties,\
 
414
        spellchecker.dictionary_en,\
 
415
        spellchecker.kit,\
 
416
        spi.debugger.ui,\
 
417
        spi.editor.hints,\
 
418
        spi.editor.hints.projects,\
 
419
        spi.navigator,\
 
420
        spi.palette,\
 
421
        spi.tasklist,\
 
422
        spi.viewmodel,\
 
423
        subversion,\
 
424
        swing.validation,\
 
425
        target.iterator,\
 
426
        tasklist.kit,\
 
427
        tasklist.projectint,\
 
428
        tasklist.todo,\
 
429
        tasklist.ui,\
 
430
        team.commons,\
 
431
        team.ide,\
 
432
        terminal,\
 
433
        usersguide,\
 
434
        utilities,\
 
435
        utilities.project,\
 
436
        versioning,\
 
437
        versioning.core,\
 
438
        versioning.indexingbridge,\
 
439
        versioning.masterfs,\
 
440
        versioning.system.cvss.installer,\
 
441
        versioning.ui,\
 
442
        versioning.util,\
 
443
        web.browser.api,\
 
444
        web.common,\
 
445
        web.indent,\
 
446
        web.webkit.debugging,\
 
447
        xml,\
 
448
        xml.axi,\
 
449
        xml.catalog,\
 
450
        xml.core,\
 
451
        xml.jaxb.api,\
 
452
        xml.lexer,\
 
453
        xml.multiview,\
 
454
        xml.retriever,\
 
455
        xml.schema.completion,\
 
456
        xml.schema.model,\
 
457
        xml.tax,\
 
458
        xml.text,\
 
459
        xml.tools,\
 
460
        xml.wsdl.model,\
 
461
        xml.xam,\
 
462
        xml.xdm,\
 
463
        xsl
 
464
validation.nb.cluster.ide=\
 
465
        ide.kit
 
466
 
 
467
nb.cluster.java.dir=java
 
468
nb.cluster.java.depends=\
 
469
        nb.cluster.ide,\
 
470
        nb.cluster.extide,\
 
471
        nb.cluster.platform,\
 
472
        nb.cluster.websvccommon,\
 
473
        nb.cluster.harness
 
474
nb.cluster.java=\
 
475
        ant.browsetask,\
 
476
        ant.debugger,\
 
477
        ant.freeform,\
 
478
        ant.grammar,\
 
479
        ant.kit,\
 
480
        api.debugger.jpda,\
 
481
        api.java,\
 
482
        beans,\
 
483
        classfile,\
 
484
        dbschema,\
 
485
        debugger.jpda,\
 
486
        debugger.jpda.ant,\
 
487
        debugger.jpda.kit,\
 
488
        debugger.jpda.projects,\
 
489
        debugger.jpda.ui,\
 
490
        debugger.jpda.visual,\
 
491
        findbugs.installer,\
 
492
        form,\
 
493
        form.binding,\
 
494
        form.j2ee,\
 
495
        form.kit,\
 
496
        form.nb,\
 
497
        form.refactoring,\
 
498
        hibernate,\
 
499
        hibernatelib,\
 
500
        hudson.ant,\
 
501
        hudson.maven,\
 
502
        i18n,\
 
503
        i18n.form,\
 
504
        j2ee.core.utilities,\
 
505
        j2ee.eclipselink,\
 
506
        j2ee.eclipselinkmodelgen,\
 
507
        j2ee.jpa.refactoring,\
 
508
        j2ee.jpa.verification,\
 
509
        j2ee.metadata,\
 
510
        j2ee.metadata.model.support,\
 
511
        j2ee.persistence,\
 
512
        j2ee.persistence.kit,\
 
513
        j2ee.persistenceapi,\
 
514
        java.api.common,\
 
515
        java.debug,\
 
516
        java.editor,\
 
517
        java.editor.lib,\
 
518
        java.examples,\
 
519
        java.freeform,\
 
520
        java.guards,\
 
521
        java.hints,\
 
522
        java.hints.declarative,\
 
523
        java.hints.declarative.test,\
 
524
        java.hints.legacy.spi,\
 
525
        java.hints.test,\
 
526
        java.hints.ui,\
 
527
        java.j2sedeploy,\
 
528
        java.j2seplatform,\
 
529
        java.j2seprofiles,\
 
530
        java.j2seproject,\
 
531
        java.kit,\
 
532
        java.lexer,\
 
533
        java.metrics,\
 
534
        java.navigation,\
 
535
        java.platform,\
 
536
        java.preprocessorbridge,\
 
537
        java.project,\
 
538
        java.source,\
 
539
        java.source.ant,\
 
540
        java.source.queries,\
 
541
        java.source.queriesimpl,\
 
542
        java.sourceui,\
 
543
        java.testrunner,\
 
544
        javadoc,\
 
545
        javaee.injection,\
 
546
        javawebstart,\
 
547
        jellytools.java,\
 
548
        junit,\
 
549
        lib.nbjavac,\
 
550
        libs.cglib,\
 
551
        libs.javacapi,\
 
552
        libs.javacimpl,\
 
553
        libs.springframework,\
 
554
        maven,\
 
555
        maven.checkstyle,\
 
556
        maven.coverage,\
 
557
        maven.embedder,\
 
558
        maven.grammar,\
 
559
        maven.graph,\
 
560
        maven.hints,\
 
561
        maven.indexer,\
 
562
        maven.junit,\
 
563
        maven.kit,\
 
564
        maven.model,\
 
565
        maven.osgi,\
 
566
        maven.persistence,\
 
567
        maven.refactoring,\
 
568
        maven.repository,\
 
569
        maven.search,\
 
570
        maven.spring,\
 
571
        o.jdesktop.beansbinding,\
 
572
        projectimport.eclipse.core,\
 
573
        projectimport.eclipse.j2se,\
 
574
        refactoring.java,\
 
575
        spellchecker.bindings.java,\
 
576
        spi.java.hints,\
 
577
        spring.beans,\
 
578
        testng,\
 
579
        testng.ant,\
 
580
        testng.maven,\
 
581
        websvc.jaxws21,\
 
582
        websvc.jaxws21api,\
 
583
        websvc.saas.codegen.java,\
 
584
        whitelist,\
 
585
        xml.jaxb,\
 
586
        xml.tools.java
 
587
validation.nb.cluster.java=\
 
588
        java.hints,\
 
589
        java.kit
 
590
 
 
591
nb.cluster.apisupport.dir=apisupport
 
592
nb.cluster.apisupport.depends=\
 
593
        nb.cluster.java,\
 
594
        nb.cluster.ide,\
 
595
        nb.cluster.extide,\
 
596
        nb.cluster.platform,\
 
597
        nb.cluster.harness
 
598
nb.cluster.apisupport=\
 
599
        apisupport.ant,\
 
600
        apisupport.crudsample,\
 
601
        apisupport.feedreader,\
 
602
        apisupport.installer,\
 
603
        apisupport.installer.maven,\
 
604
        apisupport.kit,\
 
605
        apisupport.osgidemo,\
 
606
        apisupport.paintapp,\
 
607
        apisupport.project,\
 
608
        apisupport.refactoring,\
 
609
        apisupport.wizards,\
 
610
        maven.apisupport
 
611
 
 
612
nb.cluster.enterprise.dir=enterprise
 
613
nb.cluster.enterprise.depends=\
 
614
        nb.cluster.java,\
 
615
        nb.cluster.ide,\
 
616
        nb.cluster.extide,\
 
617
        nb.cluster.profiler,\
 
618
        nb.cluster.webcommon,\
 
619
        nb.cluster.websvccommon,\
 
620
        nb.cluster.platform,\
 
621
        nb.cluster.harness
 
622
nb.cluster.enterprise=\
 
623
        api.web.webmodule,\
 
624
        apisupport.restsample,\
 
625
        cloud.amazon,\
 
626
        cloud.common,\
 
627
        el.lexer,\
 
628
        glassfish.common,\
 
629
        glassfish.eecommon,\
 
630
        glassfish.javaee,\
 
631
        hibernateweb,\
 
632
        j2ee.ant,\
 
633
        j2ee.api.ejbmodule,\
 
634
        j2ee.clientproject,\
 
635
        j2ee.common,\
 
636
        j2ee.core,\
 
637
        j2ee.dd,\
 
638
        j2ee.dd.webservice,\
 
639
        j2ee.ddloaders,\
 
640
        j2ee.earproject,\
 
641
        j2ee.ejbcore,\
 
642
        j2ee.ejbjarproject,\
 
643
        j2ee.ejbrefactoring,\
 
644
        j2ee.ejbverification,\
 
645
        j2ee.genericserver,\
 
646
        j2ee.jboss4,\
 
647
        j2ee.kit,\
 
648
        j2ee.platform,\
 
649
        j2ee.samples,\
 
650
        j2ee.sun.appsrv,\
 
651
        j2ee.sun.dd,\
 
652
        j2ee.sun.ddui,\
 
653
        j2ee.weblogic9,\
 
654
        j2eeapis,\
 
655
        j2eeserver,\
 
656
        javaee.api,\
 
657
        javaee.beanvalidation,\
 
658
        javaee.project,\
 
659
        javaee.resources,\
 
660
        javaee.specs.support,\
 
661
        javaee7.api,\
 
662
        jellytools.enterprise,\
 
663
        jsp.lexer,\
 
664
        libs.amazon,\
 
665
        libs.commons_fileupload,\
 
666
        libs.elimpl,\
 
667
        libs.glassfish.sdk,\
 
668
        libs.glassfish_logging,\
 
669
        libs.jstl,\
 
670
        maven.j2ee,\
 
671
        maven.jaxws,\
 
672
        maven.samples,\
 
673
        profiler.j2ee,\
 
674
        projectimport.eclipse.web,\
 
675
        servletjspapi,\
 
676
        spring.webmvc,\
 
677
        tomcat5,\
 
678
        web.beans,\
 
679
        web.client.rest,\
 
680
        web.core,\
 
681
        web.core.syntax,\
 
682
        web.debug,\
 
683
        web.el,\
 
684
        web.examples,\
 
685
        web.freeform,\
 
686
        web.jsf,\
 
687
        web.jsf.editor,\
 
688
        web.jsf.icefaces,\
 
689
        web.jsf.kit,\
 
690
        web.jsf.navigation,\
 
691
        web.jsf.richfaces,\
 
692
        web.jsf12,\
 
693
        web.jsf12ri,\
 
694
        web.jsf20,\
 
695
        web.jsfapi,\
 
696
        web.jspparser,\
 
697
        web.kit,\
 
698
        web.monitor,\
 
699
        web.primefaces,\
 
700
        web.project,\
 
701
        web.refactoring,\
 
702
        web.struts,\
 
703
        websocket,\
 
704
        websvc.clientapi,\
 
705
        websvc.core,\
 
706
        websvc.customization,\
 
707
        websvc.design,\
 
708
        websvc.editor.hints,\
 
709
        websvc.jaxws.lightapi,\
 
710
        websvc.jaxwsapi,\
 
711
        websvc.jaxwsmodel,\
 
712
        websvc.kit,\
 
713
        websvc.manager,\
 
714
        websvc.metro.lib,\
 
715
        websvc.metro.model,\
 
716
        websvc.metro.samples,\
 
717
        websvc.owsm,\
 
718
        websvc.projectapi,\
 
719
        websvc.rest,\
 
720
        websvc.rest.samples,\
 
721
        websvc.restapi,\
 
722
        websvc.restkit,\
 
723
        websvc.restlib,\
 
724
        websvc.saas.codegen.j2ee,\
 
725
        websvc.utilities,\
 
726
        websvc.websvcapi,\
 
727
        websvc.wsitconf,\
 
728
        websvc.wsitmodelext,\
 
729
        websvc.wsstackapi
 
730
 
 
731
nb.cluster.ergonomics.dir=ergonomics
 
732
nb.cluster.ergonomics.depends=nb.cluster.ide,nb.cluster.platform
 
733
nb.cluster.ergonomics=\
 
734
        ide.ergonomics
 
735
validation.nb.cluster.ergonomics=\
 
736
        ide.ergonomics
 
737
 
 
738
nb.cluster.nb.dir=nb
 
739
nb.cluster.nb.depends=\
 
740
        nb.cluster.platform,\
 
741
        nb.cluster.ide,\
 
742
        nb.cluster.harness
 
743
nb.cluster.nb=\
 
744
        autoupdate.pluginimporter,\
 
745
        bugzilla.exceptionreporter,\
 
746
        ide.branding,\
 
747
        ide.branding.kit,\
 
748
        o.n.upgrader,\
 
749
        uihandler.exceptionreporter,\
 
750
        updatecenters,\
 
751
        welcome
 
752
 
 
753
nb.cluster.harness.dir=harness
 
754
nb.cluster.harness.depends=nb.cluster.platform
 
755
nb.cluster.harness=\
 
756
        apisupport.harness,\
 
757
        jellytools.platform,\
 
758
        jemmy,\
 
759
        libs.nbi.ant,\
 
760
        libs.nbi.engine,\
 
761
        nbjunit,\
 
762
        o.n.insane
 
763
 
 
764
nb.cluster.profiler.dir=profiler
 
765
nb.cluster.profiler.depends=\
 
766
        nb.cluster.ide,\
 
767
        nb.cluster.java,\
 
768
        nb.cluster.extide,\
 
769
        nb.cluster.platform
 
770
nb.cluster.profiler=\
 
771
        debugger.jpda.heapwalk,\
 
772
        lib.profiler,\
 
773
        lib.profiler.charts,\
 
774
        lib.profiler.common,\
 
775
        lib.profiler.ui,\
 
776
        maven.profiler,\
 
777
        profiler,\
 
778
        profiler.api,\
 
779
        profiler.attach,\
 
780
        profiler.categorization.api,\
 
781
        profiler.drilldown,\
 
782
        profiler.freeform,\
 
783
        profiler.heapwalker,\
 
784
        profiler.j2se,\
 
785
        profiler.kit,\
 
786
        profiler.nbimpl,\
 
787
        profiler.nbmodule,\
 
788
        profiler.options,\
 
789
        profiler.oql,\
 
790
        profiler.oql.language,\
 
791
        profiler.ppoints,\
 
792
        profiler.projectsupport,\
 
793
        profiler.selector.api,\
 
794
        profiler.selector.ui,\
 
795
        profiler.snaptracer,\
 
796
        profiler.stp,\
 
797
        profiler.utilities
 
798
validation.nb.cluster.profiler=\
 
799
        profiler.kit
 
800
 
 
801
nb.cluster.php.dir=php
 
802
nb.cluster.php.depends=\
 
803
        nb.cluster.platform,\
 
804
        nb.cluster.ide,\
 
805
        nb.cluster.extide,\
 
806
        nb.cluster.webcommon,\
 
807
        nb.cluster.websvccommon
 
808
nb.cluster.php=\
 
809
        hudson.php,\
 
810
        libs.javacup,\
 
811
        php.api.annotation,\
 
812
        php.api.documentation,\
 
813
        php.api.editor,\
 
814
        php.api.executable,\
 
815
        php.api.framework,\
 
816
        php.api.phpmodule,\
 
817
        php.api.templates,\
 
818
        php.api.testing,\
 
819
        php.apigen,\
 
820
        php.atoum,\
 
821
        php.code.analysis,\
 
822
        php.composer,\
 
823
        php.dbgp,\
 
824
        php.doctrine2,\
 
825
        php.editor,\
 
826
        php.kit,\
 
827
        php.latte,\
 
828
        php.nette2,\
 
829
        php.phpdoc.documentation,\
 
830
        php.phpunit,\
 
831
        php.project,\
 
832
        php.refactoring,\
 
833
        php.samples,\
 
834
        php.smarty,\
 
835
        php.symfony,\
 
836
        php.symfony2,\
 
837
        php.twig,\
 
838
        php.zend,\
 
839
        php.zend2,\
 
840
        websvc.saas.codegen.php
 
841
validation.nb.cluster.php=\
 
842
        php.editor
 
843
 
 
844
nb.cluster.groovy.dir=groovy
 
845
nb.cluster.groovy.depends=\
 
846
        nb.cluster.platform,\
 
847
        nb.cluster.ide,\
 
848
        nb.cluster.extide,\
 
849
        nb.cluster.java
 
850
nb.cluster.groovy=\
 
851
        groovy.antproject,\
 
852
        groovy.editor,\
 
853
        groovy.grails,\
 
854
        groovy.grailsproject,\
 
855
        groovy.gsp,\
 
856
        groovy.kit,\
 
857
        groovy.refactoring,\
 
858
        groovy.samples,\
 
859
        groovy.support,\
 
860
        libs.groovy,\
 
861
        maven.groovy
 
862
 
 
863
nb.cluster.mobility.dir=mobility
 
864
nb.cluster.mobility.depends=\
 
865
        nb.cluster.platform,\
 
866
        nb.cluster.java,\
 
867
        nb.cluster.websvccommon,\
 
868
        nb.cluster.apisupport,\
 
869
        nb.cluster.ide,\
 
870
        nb.cluster.enterprise,\
 
871
        nb.cluster.extide
 
872
nb.cluster.mobility=\
 
873
        api.mobility,\
 
874
        deployment.deviceanywhere,\
 
875
        j2me.cdc.kit,\
 
876
        j2me.cdc.platform,\
 
877
        j2me.cdc.platform.nokias80,\
 
878
        j2me.cdc.platform.ojec,\
 
879
        j2me.cdc.platform.semc,\
 
880
        j2me.cdc.platform.sjmc,\
 
881
        j2me.cdc.platform.sun,\
 
882
        j2me.cdc.project,\
 
883
        j2me.cdc.project.execui,\
 
884
        j2me.cdc.project.execuiimpl,\
 
885
        j2me.cdc.project.nokiaS80,\
 
886
        j2me.cdc.project.ojec,\
 
887
        j2me.cdc.project.savaje,\
 
888
        j2me.cdc.project.semc,\
 
889
        j2me.cdc.project.sjmc,\
 
890
        libs.aguiswinglayout,\
 
891
        libs.ppawtlayout,\
 
892
        mobility.antext,\
 
893
        mobility.cldcplatform,\
 
894
        mobility.cldcplatform.catalog,\
 
895
        mobility.deployment.ftpscp,\
 
896
        mobility.deployment.nokia,\
 
897
        mobility.deployment.sonyericsson,\
 
898
        mobility.deployment.webdav,\
 
899
        mobility.editor,\
 
900
        mobility.end2end,\
 
901
        mobility.j2meunit,\
 
902
        mobility.jsr172,\
 
903
        mobility.kit,\
 
904
        mobility.licensing,\
 
905
        mobility.plugins.mpowerplayer,\
 
906
        mobility.project,\
 
907
        mobility.project.ant,\
 
908
        mobility.project.bridge,\
 
909
        mobility.project.bridge.impl,\
 
910
        mobility.svgcore,\
 
911
        svg.perseus
 
912
 
 
913
nb.cluster.identity.dir=identity
 
914
nb.cluster.identity.depends=\
 
915
        nb.cluster.platform,\
 
916
        nb.cluster.java,\
 
917
        nb.cluster.ide,\
 
918
        nb.cluster.enterprise,\
 
919
        nb.cluster.extide
 
920
nb.cluster.identity=\
 
921
        identity.ant,\
 
922
        identity.kit,\
 
923
        identity.profile.api,\
 
924
        identity.profile.ui,\
 
925
        identity.samples,\
 
926
        identity.server.manager
 
927
 
 
928
nb.cluster.cnd.dir=cnd
 
929
nb.cluster.cnd.depends=\
 
930
        nb.cluster.harness,\
 
931
        nb.cluster.platform,\
 
932
        nb.cluster.dlight,\
 
933
        nb.cluster.ide
 
934
nb.cluster.cnd=\
 
935
        cnd,\
 
936
        cnd.antlr,\
 
937
        cnd.api.model,\
 
938
        cnd.api.project,\
 
939
        cnd.api.remote,\
 
940
        cnd.apt,\
 
941
        cnd.asm,\
 
942
        cnd.callgraph,\
 
943
        cnd.classview,\
 
944
        cnd.cncppunit,\
 
945
        cnd.completion,\
 
946
        cnd.debugger.common2,\
 
947
        cnd.debugger.gdb2,\
 
948
        cnd.discovery,\
 
949
        cnd.dwarfdiscovery,\
 
950
        cnd.dwarfdump,\
 
951
        cnd.editor,\
 
952
        cnd.folding,\
 
953
        cnd.gotodeclaration,\
 
954
        cnd.highlight,\
 
955
        cnd.indexing,\
 
956
        cnd.kit,\
 
957
        cnd.lexer,\
 
958
        cnd.litemodel,\
 
959
        cnd.makeproject,\
 
960
        cnd.makeproject.source.bridge,\
 
961
        cnd.model.services,\
 
962
        cnd.modeldiscovery,\
 
963
        cnd.modelimpl,\
 
964
        cnd.modelui,\
 
965
        cnd.modelutil,\
 
966
        cnd.navigation,\
 
967
        cnd.qnavigator,\
 
968
        cnd.refactoring,\
 
969
        cnd.remote,\
 
970
        cnd.remote.projectui,\
 
971
        cnd.repository,\
 
972
        cnd.repository.api,\
 
973
        cnd.script,\
 
974
        cnd.search,\
 
975
        cnd.simpleunit,\
 
976
        cnd.source,\
 
977
        cnd.spellchecker.bindings,\
 
978
        cnd.testrunner,\
 
979
        cnd.toolchain,\
 
980
        cnd.utils,\
 
981
        jellytools.cnd
 
982
validation.nb.cluster.cnd=\
 
983
        cnd.kit
 
984
 
 
985
 
 
986
nb.cluster.dlight.dir=dlight
 
987
nb.cluster.dlight.depends=\
 
988
        nb.cluster.platform,\
 
989
        nb.cluster.ide
 
990
nb.cluster.dlight=\
 
991
        dlight.kit,\
 
992
        dlight.libs.common,\
 
993
        dlight.remote,\
 
994
        dlight.remote.impl,\
 
995
        remotefs.versioning
 
996
 
 
997
 
 
998
nb.cluster.stableuc.dir=extra
 
999
nb.cluster.stableuc.depends=${clusters.config.full.list}
 
1000
nb.cluster.stableuc=\
 
1001
        apisupport.apidocs,\
 
1002
        bugtracking.kenai,\
 
1003
        c.atlassian.connector.eclipse.commons.core,\
 
1004
        c.atlassian.connector.eclipse.jira.core,\
 
1005
        c.s.mail.javax.mail,\
 
1006
        cloud.oracle,\
 
1007
        db.mysql.sakila,\
 
1008
        findbugs,\
 
1009
        javax.servlet,\
 
1010
        javax.wsdl,\
 
1011
        javax.xml.rpc,\
 
1012
        javax.xml.soap,\
 
1013
        jconsole,\
 
1014
        jira,\
 
1015
        jmx,\
 
1016
        jmx.common,\
 
1017
        junitlib,\
 
1018
        kenai,\
 
1019
        kenai.kit,\
 
1020
        kenai.maven,\
 
1021
        kenai.ui,\
 
1022
        lib.cvsclient,\
 
1023
        libs.findbugs,\
 
1024
        libs.junit4,\
 
1025
        libs.oracle.cloud,\
 
1026
        loadgenerator,\
 
1027
                maven.util,\
 
1028
        mobility.databindingme,\
 
1029
        mvd,\
 
1030
        o.apache.axis,\
 
1031
        o.apache.commons.discovery,\
 
1032
        o.apache.tools.ant.module.docs,\
 
1033
        o.eclipse.mylyn.commons.soap,\
 
1034
        o.eclipse.mylyn.monitor.ui.dummy,\
 
1035
                o.n.swing.laf.dark,\
 
1036
        otherlicenses/mobility.proguard,\
 
1037
        profiler.loadgen,\
 
1038
        swingapplib,\
 
1039
        team.server,\
 
1040
        team.server.nb,\
 
1041
        versioning.kenai,\
 
1042
        versioning.system.cvss,\
 
1043
        vmd.analyzer,\
 
1044
        vmd.codegen,\
 
1045
        vmd.components.midp,\
 
1046
        vmd.components.midp.pda,\
 
1047
        vmd.components.midp.wma,\
 
1048
        vmd.components.svg,\
 
1049
        vmd.componentssupport,\
 
1050
        vmd.examples,\
 
1051
        vmd.flow,\
 
1052
        vmd.game,\
 
1053
        vmd.inspector,\
 
1054
        vmd.io,\
 
1055
        vmd.io.javame,\
 
1056
        vmd.kit,\
 
1057
        vmd.midp,\
 
1058
        vmd.midp.converter,\
 
1059
        vmd.midpnb,\
 
1060
        vmd.model,\
 
1061
        vmd.palette,\
 
1062
        vmd.properties,\
 
1063
        vmd.screen,\
 
1064
        vmd.structure
 
1065
 
 
1066
nb.cluster.betauc.dir=extra
 
1067
nb.cluster.betauc.depends=${clusters.config.full.list}
 
1068
nb.cluster.betauc=\
 
1069
        ${nb.cluster.stableuc},\
 
1070
        clearcase,\
 
1071
        coherence,\
 
1072
        contrib/ant.freeform.samples,\
 
1073
        contrib/api.workqueues,\
 
1074
        contrib/apisupport.projectinspector,\
 
1075
        contrib/autoproject.core,\
 
1076
        contrib/autoproject.java,\
 
1077
        contrib/autoproject.profiler,\
 
1078
        contrib/autoproject.web,\
 
1079
        contrib/cnd.debugger.gdbserver,\
 
1080
        contrib/docbook,\
 
1081
        contrib/docbook.project,\
 
1082
        contrib/imagepaste,\
 
1083
        contrib/insertunicode,\
 
1084
        contrib/j2ee.geronimo2,\
 
1085
        contrib/j2ee.jetty,\
 
1086
        contrib/libs.selenium,\
 
1087
        contrib/libs.selenium.server,\
 
1088
        contrib/logmanagement,\
 
1089
        contrib/masterfs.suspend,\
 
1090
        contrib/modulemanager,\
 
1091
        contrib/quickfilechooser,\
 
1092
        contrib/selenium,\
 
1093
        contrib/selenium.maven,\
 
1094
        contrib/selenium.php,\
 
1095
        contrib/selenium.server,\
 
1096
        o.apache.jmeter.module,\
 
1097
        php.phpdoc,\
 
1098
        websvc.rest.wadl.design,\
 
1099
        websvc.rest.wadl.model
 
1100
 
 
1101
nb.cluster.experimental.dir=extra
 
1102
nb.cluster.experimental.depends=${clusters.config.full.list}
 
1103
nb.cluster.experimental=\
 
1104
        ${nb.cluster.betauc},\
 
1105
        c.s.collablet,\
 
1106
        c.s.collablet.moxc,\
 
1107
        collab.channel.chat,\
 
1108
        collab.channel.chat.html,\
 
1109
        collab.channel.chat.java,\
 
1110
        collab.channel.chat.text,\
 
1111
        collab.channel.chat.xml,\
 
1112
        collab.channel.filesharing,\
 
1113
        collab.channel.output,\
 
1114
        collab.kit,\
 
1115
        collab.provider.im,\
 
1116
        collab.ui,\
 
1117
        contrib/a11y,\
 
1118
        contrib/accelerators.terminal,\
 
1119
        contrib/apisupport.beanbrowser,\
 
1120
        contrib/apisupport.tc.cobertura,\
 
1121
        contrib/archiver,\
 
1122
        contrib/autosave,\
 
1123
        contrib/c.ericsson.otp.erlang,\
 
1124
        contrib/codetemplatetools,\
 
1125
        contrib/de.hunsicker.jalopy.plugin.netbeans,\
 
1126
        contrib/editor.deprecated.pre61completion,\
 
1127
        contrib/editor.deprecated.pre61settings,\
 
1128
        contrib/editor.fold.support,\
 
1129
        contrib/editor.hints.i18n,\
 
1130
        contrib/editor.nexterror,\
 
1131
        contrib/encoding,\
 
1132
        contrib/explorefromhere,\
 
1133
        contrib/fisheye,\
 
1134
        contrib/folder2html,\
 
1135
        contrib/formatmany,\
 
1136
        contrib/genericnavigator,\
 
1137
        contrib/graphicclassview,\
 
1138
        contrib/group,\
 
1139
        contrib/gsf,\
 
1140
        contrib/gsf.api,\
 
1141
        contrib/gsfpath.api,\
 
1142
        contrib/hexeditor,\
 
1143
        contrib/htmlprojects,\
 
1144
        contrib/j2ee.oc4j,\
 
1145
        contrib/j2ee.sun.ws7,\
 
1146
        contrib/java.debugjavac,\
 
1147
        contrib/java.ext.editor,\
 
1148
        contrib/javahints,\
 
1149
        contrib/javanavigators,\
 
1150
        contrib/jemmysupport,\
 
1151
        contrib/languages.execution,\
 
1152
        contrib/languages.prolog,\
 
1153
        contrib/languages.tcl,\
 
1154
        contrib/languages.velocity,\
 
1155
        contrib/libs.commons_lang,\
 
1156
        contrib/libs.ical4j,\
 
1157
        contrib/libs.jcalendar,\
 
1158
        contrib/licensechanger,\
 
1159
        contrib/loaderswitcher,\
 
1160
        contrib/moduleresolver,\
 
1161
        contrib/mount,\
 
1162
        contrib/nborgsourcebrowse,\
 
1163
        contrib/o.jython,\
 
1164
        contrib/o.jython.distro,\
 
1165
        contrib/o.n.contrib.debuggerretry,\
 
1166
        contrib/o.n.erdbeans,\
 
1167
        contrib/o.n.misc.diff,\
 
1168
        contrib/performance.insane,\
 
1169
        contrib/perspective,\
 
1170
        contrib/python.console,\
 
1171
        contrib/python.core,\
 
1172
        contrib/python.debugger,\
 
1173
        contrib/python.editor,\
 
1174
        contrib/python.help,\
 
1175
        contrib/python.kit,\
 
1176
        contrib/python.options,\
 
1177
        contrib/python.platform,\
 
1178
        contrib/python.project,\
 
1179
        contrib/python.samples,\
 
1180
        contrib/python.testrunner,\
 
1181
        contrib/scanondemand,\
 
1182
        contrib/showtodos,\
 
1183
        contrib/sysprops,\
 
1184
        contrib/tanui,\
 
1185
        contrib/websvc.saas.services.rtm,\
 
1186
        contrib/whichproject,\
 
1187
        deadlock.detector,\
 
1188
        j2ee.websphere6,\
 
1189
        j2me.cdc.platform.bdj,\
 
1190
        j2me.cdc.project.bdj,\
 
1191
        keyring.jps,\
 
1192
        languages.refactoring,\
 
1193
        libs.xmlbeans,\
 
1194
        mercurial.search,\
 
1195
        o.n.bluej,\
 
1196
        o.n.bluej.ui,\
 
1197
        projectimport.jbuilder,\
 
1198
        uihandler.interactive,\
 
1199
        web.domdiff,\
 
1200
        web.facelets010114,\
 
1201
        web.jsf.extensions,\
 
1202
        web.livehtml,\
 
1203
        websvc.axis2,\
 
1204
        websvc.jaxrpc,\
 
1205
        websvc.jaxrpc16,\
 
1206
        websvc.jaxrpckit,\
 
1207
        websvc.registry
 
1208
 
 
1209
nb.cluster.extide.dir=extide
 
1210
nb.cluster.extide.depends=\
 
1211
        nb.cluster.ide,\
 
1212
        nb.cluster.platform
 
1213
nb.cluster.extide=\
 
1214
        o.apache.tools.ant.module,\
 
1215
        options.java
 
1216
 
 
1217
# XXX needs updates to build:
 
1218
#        contrib/c.s.fortress,\
 
1219
#        contrib/fortress.editing,\
 
1220
 
 
1221
nb.cluster.webcommon.dir=webcommon
 
1222
nb.cluster.webcommon.depends=\
 
1223
        nb.cluster.ide,\
 
1224
        nb.cluster.extide,\
 
1225
        nb.cluster.platform
 
1226
nb.cluster.webcommon=\
 
1227
        cordova,\
 
1228
        cordova.platforms,\
 
1229
        cordova.platforms.android,\
 
1230
        cordova.platforms.ios,\
 
1231
        extbrowser.chrome,\
 
1232
        javascript.jstestdriver,\
 
1233
        languages.apacheconf,\
 
1234
        languages.ini,\
 
1235
        languages.neon,\
 
1236
        libs.jstestdriver,\
 
1237
        libs.plist,\
 
1238
        netserver,\
 
1239
        web.client.kit,\
 
1240
        web.client.samples,\
 
1241
        web.clientproject,\
 
1242
        web.clientproject.api,\
 
1243
        web.inspect,\
 
1244
        web.javascript.debugger,\
 
1245
        web.webkit.tooling
 
1246
 
 
1247
nb.cluster.websvccommon.dir=websvccommon
 
1248
nb.cluster.websvccommon.depends=\
 
1249
        nb.cluster.ide,\
 
1250
        nb.cluster.platform
 
1251
nb.cluster.websvccommon=\
 
1252
        websvc.jaxwsmodelapi,\
 
1253
        websvc.saas.api,\
 
1254
        websvc.saas.codegen,\
 
1255
        websvc.saas.kit,\
 
1256
        websvc.saas.services.amazon,\
 
1257
        websvc.saas.services.delicious,\
 
1258
        websvc.saas.services.flickr,\
 
1259
        websvc.saas.services.google,\
 
1260
        websvc.saas.services.strikeiron,\
 
1261
        websvc.saas.services.weatherbug,\
 
1262
        websvc.saas.services.zillow,\
 
1263
        websvc.saas.services.zvents,\
 
1264
        websvc.saas.ui
 
1265
# 225794 -  bundled twitter web service not working
 
1266
#        websvc.saas.services.twitter,\
 
1267
 
 
1268
nb.cluster.javacard.dir=javacard
 
1269
nb.cluster.javacard.depends=\
 
1270
        nb.cluster.ide,\
 
1271
        nb.cluster.extide,\
 
1272
        nb.cluster.platform,\
 
1273
        nb.cluster.java
 
1274
nb.cluster.javacard=\
 
1275
        javacard.apdu.io,\
 
1276
        javacard.apdufile,\
 
1277
        javacard.common,\
 
1278
        javacard.console,\
 
1279
        javacard.filemodels,\
 
1280
        javacard.kit,\
 
1281
        javacard.oberthur,\
 
1282
        javacard.platform.ui,\
 
1283
        javacard.project,\
 
1284
        javacard.ri.bundle,\
 
1285
        javacard.ri.platform,\
 
1286
        javacard.spi,\
 
1287
        properties.based.dataobjects,\
 
1288
        simple.project.templates,\
 
1289
        swing.customizerlayout
 
1290
 
 
1291
nb.cluster.javafx.dir=javafx
 
1292
nb.cluster.javafx.depends=\
 
1293
        nb.cluster.ide,\
 
1294
        nb.cluster.extide,\
 
1295
        nb.cluster.platform,\
 
1296
        nb.cluster.java,\
 
1297
        nb.cluster.websvccommon,\
 
1298
        nb.cluster.harness
 
1299
nb.cluster.javafx=\
 
1300
        javafx2.editor,\
 
1301
        javafx2.kit,\
 
1302
        javafx2.platform,\
 
1303
        javafx2.project,\
 
1304
        javafx2.samples,\
 
1305
        javafx2.scenebuilder