Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbateman2008-05-12 17:42:23 +0000
committercbateman2008-05-12 17:42:23 +0000
commit94fe5829410bb55b3ee8d76c6043e4ab25372ca8 (patch)
tree8bd4d831ac54a5c17d15f4716e7624900be1755a /jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.xml
parent4dabfbe92fc6d866d45e823dfb838d2d3cf611bf (diff)
downloadwebtools.jsf-94fe5829410bb55b3ee8d76c6043e4ab25372ca8.tar.gz
webtools.jsf-94fe5829410bb55b3ee8d76c6043e4ab25372ca8.tar.xz
webtools.jsf-94fe5829410bb55b3ee8d76c6043e4ab25372ca8.zip
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=225000.
Diffstat (limited to 'jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.xml')
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.xml b/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.xml
index 33e08606c..53c935305 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.xml
+++ b/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.xml
@@ -27,6 +27,14 @@
location="$nl$/metadata/trinidad_html_dti.xml"
uri="http://myfaces.apache.org/trinidad/html">
</standardMetaDataFile>
+ <standardMetaDataFile
+ location="$nl$/metadata/viewMapping_trinidad.xml"
+ uri="http://myfaces.apache.org/trinidad">
+ </standardMetaDataFile>
+ <standardMetaDataFile
+ location="$nl$/metadata/viewMapping_trinidad_html.xml"
+ uri="http://myfaces.apache.org/trinidad/html">
+ </standardMetaDataFile>
</extension>
<extension
point="org.eclipse.jst.pagedesigner.pageDesignerExtension">

Back to the top