This is an automated email from the ASF dual-hosted git repository.

piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f9e82d5ae Fix for downloading IPA Fonts on a new location
f9e82d5ae is described below

commit f9e82d5ae8317d74034f83c3c2dbd563bc807f3e
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Jul 24 12:28:03 2025 +0200

    Fix for downloading IPA Fonts on a new location
---
 site/build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/site/build.xml b/site/build.xml
index 7c3a7597a..4d7118165 100644
--- a/site/build.xml
+++ b/site/build.xml
@@ -276,7 +276,8 @@
       <!-- 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://ossipedia.ipa.go.jp/ipafont/ipafont/IPAGTTC00303.zip"; dest="fonts"/ 
-->
-      <get 
src="http://jaist.dl.sourceforge.jp/ipafonts/51867/IPAGTTC00303.zip"; 
dest="fonts"/>
+      <!-- get 
src="http://jaist.dl.sourceforge.jp/ipafonts/51867/IPAGTTC00303.zip"; 
dest="fonts"/ -->
+         <get 
src="https://ftp.iij.ad.jp/pub/osdn.jp/ipafonts/51867/IPAGTTC00303.zip"; 
dest="fonts" />
     </target>
     
     <target name="download-dependencies" 
depends="download-dejavu-fonts,download-ipa-fonts">

Reply via email to