Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37925
Collapse All | Expand All

(-)./build.xml (+3 lines)
Lines 143-151 Link Here
143
  <target name="static" depends="prepare"
143
  <target name="static" depends="prepare"
144
   description="Copy static files to build directory">
144
   description="Copy static files to build directory">
145
    <tstamp/>
145
    <tstamp/>
146
    <!-- Edited out by Greg Bowyer to help the gentoo ebuild of commons-modeler build -->
147
    <!--
146
    <copy  todir="${build.home}/conf" filtering="on">
148
    <copy  todir="${build.home}/conf" filtering="on">
147
      <fileset dir="${conf.home}" includes="*.MF"/>
149
      <fileset dir="${conf.home}" includes="*.MF"/>
148
    </copy>
150
    </copy>
151
    -->
149
  </target>
152
  </target>
150
153
151
154

Return to bug 37925