Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-06-01Fixes for the following bugs.justinchen1-3/+49
144947: Remove informational stack trace when creating a JSF Library Registry. 144954: Support jsflibraries contribution.
2006-06-01Fix plug-in version to 0.5.0.qualifier.justinchen1-1/+1
2006-06-01move annotations grammmar schema from core to annotations plugingkessler1-8/+0
2006-06-01rename NewEditorResourceNLS.java to EditorMessages.java.jechoi46-282/+282
2006-05-31update schemagkessler1-1/+1
2006-05-31fix a bug in the map-entries edit group and list-entries edit group.jechoi3-12/+37
2006-05-31Clean comment, add page path property dialog.jechoi20-268/+297
2006-05-31Clean redundent Draw2D files.jechoi34-4419/+29
2006-05-29JSFAppConfigManager; Javadoc update.itrimble1-1/+2
2006-05-29*** empty log message ***jechoi1-0/+10
2006-05-27Fix for bug 143774, set Deploy JARs to true by default.justinchen3-4/+4
2006-05-27Some handling code on facet uninstall/reinstall scenario.justinchen1-6/+10
2006-05-27Fix for bug 144057.justinchen2-52/+61
2006-05-26Applied Cam's May 26th patches.itrimble22-2/+254
2006-05-26JSFAppConfigManager; make attempt to open JarFile to discover if it contains ↵itrimble3-6/+23
a /META-INF/faces-config.xml entry more robust.
2006-05-26refactoring for apigkessler6-8/+8
2006-05-26transfer the selection from the table viewers inside sections to the page, ↵jechoi17-116/+492
then support DeleteAction.
2006-05-26Fix for bug 143904.justinchen2-29/+30
2006-05-26remove FacesConfigEditorActionBarContributor, use ↵jechoi2-214/+2
FacesConfigActionBarContributor
2006-05-25Add resource string back. Removed by previous patch.justinchen1-0/+2
2006-05-25JSFAppConfigManager; more resilient to ClassCastException occasionally ↵itrimble1-1/+8
thrown while getting WebApp instance from valid WebArtifactEdit instance.
2006-05-25Patched for Cameron Bateman.justinchen13-10/+512
2006-05-25make others page also implements IEditingDomainProviderjechoi2-4/+12
2006-05-25Include additional resources in build.justinchen1-1/+2
2006-05-25Remove JDK 5 annotations.justinchen1-5/+0
2006-05-24Update jsflibconfig package visibility.justinchen1-1/+1
2006-05-24Fixed error in the manifest.rsrinivasan1-1/+1
2006-05-24Added JSF Library Reference feature. Initial check-in for tutorial build ↵justinchen20-127/+2027
purpose and will be taged as 20060509.
2006-05-24rename NestedActionBarContributor to INestedActionBarContributor, because ↵jechoi5-58/+7
it's an interface. And also fix a ClassCastException; remove MySourcePageActionContributor.java.
2006-05-24change the properties id name.jechoi1-2/+2
2006-05-24remove commented codes, and remove the reference to FacesConfigModelAdapter, ↵jechoi2-505/+56
since it's useless.
2006-05-24ncjechoi1-2/+2
2006-05-24remove commented codes.jechoi7-245/+10
2006-05-24change copy right.jechoi2-10/+22
2006-05-24change the var name that start with a underscore "_"jechoi1-8/+8
2006-05-24remove a never used method.jechoi1-11/+0
2006-05-24move the method in FacesConfigUtil to JSPUtil.jechoi3-86/+53
2006-05-24never used.jechoi2-195/+0
2006-05-24move EditPartMarker from facesconfig.ui.util to facesconfig.ui.pageflow.utiljechoi2-19/+4
2006-05-24remove commented codes.jechoi1-11/+0
2006-05-24ActionContributor bar updatejechoi17-472/+755
2006-05-22support GoToMarker, and remove commented codes.jechoi1-165/+30
2006-05-22use logger to record exceptions.jechoi2-2/+11
2006-05-22align with eclipse 3.2rc5 and wtp 1.5rc3, add the dependency on ↵jechoi1-1/+2
org.apache.xerces.
2006-05-22*** empty log message ***jechoi5-14/+22
2006-05-22*** empty log message ***jechoi6-1279/+16
2006-05-22change copy right.jechoi1-7/+11
2006-05-22not used.jechoi2-48/+0
2006-05-22rename WizardsResources to WizardMessages.jechoi8-154/+36
2006-05-22remove the useless resources.jechoi1-811/+0

Back to the top