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

(-)build.xml (-1 / +1 lines)
Lines 811-817 Link Here
811
      <ant dir="../xml/core" target="netbeans"/>
811
      <ant dir="../xml/core" target="netbeans"/>
812
  </target>
812
  </target>
813
813
814
  <target name="all-xml/tax" depends="all-openide, all-xml/api, all-xml/core, all-openide/deprecated">
814
  <target name="all-xml/tax" depends="all-openide, all-xml/api, all-xml/core, all-openide/deprecated, all-libs/xerces">
815
      <echo message="Building module xml/tax..."/>
815
      <echo message="Building module xml/tax..."/>
816
      <ant dir="../xml/tax" target="netbeans"/>
816
      <ant dir="../xml/tax" target="netbeans"/>
817
  </target>
817
  </target>

Return to bug 18777