[vmkit-commits] [vmkit] r180278 - update www

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 09:47:04 PDT 2013


Author: peter.senna
Date: Thu Apr 25 11:44:54 2013
New Revision: 180278

URL: http://llvm.org/viewvc/llvm-project?rev=180278&view=rev
Log:
update www
(cherry picked from commit 054c44acf6a4450d5d2dc7efce105cbb0c8d04b7)

Modified:
    vmkit/trunk/www/common.php
    vmkit/trunk/www/index.php

Modified: vmkit/trunk/www/common.php
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/common.php?rev=180278&r1=180277&r2=180278&view=diff
==============================================================================
--- vmkit/trunk/www/common.php (original)
+++ vmkit/trunk/www/common.php Thu Apr 25 11:44:54 2013
@@ -23,9 +23,9 @@
   <HEAD>
 			 <link rel="stylesheet" type="text/css" href="<?=$dir?>stylesheet.css">
 		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
-		<meta name="description" content="Gaël Thomas - Home Page">
+		<meta name="description" content="VMKit2 - Home Page">
     <meta name="author" content="Gaël Thomas">
-	  <TITLE>Gaël Thomas - Home Page</TITLE>
+	  <TITLE>VMKit2 - Home Page</TITLE>
 	</HEAD>
 
 <body>

Modified: vmkit/trunk/www/index.php
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/index.php?rev=180278&r1=180277&r2=180278&view=diff
==============================================================================
--- vmkit/trunk/www/index.php (original)
+++ vmkit/trunk/www/index.php Thu Apr 25 11:44:54 2013
@@ -17,7 +17,7 @@ fork of the <a href="http://vmkit.llvm.o
 <p>
 VMKit2 relies on <a href="http://llvm.org">LLVM</a> for compilation and 
 <a href="http://jikesrvm.org/MMTk">MMTk</a> to manage memory. 
-Currently, a full Java virtual machine
+Currently, a full Java virtual machine called J3 is distributed with VMKit2.
 
 <p>
 For the end user, VMKit2 provides:





More information about the vmkit-commits mailing list