Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 161134 Details for
Bug 302621
[JSF2.0] Facet presets and JEE6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Change to static presets with one preset per version
patch2.txt (text/plain), 2.73 KB, created by
Cameron Bateman
on 2010-03-05 11:12:07 EST
(
hide
)
Description:
Change to static presets with one preset per version
Filename:
MIME Type:
Creator:
Cameron Bateman
Created:
2010-03-05 11:12:07 EST
Size:
2.73 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.jsf.core >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsf/components/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties,v >retrieving revision 1.17 >diff -u -r1.17 plugin.properties >--- plugin.properties 3 Mar 2010 21:14:47 -0000 1.17 >+++ plugin.properties 5 Mar 2010 16:09:08 -0000 >@@ -14,6 +14,9 @@ > > JSFELValidator=JSP JSF EL Validator > >+JSFv11Project=JavaServer Faces v1.1 Project >+JSFv11PresetDesc=Configures a Dynamic Web application to use JSF v1.1 >+ > JSFv12Project=JavaServer Faces v1.2 Project > JSFv12PresetDesc=Configures a Dynamic Web application to use JSF v1.2 > >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsf/components/jsf/plugins/org.eclipse.jst.jsf.core/plugin.xml,v >retrieving revision 1.39 >diff -u -r1.39 plugin.xml >--- plugin.xml 3 Mar 2010 21:14:47 -0000 1.39 >+++ plugin.xml 5 Mar 2010 16:09:08 -0000 >@@ -109,9 +109,14 @@ > > <extension > point="org.eclipse.wst.common.project.facet.core.presets"> >- <dynamic-preset id="preset.jst.jsf.v1_1"> >- <factory class="org.eclipse.jst.jsf.core.internal.project.facet.JSFConfigurationPresetFactory11"/> >- </dynamic-preset> >+ <static-preset >+ id="preset.jst.jsf.v1_1"> >+ <label>%JSFv11Project</label> >+ <facet id="jst.java" version="1.4" /> >+ <facet id="jst.web" version="2.4"/> >+ <facet id="jst.jsf" version="1.1" /> >+ <description>%JSFv11PresetDesc</description> >+ </static-preset> > <static-preset > id="preset.jst.jsf.v1_2"> > <label>%JSFv12Project</label> >@@ -129,11 +134,11 @@ > </label> > <facet > id="jst.java" >- version="5.0"> >+ version="6.0"> > </facet> > <facet > id="jst.web" >- version="2.5"> >+ version="3.0"> > </facet> > <facet > id="jst.jsf" >@@ -158,15 +163,6 @@ > <fileURL id="jsfPage"><run class="org.eclipse.jst.jsf.core.internal.launch.JSFFileURL"/></fileURL> > </extension> > >- <extension >- point="org.eclipse.ui.startup"> >- <startup class="org.eclipse.jst.jsf.designtime.internal.jsp.StartupHandler"/> >- <!-- >- <startup >- class="org.eclipse.jst.jsf.core.internal.RegistryMigrationStartupHandler"> >- </startup> >- --> >- </extension> > <extension > point="org.eclipse.jst.jsf.common.symbolSourceProvider"> > <symbolSourceId factory="org.eclipse.jst.jsf.designtime.internal.symbols.JSPTagVariableSymbolSourceProvider"/>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 302621
:
161064
| 161134