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

(-)build.xml (-4 / +4 lines)
Lines 227-236 Link Here
227
  </target>
227
  </target>
228
228
229
229
230
  <target name="dist" depends="compile,javadoc"
230
  <target name="dist" depends="compile"
231
   description="Create binary distribution">
231
   description="Create binary distribution">
232
    <mkdir      dir="${dist.home}"/>
232
    <mkdir      dir="${dist.home}"/>
233
    <copy      file="../LICENSE"
233
    <copy     file="./LICENSE.txt"
234
              todir="${dist.home}"/>
234
              todir="${dist.home}"/>
235
    <copy      file="RELEASE-NOTES.txt"
235
    <copy      file="RELEASE-NOTES.txt"
236
              todir="${dist.home}"/>
236
              todir="${dist.home}"/>
Lines 242-248 Link Here
242
   description="Create jar">
242
   description="Create jar">
243
    <mkdir      dir="${dist.home}"/>
243
    <mkdir      dir="${dist.home}"/>
244
    <mkdir      dir="${build.home}/classes/META-INF"/>
244
    <mkdir      dir="${build.home}/classes/META-INF"/>
245
    <copy      file="../LICENSE"
245
    <copy     file="./LICENSE.txt"
246
             tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
246
             tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
247
    <jar    jarfile="${commons-el.jar}"
247
    <jar    jarfile="${commons-el.jar}"
248
           manifest="${build.home}/conf/MANIFEST.MF">
248
           manifest="${build.home}/conf/MANIFEST.MF">
Lines 257-263 Link Here
257
    <copy  todir="${build.home}/classes/META-INF" filtering="on">
257
    <copy  todir="${build.home}/classes/META-INF" filtering="on">
258
      <fileset dir="${conf.home}" includes="*.MF"/>
258
      <fileset dir="${conf.home}" includes="*.MF"/>
259
    </copy>
259
    </copy>
260
    <copy      file="../LICENSE"
260
    <copy     file="./LICENSE.txt"
261
             tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
261
             tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
262
    <jar    jarfile="${commons-el.jar}"
262
    <jar    jarfile="${commons-el.jar}"
263
           manifest="${build.home}/classes/META-INF/MANIFEST.MF">
263
           manifest="${build.home}/classes/META-INF/MANIFEST.MF">

Return to bug 37924