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

(-)nbbuild/build.xml (-1 / +1 lines)
Lines 228-234 Link Here
228
    <ant dir="../extbrowser/webclient" target="netbeans"/>
228
    <ant dir="../extbrowser/webclient" target="netbeans"/>
229
  </target>
229
  </target>
230
  <!-- XXX illegal dependence on core! -->
230
  <!-- XXX illegal dependence on core! -->
231
  <target name="all-form" depends="all-openide,all-openidex,all-java,all-clazz,all-core">
231
  <target name="all-form" depends="all-openide,all-java,all-core">
232
    <echo message="Building module form..."/>
232
    <echo message="Building module form..."/>
233
    <ant dir="../form" target="netbeans"/>
233
    <ant dir="../form" target="netbeans"/>
234
  </target>
234
  </target>

Return to bug 20783