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

Collapse All | Expand All

(-)build.xml (-1 / +3 lines)
Lines 16-21 Link Here
16
    
16
    
17
    <path id="project.class.path">
17
    <path id="project.class.path">
18
        <pathelement path="src"/>
18
        <pathelement path="src"/>
19
        <pathelement location="${lib}/ant.jar"/>
19
        <pathelement location="${lib}/bcel-5.2.jar"/>
20
        <pathelement location="${lib}/bcel-5.2.jar"/>
20
        <pathelement location="${lib}/jakarta-regexp-1.3.jar"/>
21
        <pathelement location="${lib}/jakarta-regexp-1.3.jar"/>
21
    </path>
22
    </path>
Lines 44-49 Link Here
44
            <classpath>
45
            <classpath>
45
                <pathelement location="${test}"/>
46
                <pathelement location="${test}"/>
46
                <pathelement location="${build}"/>
47
                <pathelement location="${build}"/>
48
                <pathelement location="${lib}/junit.jar"/>
47
                <pathelement location="${lib}/bcel-5.2.jar"/>
49
                <pathelement location="${lib}/bcel-5.2.jar"/>
48
                <pathelement location="${lib}/jakarta-regexp-1.3.jar"/>
50
                <pathelement location="${lib}/jakarta-regexp-1.3.jar"/>
49
            </classpath>
51
            </classpath>
Lines 135-138 Link Here
135
    </target>
137
    </target>
136
    
138
    
137
    
139
    
138
</project>
140
</project>

Return to bug 261307