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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- build.xml
0
++ build.xml
Lines 76-81 Link Here
76
    <property name="poi.test.locale" value="-Duser.language=en -Duser.country=US"/>
76
    <property name="poi.test.locale" value="-Duser.language=en -Duser.country=US"/>
77
    <property name="POI.testdata.path" value="test-data"/>
77
    <property name="POI.testdata.path" value="test-data"/>
78
    <property name="java.awt.headless" value="true"/>
78
    <property name="java.awt.headless" value="true"/>
79
    <property name="user.home" value="."/>
79
    
80
    
80
    <!-- Main: -->
81
    <!-- Main: -->
81
    <property name="main.resource1.dir" value="src/resources/main"/>
82
    <property name="main.resource1.dir" value="src/resources/main"/>
Lines 152-157 Link Here
152
    <propertyset id="junit.properties">
153
    <propertyset id="junit.properties">
153
        <propertyref name="POI.testdata.path"/>
154
        <propertyref name="POI.testdata.path"/>
154
        <propertyref name="java.awt.headless"/>
155
        <propertyref name="java.awt.headless"/>
156
        <propertyref name="user.home"/>
155
    </propertyset>
157
    </propertyset>
156
158
157
    <path id="main.classpath">
159
    <path id="main.classpath">

Return to bug 402757