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

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 23 Apr 2010 20:07:44 +0200 (CEST)

Author: stippi
Date: 2010-04-23 20:07:44 +0200 (Fri, 23 Apr 2010)
New Revision: 36437
Changeset: http://dev.haiku-os.org/changeset/36437/haiku

Modified:
   haiku/trunk/build/jam/ReleaseBuildProfiles
Log:
 * Replaced BeZillaBrowser with WebPositive in the alpha-* profile.
 * Removed VLC from the alpha-*, apparently this was only done in the alpha-1
   branch back then.


Modified: haiku/trunk/build/jam/ReleaseBuildProfiles
===================================================================
--- haiku/trunk/build/jam/ReleaseBuildProfiles  2010-04-23 18:07:31 UTC (rev 
36436)
+++ haiku/trunk/build/jam/ReleaseBuildProfiles  2010-04-23 18:07:44 UTC (rev 
36437)
@@ -18,8 +18,8 @@
                HAIKU_IMAGE_HOST_NAME = shredder ;
                HAIKU_IMAGE_SIZE = 650 ;
 
-               AddOptionalHaikuImagePackages BePDF BeZillaBrowser Clockwerk Pe 
Vision
-                       VLC WonderBrush ;
+               AddOptionalHaikuImagePackages BePDF Clockwerk Pe Vision
+                       WebPositive WonderBrush ;
                AddOptionalHaikuImagePackages CVS Development Git Mercurial
                        Python Subversion OpenSSH OpenSSL ;
                AddOptionalHaikuImagePackages Nano P7zip Welcome BeBook 
XZ-Utils ;


Other related posts:

  • » [haiku-commits] r36437 - haiku/trunk/build/jam - superstippi