Author: akazakov
Date: 2012-02-23 18:36:50 -0500 (Thu, 23 Feb 2012)
New Revision: 39081
Added:
trunk/documentation/whatsnew/jst/images/3.3.0.Beta1/
trunk/documentation/whatsnew/jst/images/3.3.0.Beta1/xml.png
trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html
Log:
https://issues.jboss.org/browse/JBIDE-11021 JST/JSF Components N&N
Added: trunk/documentation/whatsnew/jst/images/3.3.0.Beta1/xml.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/jst/images/3.3.0.Beta1/xml.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html
(rev 0)
+++ trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html 2012-02-23 23:36:50 UTC
(rev 39081)
@@ -0,0 +1,117 @@
+<?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.Beta1 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.Beta1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
+ Index</a> <a href="../vpe/vpe-news-3.3.0.Beta1.html">VPE Tools
></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Hyperlinks (OpenOns)</h3>
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>faces-config.xml</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ Resource bundle defined in
<base-name>resources</base-name> in faces-config.xml can now
be navigated to via OpenOn (Ctrl+Click).
+ </p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10404">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>*.tld navigation</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ Navigation also now works for tag libs defined in <path> in *.tld
files;
+ </p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10302">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p><b>JBoss Tools XML Editor</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ Drop-down fields available in Tree tab of JBoss Tools XML Editor can now be used as
links to navigate to the corresponding element of the XML file.
+ </p>
+ <img src="images/3.3.0.Beta1/xml.png"/>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10576">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Performance</h3>
+ <hr />
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p></p>
+ </td>
+ <td valign="top">
+ <p>
+ We have fixed some important performance issues with importing Web projects. It now
takes much less time to import big projects.
+ </p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10442">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
\ No newline at end of file
Property changes on: trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain