summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2014-03-04 22:23:29 +0000
committerAndreas Beeker <kiwiwings@apache.org>2014-03-04 22:23:29 +0000
commit2589b5ad1e33029095151b0fe1445d35af6a246e (patch)
treee392988b42bc4ec79fea1e39eb9c05580457dea0 /build.xml
parent0c38315f31a385ae251f89adc26578b2a35b25de (diff)
downloadpoi-2589b5ad1e33029095151b0fe1445d35af6a246e.tar.gz
poi-2589b5ad1e33029095151b0fe1445d35af6a246e.zip
disable font downloading, because of Jenkins connection (download) problems
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 4702c3cc30..d0cde1874a 100644
--- a/build.xml
+++ b/build.xml
@@ -1427,6 +1427,9 @@ under the License.
</target>
<target name="test-scratchpad-download-resources">
+ <!-- disable font downloading until TestFontRendering works on all plattforms -->
+ <!-- ... eventually copy the files into the resource dirs ... -->
+ <!--
<mkdir dir="build/scratchpad-test-resources"/>
<antcall target="downloadfile">
@@ -1445,6 +1448,7 @@ under the License.
<param name="sourcefile" value="https://googlefontdirectory.googlecode.com/hg-history/c5955de4df3e40f6ab705bbccbd1f5ad93998287/cabin/Cabin-Regular.ttf"/>
<param name="destfile" value="build/scratchpad-test-resources/Cabin-Regular.ttf"/>
</antcall>
+ -->
</target>
</project>