Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-01-27This commit was manufactured by cvs2svn to create tag 'v201001271049'.v201001271049rsrinivasan420-109009/+0
2009-09-02PMC approved fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=281108.cbateman1-17/+32
2009-01-27Forward patch fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=234709 ↵cbateman1-1/+2
from 3.0.4 stream.
2008-11-18[186459] Complete Externalization of Stringsgkessler315-2983/+2983
2008-05-09[167180][faces-config editor] Creating invalid from-action in navigation casesgkessler54-54/+54
2008-05-05Updated javadocgkessler8-10/+50
2008-05-02Fix Copyright headerrsrinivasan17-17/+17
2008-04-30[193369] Javadoc Package infosgkessler4-0/+64
2008-04-24186549 - Complete Externalization of Strings (Part 1)rsrinivasan2-6/+6
2008-03-24[219815] unnecessary network access fetching faces-config 1.0 DTDgkessler1-2/+3
2008-03-10Fixed the table provider for view handlers.cbateman1-3/+3
2008-02-01suppress hiding warningsgkessler2-1/+2
2008-02-01Big checkin:gkessler2-2/+2
- fix to support WPE being removed - all JSF Project MD moved to tagSupport plugin - update to IStructuredDocContextFactory for getContext(Element) - misc
2007-11-05Removed unnecessary SuppressWarnings that are no (JDT 3.4) being flagged as ↵cbateman1-97/+0
warnings themselves.
2007-10-02Fixed Javadoc warnings, suppressed unnecessary warnings and fixed ↵cbateman229-212/+2741
ITableItemProvider issue on providers.
2007-05-30Fix for pmc-approved patch https://bugs.eclipse.org/bugs/show_bug.cgi?id=189803.cbateman14-34/+46
2007-05-10Fixed copyright issues in the project.rsrinivasan19-0/+190
Fixed build.properties of the designtime.tests and symol.tests
2007-04-20Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=181643.cbateman16-94/+295
2007-04-09Increased warning levels and fixed worst problems.cbateman103-524/+569
2007-04-07Removed unnecessary else warning.cbateman1-7/+5
2007-04-07Fixed label provider getText(). Previously changed but not marked ↵cbateman2-6/+6
@generated NOT so got stomped on.
2007-04-07Removed unused imports.cbateman82-451/+1
2007-02-12Some fixes for the broken edit providers for managed beans.cbateman8-102/+133
2007-01-26Deprecated the artifact edit get methods that don't specify a location for ↵cbateman1-0/+15
the model source file.
2007-01-24Removed unused imports.cbateman32-85/+0
2006-12-23Patch 1 from 154439 contributed by Matthias Fuessel. Adds an entity ↵cbateman1-0/+41
resolver to the faces config model loader Resource to cause downloading of entities during model rendering from XML.
2006-12-23Fixed (hopefully) the problem of extension data getting removed on writes. ↵cbateman1-2/+15
I say hopefully because although it now passes my basic JUnit tests, there are many possible scenarios that are not yet tested thoroughly.
2006-12-21Enabled textContent reading and tests for DynamicElement. There is still a ↵cbateman7-23/+2
write bug outstanding on the textContent.
2006-12-21Write/Read tests for Faces 1.2 model changes.cbateman2-3/+3
2006-12-21Faces 1.2 model, translator and read test cases (write tests, extension bug ↵cbateman297-34753/+43671
and validation yet to do).
2006-12-20First round of model changes:cbateman48-22148/+26389
- re-wrote JUnit tests for coverage - added translation for xml:lang attribute on descriptionGroup elements - added dynamic support for extension ANY data -- textContent not fully working yet.
2006-11-28Plugin refactoring to:cbateman84-0/+23291
Obsolete the following plugins: org.eclipse.jst.jsf.contentassist.el (moved to core and ui) org.eclipse.jst.jsf.context.symbol (moved to common) org.eclipse.jst.jsf.designtime (moved to core and standard.tagsupport) org.eclipse.jst.jsf.facesconfig.common (moved to common.ui) org.eclipse.jst.jsf.facesconfig.edit (moved to facesconfig) org.eclipse.jst.jsf.metadataprocessors (moved to core and standard.tagsupport) org.eclipse.jst.jsf.taglibprocessing (moved to core and standard.tagsupport) org.eclipse.jst.jsf.validation.el (moved to core and ui) org.eclipse.jst.pagedesigner.common (moved to common.ui)
2006-11-02Code warnings cleanup. See ↵cbateman2-4/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163125.
2006-06-06https://bugs.eclipse.org/bugs/show_bug.cgi?id=145578itrimble1-3/+16
2006-06-05https://bugs.eclipse.org/bugs/show_bug.cgi?id=143866itrimble6-5/+55
2006-04-27Initial checkin after module renamed.justinchen264-0/+69947

    Back to the top