[jbosstools-commits] JBoss Tools SVN: r41739 - in trunk/documentation/whatsnew: maven and 3 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Jun 6 07:05:39 EDT 2012
Author: yradtsevich
Date: 2012-06-06 07:05:38 -0400 (Wed, 06 Jun 2012)
New Revision: 41739
Added:
trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/
trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html
Modified:
trunk/documentation/whatsnew/index.html
trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html
Log:
JBIDE-11931 Create "New and Noteworthy" for 3.3.0... JBIDE-11942 CLONE - Visual Editor Component N&N
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-06-06 09:08:30 UTC (rev 41738)
+++ trunk/documentation/whatsnew/index.html 2012-06-06 11:05:38 UTC (rev 41739)
@@ -53,6 +53,7 @@
<p align="right"><b>3.3.0.CR1</b>
<td valign="top">
<p><a href="maven/maven-news-3.3.0.CR1.html">Maven</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.CR1.html">Visual Page Editor/BrowserSim</a></p>
</td>
</tr>
<tr>
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html 2012-06-06 09:08:30 UTC (rev 41738)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html 2012-06-06 11:05:38 UTC (rev 41739)
@@ -23,9 +23,8 @@
<body>
<h1>Maven Tools</h1>
-<p align="right"><a href="../index.html">< Main Index</a>
- <!-- <a
-href="../central/central-news-1.0.0.M5.html">JBoss Central ></a> --></p>
+<p align="right"><a href="../index.html">< Main Index</a> <a
+href="../vpe/vpe-news-3.3.0.CR1.html">Visual Page Editor/BrowserSim ></a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
<tr>
<td colspan="2">
Added: trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html (rev 0)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html 2012-06-06 11:05:38 UTC (rev 41739)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>Visual Page Editor/BrowserSim 3.3.0.CR1 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1 style="text-align:left">Visual Page Editor/BrowserSim 3.3.0.CR1 What's New</h1>
+
+<p align="right">
+<a href="../index.html">< Main Index</a>
+<!--<a href="../central/central-news-1.0.0.Beta3.html">JBoss Central ></a>-->
+</p>
+
+<table border="0" cellpadding="10" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>BrowserSim</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <b><p>
+ Pixel Ratio option
+ <p></b>
+ </td>
+ <td valign="top">
+ <p>Now BrowserSim has a Pixel Ratio option. It allows to set ratio of CSS pixels to device pixels. For instance, pixel ratio of iPhone 4 is 2.0:</p>
+ <p>
+ <img src="images/3.3.0.CR1/pixel-ratio.png" width="501px" height="727px">
+ </p>
+ <p><small>
+ <a href="https://issues.jboss.org/browse/JBIDE-11896">Related Jira</a>
+ </small></p>
+ </td>
+ </tr>
+</table>
+</body>
+</html>
\ No newline at end of file
More information about the jbosstools-commits
mailing list