JBoss Tools SVN: r13813 - trunk/common/tests/org.jboss.tools.common.kb.test/src/org/jboss/tools/common/kb/test.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2009-02-25 18:27:12 -0500 (Wed, 25 Feb 2009)
New Revision: 13813
Modified:
trunk/common/tests/org.jboss.tools.common.kb.test/src/org/jboss/tools/common/kb/test/TldTest.java
Log:
Updated description for JUnit Test.
Modified: trunk/common/tests/org.jboss.tools.common.kb.test/src/org/jboss/tools/common/kb/test/TldTest.java
===================================================================
--- trunk/common/tests/org.jboss.tools.common.kb.test/src/org/jboss/tools/common/kb/test/TldTest.java 2009-02-25 23:19:06 UTC (rev 13812)
+++ trunk/common/tests/org.jboss.tools.common.kb.test/src/org/jboss/tools/common/kb/test/TldTest.java 2009-02-25 23:27:12 UTC (rev 13813)
@@ -37,7 +37,7 @@
import org.xml.sax.SAXException;
/**
- * Tests some tld. This test load tld and try to get information of each tag and attribute from KB.
+ * Tests RichFaces TLDs. This test loads TLD and try to get information of each tag and an attribute from KB.
* @author Alexey Kazakov
*/
public class TldTest extends TestCase {
15 years, 10 months
JBoss Tools SVN: r13812 - trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2009-02-25 18:19:06 -0500 (Wed, 25 Feb 2009)
New Revision: 13812
Modified:
trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3877 Fixed
Modified: trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml 2009-02-25 21:50:15 UTC (rev 13811)
+++ trunk/common/plugins/org.jboss.tools.common.kb/schemas/tld/Ajax4jsf3_3.xml 2009-02-25 23:19:06 UTC (rev 13812)
@@ -130,6 +130,13 @@
attribute. If the "styleClass" attribute is specified,
render its value as the value of the "class" attribute.
Renders child components inside the HTML "input" element.</description>
+ <attribute-type name="similarityGroupingId" required="false">
+ <description>If there are any component requests with identical IDs then these requests will be grouped.</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="similarityGroupingId"/>
<attribute-type name="accesskey" required="false">
<description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey</description>
<proposal type="beanProperty"/>
@@ -530,6 +537,13 @@
value of the "class" attribute. Render any non-UIParameter
children as normal inside of the "a" element. These will
appear as the link text.</description>
+ <attribute-type name="similarityGroupingId" required="false">
+ <description>If there are any component requests with identical IDs then these requests will be grouped.</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="similarityGroupingId"/>
<attribute-type name="accesskey" required="false">
<description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey</description>
<proposal type="beanProperty"/>
@@ -947,6 +961,27 @@
end-tag="required" name="form" start-tag="required">
<description>Ajax-related version of html form. Main difference with original component - all hidden fields,
necessary to command links alwais rendered, not depended of rendering links on initial page.</description>
+ <attribute-type name="style" required="false">
+ <description>CSS style(s) is/are to be applied when this component is rendered</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="style"/>
+ <attribute-type name="styleClass" required="false">
+ <description>Corresponds to the HTML class attribute</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="styleClass"/>
+ <attribute-type name="similarityGroupingId" required="false">
+ <description>If there are any component requests with identical IDs then these requests will be grouped.</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="similarityGroupingId"/>
<attribute-type name="accept" required="false">
<description>This attribute specifies a comma-separated list of content types that a server processing this form will handle correctly. User agents may use this information to filter out non-conforming files when prompting you to select files to be sent to the server (cf. the INPUT element when type="file")</description>
<proposal type="beanProperty"/>
@@ -1583,7 +1618,19 @@
</element-type>
<element-type body-content="allowed" content="mixed"
end-tag="required" name="jsFunction" start-tag="required">
- <description/>
+ <description>MethodBinding pointing at the application action to be invoked,
+ if this UIComponent is activated by you, during the Apply
+ Request Values or Invoke Application phase of the request
+ processing lifecycle, depending on the value of the immediate
+ property
+ </description>
+ <attribute-type name="similarityGroupingId" required="false">
+ <description>If there are any component requests with identical IDs then these requests will be grouped.</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="similarityGroupingId"/>
<attribute-type name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
@@ -1877,6 +1924,22 @@
<element-type body-content="refused" content="mixed"
end-tag="required" name="loadStyle" start-tag="required">
<description/>
+ <attribute-type name="media" required="false">
+ <description>This attribute defines the device to which it is necessary to apply style registration.
+ The possible values are "all", "screen" (by default), "print", "projection", "braille" and "speech".</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ <proposal type="enumeration">
+ <param value="all"/>
+ <param value="screen"/>
+ <param value="print"/>
+ <param value="projection"/>
+ <param value="braille"/>
+ <param value="speech"/>
+ </proposal>
+ </attribute-type>
+ <attribute type="media"/>
<attribute-type name="binding" required="false">
<description>The attribute takes a value-binding expression for a component property of
a backing bean</description>
@@ -3035,6 +3098,13 @@
end-tag="required" name="poll" start-tag="required">
<description>Periodically perform AJAX request to server, to simulate
'poll' data.</description>
+ <attribute-type name="similarityGroupingId" required="false">
+ <description>If there are any component requests with identical IDs then these requests will be grouped.</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="similarityGroupingId"/>
<attribute-type name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
@@ -3265,6 +3335,13 @@
end-tag="required" name="push" start-tag="required">
<description>Periodically perform AJAX request to server, to simulate
'push' data.</description>
+ <attribute-type name="similarityGroupingId" required="false">
+ <description>If there are any component requests with identical IDs then these requests will be grouped.</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="similarityGroupingId"/>
<attribute-type name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
@@ -3929,6 +4006,13 @@
ajaxType property is "input", submits the value of the input
field, also. In this case, you can submit a single input
field outside of UIForm.</description>
+ <attribute-type name="similarityGroupingId" required="false">
+ <description>If there are any component requests with identical IDs then these requests will be grouped.</description>
+ <proposal type="beanProperty"/>
+ <proposal type="bundleProperty"/>
+ <proposal type="jsfVariables"/>
+ </attribute-type>
+ <attribute type="similarityGroupingId"/>
<attribute-type name="action" required="false">
<description>MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
15 years, 10 months
JBoss Tools SVN: r13811 - workspace/snjeza/resteasy-examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-02-25 16:50:15 -0500 (Wed, 25 Feb 2009)
New Revision: 13811
Modified:
workspace/snjeza/resteasy-examples/resteasySimple.zip
Log:
RESTEasy examples
Modified: workspace/snjeza/resteasy-examples/resteasySimple.zip
===================================================================
(Binary files differ)
15 years, 10 months
JBoss Tools SVN: r13810 - workspace/examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-02-25 16:31:49 -0500 (Wed, 25 Feb 2009)
New Revision: 13810
Modified:
workspace/examples/projectExamples.xml
Log:
RESTEasy examples
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2009-02-25 21:28:09 UTC (rev 13809)
+++ workspace/examples/projectExamples.xml 2009-02-25 21:31:49 UTC (rev 13810)
@@ -352,13 +352,12 @@
<project>
<category>RESTEasy</category>
- <name>resteasySimple</name>
+ <name>simple</name>
<included-projects>
simple
</included-projects>
<shortDescription>RESTEasy Simple Example</shortDescription>
- <description>This project is a simple example showing usage of @Path, @GET, PUT, POST, and @PathParam. It uses pure streaming
-output and includes the 'simple' project.
+ <description>This project is a simple example showing usage of @Path, @GET, PUT, POST, and @PathParam. It uses pure streaming output and includes the 'simple' project.
Requires m2eclipse >= 0.9.7.20081001-2217. You can install it using the following update site: http://m2eclipse.sonatype.org/update-dev/
</description>
<size>16939</size>
15 years, 10 months
JBoss Tools SVN: r13809 - workspace/examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-02-25 16:28:09 -0500 (Wed, 25 Feb 2009)
New Revision: 13809
Modified:
workspace/examples/projectExamples.xml
Log:
RESTEasy examples
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2009-02-25 21:27:19 UTC (rev 13808)
+++ workspace/examples/projectExamples.xml 2009-02-25 21:28:09 UTC (rev 13809)
@@ -349,4 +349,21 @@
http://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/examples/rf/...
</url>
</project>
+
+ <project>
+ <category>RESTEasy</category>
+ <name>resteasySimple</name>
+ <included-projects>
+ simple
+ </included-projects>
+ <shortDescription>RESTEasy Simple Example</shortDescription>
+ <description>This project is a simple example showing usage of @Path, @GET, PUT, POST, and @PathParam. It uses pure streaming
+output and includes the 'simple' project.
+Requires m2eclipse >= 0.9.7.20081001-2217. You can install it using the following update site: http://m2eclipse.sonatype.org/update-dev/
+ </description>
+ <size>16939</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/resteasy-examp...
+ </url>
+ </project>
</projects>
15 years, 10 months
JBoss Tools SVN: r13808 - workspace/snjeza/resteasy-examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-02-25 16:27:19 -0500 (Wed, 25 Feb 2009)
New Revision: 13808
Added:
workspace/snjeza/resteasy-examples/.project
workspace/snjeza/resteasy-examples/resteasySimple.zip
Log:
RESTEasy examples
Added: workspace/snjeza/resteasy-examples/.project
===================================================================
--- workspace/snjeza/resteasy-examples/.project (rev 0)
+++ workspace/snjeza/resteasy-examples/.project 2009-02-25 21:27:19 UTC (rev 13808)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>resteasy-examples</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
Added: workspace/snjeza/resteasy-examples/resteasySimple.zip
===================================================================
(Binary files differ)
Property changes on: workspace/snjeza/resteasy-examples/resteasySimple.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 10 months
JBoss Tools SVN: r13807 - workspace/snjeza.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-02-25 16:25:01 -0500 (Wed, 25 Feb 2009)
New Revision: 13807
Added:
workspace/snjeza/resteasy-examples/
Removed:
workspace/snjeza/resteasy-eaxmples/
Log:
Copied: workspace/snjeza/resteasy-examples (from rev 13806, workspace/snjeza/resteasy-eaxmples)
15 years, 10 months
JBoss Tools SVN: r13806 - workspace/snjeza.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-02-25 16:22:54 -0500 (Wed, 25 Feb 2009)
New Revision: 13806
Added:
workspace/snjeza/resteasy-eaxmples/
Log:
15 years, 10 months
JBoss Tools SVN: r13805 - in trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples: wizard and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-02-25 15:59:07 -0500 (Wed, 25 Feb 2009)
New Revision: 13805
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java
Log:
JBIDE-3851 filter project does not always work
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java 2009-02-25 20:49:03 UTC (rev 13804)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java 2009-02-25 20:59:07 UTC (rev 13805)
@@ -75,4 +75,8 @@
return getName();
}
+ public String getShortDescription() {
+ return getName();
+ }
+
}
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java 2009-02-25 20:49:03 UTC (rev 13804)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java 2009-02-25 20:59:07 UTC (rev 13805)
@@ -18,4 +18,5 @@
public String getName();
public String getDescription();
+ public String getShortDescription();
}
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java 2009-02-25 20:49:03 UTC (rev 13804)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java 2009-02-25 20:59:07 UTC (rev 13805)
@@ -38,7 +38,7 @@
}
ProjectModelElement model = (ProjectModelElement) element;
- if (wordMatches(model.getName()) || wordMatches(model.getDescription())) {
+ if (wordMatches(model.getName()) || wordMatches(model.getDescription()) || wordMatches(model.getShortDescription())) {
return true;
}
return false;
15 years, 10 months
JBoss Tools SVN: r13804 - trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-02-25 15:49:03 -0500 (Wed, 25 Feb 2009)
New Revision: 13804
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/pickList.xhtml.xml
Log:
fix for jsf test error
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/pickList.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/pickList.xhtml.xml 2009-02-25 20:44:00 UTC (rev 13803)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/pickList.xhtml.xml 2009-02-25 20:49:03 UTC (rev 13804)
@@ -33,7 +33,7 @@
CLASS="rich-list-picklist-button">
<DIV CLASS="rich-list-picklist-button-content">
<IMG WIDTH="15" HEIGHT="15"
- SRC="/.*resources/pickList/arrow_copy.gif/"/> Copy
+ SRC="/.*resources/pickList/arrow_remove.gif/"/> Copy
</DIV>
</DIV>
</DIV>
15 years, 10 months