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

(-)/usr/portage/dev-java/rngom/files/build.xml-20051226 (+1 lines)
Lines 11-16 Link Here
11
  <target name="jar" depends="compile">
11
  <target name="jar" depends="compile">
12
    <jar destfile="rngom.jar">
12
    <jar destfile="rngom.jar">
13
      <fileset dir="build" includes="**/*.class"/>
13
      <fileset dir="build" includes="**/*.class"/>
14
      <fileset dir="src" includes="**/*.properties"/>
14
    </jar>
15
    </jar>
15
  </target>
16
  </target>
16
</project>
17
</project>

Return to bug 254404