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 55639
Collapse All | Expand All

(-)build.xml (+36 lines)
Line 733 Link Here
733
  <target name="all-editor/errorstripe/annotations" depends="init,all-editor/lib,all-editor,all-editor/errorstripe">
734
    <echo message="Building module editor/errorstripe/annotations..."/>
735
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
736
    <antcall target="build-one-cluster-dependencies" inheritAll="false">
737
      <param name="one.cluster.dependencies" value="${dependsClusters}"/>
738
      <param name="one.cluster.name" value="this-cluster"/>
739
    </antcall>
740
    <ant dir="../editor/errorstripe/annotations" target="netbeans"/>
741
  </target>
742
  <target name="all-java/errorstripe" depends="init,all-editor/lib,all-editor,all-editor/errorstripe">
743
    <echo message="Building module java/errorstripe..."/>
744
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
745
    <antcall target="build-one-cluster-dependencies" inheritAll="false">
746
      <param name="one.cluster.dependencies" value="${dependsClusters}"/>
747
      <param name="one.cluster.name" value="this-cluster"/>
748
    </antcall>
749
    <ant dir="../java/errorstripe" target="netbeans"/>
750
  </target>
Line 1075 Link Here
1093
  <target name="all-latex/errorstripe" depends="init,all-latex/model,all-editor/errorstripe">
1094
    <echo message="Building module latex/errorstripe..."/>
1095
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
1096
    <antcall target="build-one-cluster-dependencies" inheritAll="false">
1097
      <param name="one.cluster.dependencies" value="${dependsClusters}"/>
1098
      <param name="one.cluster.name" value="this-cluster"/>
1099
    </antcall>
1100
    <ant dir="../latex/errorstripe" target="netbeans"/>
1101
  </target>
Line 1458 Link Here
1485
  </target>
1486
  <target name="all-tasklist/errorstripe" depends="init,all-editor/lib,all-editor,all-editor/errorstripe,all-tasklist/api,all-tasklist/core,all-tasklist/docscan,all-tasklist/suggestions">
1487
    <echo message="Building module tasklist/errorstripe..."/>
1488
    <getdependsclusters name="dependsClusters" list="${nb.clusters.list}"/>
1489
    <antcall target="build-one-cluster-dependencies" inheritAll="false">
1490
      <param name="one.cluster.dependencies" value="${dependsClusters}"/>
1491
      <param name="one.cluster.name" value="this-cluster"/>
1492
    </antcall>
1493
    <ant dir="../tasklist/errorstripe" target="netbeans"/>
(-)templates/modules.xml (+16 lines)
Line 229 Link Here
229
        <path>editor/errorstripe/annotations</path>
230
        <cnb>org.netbeans.modules.editor.errorstripe.annotations</cnb>
231
    </module>
232
    <module>
Line 371 Link Here
375
        <path>java/errorstripe</path>
376
        <cnb>org.netbeans.modules.editor.errorstripe.java</cnb>
377
    </module>
378
    <module>
Line 456 Link Here
464
        <path>latex/errorstripe</path>
465
        <cnb>org.netbeans.modules.latex.errorstripe</cnb>
466
    </module>
467
    <module>
Line 653 Link Here
665
    </module>
666
    <module>
667
        <path>tasklist/errorstripe</path>
668
        <cnb>org.netbeans.modules.tasklist.errorstripe</cnb>

Return to bug 55639