[jbosstools-commits] JBoss Tools SVN: r35959 - in trunk/documentation/whatsnew: jst and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 24 16:23:01 EDT 2011


Author: akazakov
Date: 2011-10-24 16:23:00 -0400 (Mon, 24 Oct 2011)
New Revision: 35959

Added:
   trunk/documentation/whatsnew/jst/images/3.3.0.M4/
   trunk/documentation/whatsnew/jst/images/3.3.0.M4/tooltip.png
   trunk/documentation/whatsnew/jst/jst-news-3.3.0.M4.html
Modified:
   trunk/documentation/whatsnew/index.html
Log:
https://issues.jboss.org/browse/JBIDE-9964 JST/JSF Components N&N

Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html	2011-10-24 19:02:10 UTC (rev 35958)
+++ trunk/documentation/whatsnew/index.html	2011-10-24 20:23:00 UTC (rev 35959)
@@ -36,6 +36,7 @@
     <td valign="top" align="left">
       <p align="right"><b>3.3.0.M4</b>
     <td valign="top">
+      <p><a href="jst/jst-news-3.3.0.M4.html">JST/JSF 3.3.0.M4</a></p>
       <p><a href="vpe/vpe-news-3.3.0.M4.html">Visual Page Editor 3.3.0.M4</a></p>     
       <p><a href="openshift/openshift-news-0.1.0.M4.html">Openshift Application Wizard 0.1.0.M4</a></p>     
     </td>

Added: trunk/documentation/whatsnew/jst/images/3.3.0.M4/tooltip.png
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.M4/tooltip.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/documentation/whatsnew/jst/jst-news-3.3.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.3.0.M4.html	                        (rev 0)
+++ trunk/documentation/whatsnew/jst/jst-news-3.3.0.M4.html	2011-10-24 20:23:00 UTC (rev 35959)
@@ -0,0 +1,46 @@
+<?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>JST/JSF 3.3.0.M4 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>JST/JSF 3.3.0.M4 What's New</h1>
+
+<p align="right"><a href="../index.html">&lt; Main
+    Index</a> <a href="../vpe/vpe-news-3.3.0.M4.html">VPE Tools &gt</a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+	<tr>
+		<td valign="top" align="left">
+		<p><b>Message bundles</b></p>
+		</td>
+		<td valign="top">
+		  <p>If you now move your mouse over an EL with message property reference in XHTML/JSP editor you will see
+		     the information of the corresponding message bundle/property:</p>
+		<img src="images/3.3.0.M4/tooltip.png"/>
+		<small><a href="https://jira.jboss.org/browse/JBIDE-9731">Related Jira</a></small></p>
+		</td>
+	</tr>
+</table>
+
+</body>
+
+</html>
\ No newline at end of file


Property changes on: trunk/documentation/whatsnew/jst/jst-news-3.3.0.M4.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list