Fix inconsistent spacing / whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dccad7fb92
commit
6c976b6700
@ -21,9 +21,7 @@ under the License.
|
||||
|
||||
<description>Test-Ant file which verifies that the Apache POI distribution build sources can be compiled successfully.
|
||||
|
||||
Before running this, you should execute the "assemble" target in the main build.xml to have the packaged files
|
||||
created correctly.
|
||||
|
||||
Before running this, you should execute the "assemble" target in the main build.xml to have the packaged files created correctly.
|
||||
</description>
|
||||
|
||||
<property name="dist" value="../../build/dist"/>
|
||||
@ -112,8 +110,8 @@ under the License.
|
||||
</or>
|
||||
</condition>
|
||||
</fail>
|
||||
<echo message="Found jar packages at ${jarpackage}, dist: ${dist}"/>
|
||||
|
||||
<echo message="Found jar packages at ${jarpackage}, dist: ${dist}"/>
|
||||
<path id="libs">
|
||||
<fileset dir="../../lib">
|
||||
<include name="junit*.jar"/>
|
||||
@ -127,15 +125,10 @@ under the License.
|
||||
|
||||
<echo message="Compiling examples without linking to scratchpad.jar to ensure that only some specific ones require this jar"/>
|
||||
<javac srcdir="../examples/src" destdir="${build}"
|
||||
target="1.6"
|
||||
source="1.6"
|
||||
debug="true"
|
||||
encoding="ASCII"
|
||||
fork="yes"
|
||||
includeantruntime="false"
|
||||
target="1.6" source="1.6" debug="true"
|
||||
encoding="ASCII" fork="yes" includeantruntime="false"
|
||||
excludes="org/apache/poi/hslf/**,org/apache/poi/hsmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/LoadEmbedded.java,**/Word2Forrest.java"
|
||||
classpath="${jarpackage}"
|
||||
classpathref="libs">
|
||||
classpath="${jarpackage}" classpathref="libs">
|
||||
</javac>
|
||||
|
||||
<!-- select latest built jar files with additionally scratchpad.jar -->
|
||||
@ -156,14 +149,9 @@ under the License.
|
||||
|
||||
<echo message="Compiling all examples with the additional scratchpad.jar"/>
|
||||
<javac srcdir="../examples/src" destdir="${build}"
|
||||
target="1.6"
|
||||
source="1.6"
|
||||
debug="true"
|
||||
encoding="ASCII"
|
||||
fork="yes"
|
||||
includeantruntime="false"
|
||||
classpath="${jarpackagescratchpad}"
|
||||
classpathref="libs">
|
||||
target="1.6" source="1.6" debug="true"
|
||||
encoding="ASCII" fork="yes" includeantruntime="false"
|
||||
classpath="${jarpackagescratchpad}" classpathref="libs">
|
||||
</javac>
|
||||
</target>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user