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

(-)nbbuild/build.xml (-1 / +1 lines)
Lines 536-542 Link Here
536
    <echo message="Building module usersguide..."/>
536
    <echo message="Building module usersguide..."/>
537
    <ant dir="../usersguide" target="netbeans"/>
537
    <ant dir="../usersguide" target="netbeans"/>
538
  </target>
538
  </target>
539
  <target name="all-utilities" depends="all-openide,all-openide/deprecated,all-openide/io">
539
  <target name="all-utilities" depends="all-openide,all-openide/deprecated,all-openide/io,all-openidex">
540
    <echo message="Building module utilities..."/>
540
    <echo message="Building module utilities..."/>
541
    <ant dir="../utilities" target="netbeans"/>
541
    <ant dir="../utilities" target="netbeans"/>
542
  </target>
542
  </target>

Return to bug 31432