[haiku-commits] r35709 - haiku/trunk/build/jam

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Mar 2010 22:50:11 +0100 (CET)

Author: zooey
Date: 2010-03-01 22:50:11 +0100 (Mon, 01 Mar 2010)
New Revision: 35709
Changeset: http://dev.haiku-os.org/changeset/35709/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
* reverted r35680 as it caused havoc with the other
  (basic) development optional packages - needs
  some more investigation

Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-03-01 21:44:08 UTC (rev 
35708)
+++ haiku/trunk/build/jam/OptionalPackages      2010-03-01 21:50:11 UTC (rev 
35709)
@@ -564,8 +564,8 @@
 
 # ICU-devel
 if [ IsOptionalHaikuImagePackageAdded ICU-devel ] {
-       InstallOptionalHaikuImagePackage icu-devel-4.2-2010-02-28.zip
-               : $(baseURL)/icu-devel-4.2-2010-02-28.zip
+       InstallOptionalHaikuImagePackage icu-devel-4.2-2010-01-26.zip
+               : $(baseURL)/icu-devel-4.2-2010-01-26.zip
        ;
 }
 


Other related posts:

  • » [haiku-commits] r35709 - haiku/trunk/build/jam - zooey