[jbosstools-commits] JBoss Tools SVN: r6401 - in trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces: templates and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Feb 18 11:23:56 EST 2008


Author: svasilyev
Date: 2008-02-18 11:23:56 -0500 (Mon, 18 Feb 2008)
New Revision: 6401

Added:
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/about.html
Modified:
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/build.properties
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/plugin.xml
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/templates/vpe-templates-myfaces.xml
Log:
http://jira.jboss.org/jira/browse/JBIDE-1687

Added: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/about.html
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/about.html	                        (rev 0)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/about.html	2008-02-18 16:23:56 UTC (rev 6401)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this plug-in 
+("Content"). Unless otherwise indicated below, the Content is provided to you 
+under the terms and conditions of the Eclipse Public License Version 1.0 
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the 
+Content is being redistributed by another party ("Redistributor") and different 
+terms and conditions may apply to your use of any object code in the Content. 
+Check the Redistributor's license that was provided with the Content. If no such 
+license exists, contact the Redistributor. Unless otherwise indicated below, the 
+terms and conditions of the EPL still apply to any source code in the Content 
+and such source code may be obtained at
+  <A href="http://www.jboss.org/tools">http://www.jboss.org/tools</A>.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/build.properties
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/build.properties	2008-02-18 16:23:51 UTC (rev 6400)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/build.properties	2008-02-18 16:23:56 UTC (rev 6401)
@@ -1,6 +1,5 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .,\
                templates/,\
                plugin.xml

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/plugin.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/plugin.xml	2008-02-18 16:23:51 UTC (rev 6400)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/plugin.xml	2008-02-18 16:23:56 UTC (rev 6401)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
+<?eclipse version="3.3"?>
 <plugin>
    <extension
          point="org.jboss.tools.vpe.templates">

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/templates/vpe-templates-myfaces.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/templates/vpe-templates-myfaces.xml	2008-02-18 16:23:51 UTC (rev 6400)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/templates/vpe-templates-myfaces.xml	2008-02-18 16:23:56 UTC (rev 6401)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <vpe:templates>
-	<vpe:template-taglib uri="http://myfaces.apache.org/extensions"
-		prefix="x" />
+	<vpe:template-taglib uri="http://myfaces.apache.org/extensions"	prefix="x" />
 
 	<vpe:tag name="x:checkbox" case-sensitive="yes">
 
@@ -377,7 +376,12 @@
 				<div style="display:hidden" />
 			</vpe:template>
 		</vpe:if>
-		<vpe:template children="yes" modify="no" class="org.jboss.tools.jsf.vpe.myfaces.template.VpeMyFacesDataScrollerTemplate"/>
+		<vpe:template children="yes" modify="no" class="org.jboss.tools.jsf.vpe.myfaces.template.VpeMyFacesDataScrollerTemplate">
+			<vpe:resize>
+				<vpe:width width-attr="style.width" />
+				<vpe:height height-attr="style.height" />
+			</vpe:resize>
+		</vpe:template>
 	</vpe:tag>
 	
 	<vpe:tag name="x:dataTable" case-sensitive="yes">




More information about the jbosstools-commits mailing list