Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287775 | Differences between
and this patch

Collapse All | Expand All

(-)build.xml (-4 lines)
Lines 236-245 Link Here
236
                </classpath>
236
                </classpath>
237
            </javac>
237
            </javac>
238
            <copy file="LICENSE.txt" todir="build/temp/@{destjar}.contents"/>
238
            <copy file="LICENSE.txt" todir="build/temp/@{destjar}.contents"/>
239
            <!-- Put Java source in Jars for user's convenience. -->
240
            <copy todir="build/temp/@{destjar}.contents">
241
                <fileset dir="@{srcdir}"/>
242
            </copy>
243
            <jar jarfile="@{destjar}">
239
            <jar jarfile="@{destjar}">
244
                <fileset dir="build/temp/@{destjar}.contents"/>
240
                <fileset dir="build/temp/@{destjar}.contents"/>
245
            </jar>
241
            </jar>

Return to bug 287775