This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 55442
Collapse All | Expand All

(-)build.xml (-2 / +2 lines)
Lines 1429-1435 Link Here
1429
  </target>
1456
  </target>
1430
1457
1431
  <!-- Tasklist modules -->
1458
  <!-- Tasklist modules -->
1432
  <target name="all-tasklist/api" depends="init,all-java">
1459
  <target name="all-tasklist/api" depends="init">
1433
    <echo message="Building module tasklist/api..."/>
1460
    <echo message="Building module tasklist/api..."/>
1434
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
1461
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
1435
    <antcall target="build-one-cluster-dependencies" inheritAll="false">
1462
    <antcall target="build-one-cluster-dependencies" inheritAll="false">
Lines 1478-1484 Link Here
1478
    <echo message="Building module tasklist/suggestions/ui..."/>
1505
    <echo message="Building module tasklist/suggestions/ui..."/>
1479
    <ant dir="../tasklist/suggestions/ui" target="netbeans"/>
1506
    <ant dir="../tasklist/suggestions/ui" target="netbeans"/>
1480
  </target>
1507
  </target>
1481
  <target name="all-tasklist/docscan" depends="init,all-java/api,all-projects/projectapi,all-projects/projectuiapi,all-tasklist/api,all-tasklist/core,all-tasklist/suggestions">
1508
  <target name="all-tasklist/docscan" depends="init,all-projects/projectapi,all-projects/projectuiapi,all-tasklist/api,all-tasklist/core,all-tasklist/suggestions">
1482
    <echo message="Building module tasklist/docscan..."/>
1509
    <echo message="Building module tasklist/docscan..."/>
1483
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
1510
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
1484
    <antcall target="build-one-cluster-dependencies" inheritAll="false">
1511
    <antcall target="build-one-cluster-dependencies" inheritAll="false">

Return to bug 55442