Author: centic
Date: Tue Jan 22 10:04:53 2019
New Revision: 1851797
URL: http://svn.apache.org/viewvc?rev=1851797&view=rev
Log:
Fix invalid comment in build.xml
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1851797&r1=1851796&r2=1851797&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Jan 22 10:04:53 2019
@@ -1229,7 +1229,7 @@ under the License.
<jvmarg value="-Xmx@{heap}M"/>
<jvmarg value="-ea"/>
- <!-- some --add-opens and other properties are needed when
running with Java 9 or newer -->
+ <!-- some "add-opens" and other properties are needed when
running with Java 9 or newer -->
<jvmarg value="${java9addmods}" if:set="java9addmods" />
<jvmarg value="${java9addmodsvalue}"
if:set="java9addmodsvalue" />
<jvmarg value="${java9addopens1}" if:set="java9addopens1"
/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]