Skip to content

Commit fb99199

Browse files
committed
add concurrent reads value
1 parent a8e1880 commit fb99199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!-- load properties first -->
1818
<!--<property file="${user.home}/${name}.build.properties" />-->
19-
<!--<property file="${root}/build.properties" />-->
19+
<property file="build.properties"/>
2020

2121
<!-- these are optional, only used if you uncomment the project.class.path filesets below -->
2222
<property name="hadoop.home" location="${basedir}/../hadoop"/>
@@ -73,7 +73,7 @@
7373

7474

7575
<!--<fileset dir="${lib.dir}">-->
76-
<!--<include name="*.jar"/>-->
76+
<!--<include name="*.jar"/>-->
7777
<!--</fileset>-->
7878

7979
<fileset dir="${hadoop.home}">
@@ -208,4 +208,4 @@
208208
</tar>
209209
</target>
210210

211-
</project>
211+
</project>

0 commit comments

Comments
 (0)