You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/02/03 20:10:50 UTC

svn commit: r1441954 - /manifoldcf/site/trunk/build.xml

Author: kwright
Date: Sun Feb  3 19:10:50 2013
New Revision: 1441954

URL: http://svn.apache.org/viewvc?rev=1441954&view=rev
Log:
Fonts back to original place

Modified:
    manifoldcf/site/trunk/build.xml

Modified: manifoldcf/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/build.xml?rev=1441954&r1=1441953&r2=1441954&view=diff
==============================================================================
--- manifoldcf/site/trunk/build.xml (original)
+++ manifoldcf/site/trunk/build.xml Sun Feb  3 19:10:50 2013
@@ -451,8 +451,8 @@
       <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://ossipedia.ipa.go.jp/ipafont/ipafont/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"/ -->
     </target>
     
     <target name="make-core-deps" depends="download-dejavu-fonts,download-ipa-fonts,download-commons,download-avalon-framework,download-xmlgraphics-commons,download-fop">