Author: kwright
Date: Tue Sep 10 08:46:19 2013
New Revision: 1521371
URL: http://svn.apache.org/r1521371
Log:
Fix broken font download link
Modified:
manifoldcf/trunk/site/build.xml
Modified: manifoldcf/trunk/site/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/build.xml?rev=1521371&r1=1521370&r2=1521371&view=diff
==============================================================================
--- manifoldcf/trunk/site/build.xml (original)
+++ manifoldcf/trunk/site/build.xml Tue Sep 10 08:46:19 2013
@@ -274,8 +274,9 @@
<mkdir dir="fonts"/>
<!--
http://ossipedia.ipa.go.jp/ipafont/download.html?ruleagreement=%E5%90%8C%E6%84%8F%E3%81%99%E3%82%8B%2FAccept
-->
<!-- get src="http://ossipedia.ipa.go.jp/ipafont/IPAGTTC00303.php"
dest="fonts/IPAGTTC00303.zip"/ -->
- <get
src="http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAGTTC00303.zip"
dest="fonts"/>
+ <!-- get
src="http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAGTTC00303.zip"
dest="fonts"/ -->
<!-- get
src="http://ossipedia.ipa.go.jp/ipafont/ipafont/IPAGTTC00303.zip" dest="fonts"/
-->
+ <get
src="http://jaist.dl.sourceforge.jp/ipafonts/51867/IPAGTTC00303.zip"
dest="fonts"/>
</target>
<target name="download-dependencies"
depends="download-dejavu-fonts,download-ipa-fonts">