Use propertyresource instead string in common-build.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-09-05 16:31:02 +00:00
parent 49c6a4a0bf
commit 5d1df1ac19
1 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@
<!-- temporary for cleanup of java.specification.version, to be in format "x.y" -->
<loadresource property="-cleaned.specification.version">
<string value="${java.specification.version}"/>
<propertyresource name="java.specification.version"/>
<filterchain>
<tokenfilter>
<filetokenizer/>
@ -894,7 +894,7 @@
<!-- create a fileset pattern that matches ${tests.class}. -->
<loadresource property="tests.explicitclass" quiet="true">
<string value="${tests.class}" />
<propertyresource name="tests.class" />
<filterchain>
<tokenfilter>
<filetokenizer/>