Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06This commit was manufactured by cvs2svn to create tag 'vM20101206234828'.vM20101206234828canderson4-0/+410
2010-12-06[331381] Move JUnits that depend on Java SE 1.6 to new plugin that requires ↵canderson5-6/+7
Java SE 1.6
2010-12-06[323185, 331611] WebXmlUpdater - multiple method calls fail to update model. ↵dgiormov1-1/+1
In short first modify of the model succeeds, subsequent modifications don't. The issue was caused, because the DD.xml file was changed from the previous operation it was unloaded and replaced during modification, thus any changes made were ignored.
2010-12-03*** empty log message ***nitind1-1/+1
2010-12-03[331084] Missing break statement in HTMLDocumentAdapter can cause ↵nsandonato4-5/+5
ClassCastException. [330335] Wrong error shown by JspMarkupValidator for unknown tags. [330986] The "return;" in the end of a jsp cause a compile error, but the ide doesn't show any warning. [331687] Proposal replacement length not properly adjusted [331590] ModelManager overly-synchronized for getting referenceCounts
2010-12-02[330874] ConcurrentModificationException on faceted project creationcanderson2-3/+3
2010-12-02[330916] Fix version error. v201012020511kchong1-1/+1
2010-12-02[331368] Dependency from org.eclipse.jst.j2ee.tests to ↵canderson3-7/+7
org.eclipse.jst.jsf.test.util should be removed
2010-12-02[331368] Dependency from org.eclipse.jst.j2ee.tests to ↵canderson1-1/+1
org.eclipse.jst.jsf.test.util should be removed
2010-12-01[240167] should deleting a server in servers view close an open server editoravera1-1/+1
2010-12-01Bug 330976rsrinivasan1-1/+1
2010-12-01[nobug] avoid cyclic load attempts on SSE modelnitind1-1/+1
2010-11-30Bug Fix 330976, version updatersrinivasan1-3/+3
2010-11-29Bug fixesrsrinivasan1-4/+4
2010-11-29Bump version from 1.0.301 to 1.0.302dgiormov1-1/+1
2010-11-26[323185] ModelProvider doesn't refresh when web.xml file is updated XML ↵dgiormov2-2/+2
model is not reloaded on change from outside ModelProvider API. To force reload model unload is called.
2010-11-26[329501] IllegalStateException in JEE5ModelProvider.getModelResource() ↵dgiormov1-1/+1
during project rename or delete. Added check for accessible project.
2010-11-24[330984] dep graph performancecbridgha3-4/+4
2010-11-24[330984] dep graph performancecbridgha3-3/+3
2010-11-23[330964] Deadlock caused by busy state endingnsandonato1-1/+1
2010-11-23[330916] JAX-RS - facet install should consider Web project associated with ↵edpeters1-2/+2
multiple EARs
2010-11-23[330918] Extend WSDL search participant - include service, port declarationskchong1-1/+1
2010-11-23use versioned builderdavid_williams1-1/+1
2010-11-23use versioned builderdavid_williams1-1/+1
2010-11-19[330557] Wrong analysis of tlds rtexprvalue in the JSP editornsandonato1-1/+1
2010-11-17[324416] JSDT cannot correctly parse jQuery 1.4.2 filescjaun2-3/+3
[326901] Parameter types not populated in function expression call [330274] JavaSearchScope#indexOf needs to be updated to deal with package fragment roots enclosed by another package fragment root [328966 Hyperlink detectors slowness causes copy delay [327191] Additional information in content-assist shows up only for types, not for functions [324874] Function assigned to field of global object is not resolved
2010-11-17Step 2/2: Re-releasing changes in test to improve stability.rsrinivasan1-4/+4
2010-11-17Step 1/2: Reverting to previous version to address issues releasing code ↵rsrinivasan1-4/+4
from branch.
2010-11-17[326193] [parser]Empty end tag is ignored in xml comment text if there is a ↵nsandonato3-4/+4
jsp expression in the tag's attribute value
2010-11-17[330039] JAX-RS facet- v1.1 requires Java 1.6, s.b. Java 1.5edpeters1-1/+1
2010-11-17Update plugin version id for 3.2.3canderson3-3/+3
2010-11-16Improve test stabilityrsrinivasan1-4/+4
2010-11-16[300233] getProject() method in the EditModel should throw exception if ↵canderson6-9/+9
project is null
2010-11-15[330260] [content model] Model Group Definition's choice's optional element ↵kchong1-1/+1
is created - v201011151631
2010-11-15[325953] Eclipse freeze, after NPE in log while opening JSP filensandonato2-2/+2
[229760] [content assist][validation] Content assist for attributes unavailable on scriptlet tags in a JAR file [329750] Cannot find tag library descriptor if the tld is in another mapped folder [329972] FileBufferModelManager chooses wrong content type for external files
2010-11-12[305973] WSDL Editor crash on start - v201011121919kchong1-1/+1
2010-11-12[305973] WSDL Editor crash on startkchong1-1/+1
2010-11-09[329809] JSPCoreTestSuite test project missing src foldernsandonato1-1/+1
2010-11-08[328968] jUnit failures in jst.server.tomcatavera1-1/+1
2010-11-05[329591] [content model] Some html5 attributes are incorrectnsandonato1-1/+1
2010-11-04[329446] Version update problems in the 3.2.3 buildsavera3-5/+5
2010-11-04[no bug] Update WTP 323 feature versionskchong2-2/+2
2010-11-04[326549] Web Service Wizard Can Default to invalid project type - v201011040255kchong1-2/+2
2010-11-04[325860] Regression: child projects not targeted to parent project's runtimecanderson1-1/+1
2010-11-04[nobug] increment for 3.2.3nitind6-9/+9
2010-11-04[nobug] increment for 3.2.3nitind1-4/+4
2010-11-03Make tests more robust.rsrinivasan1-2/+2
2010-11-03Releasing bug fixes.rsrinivasan1-4/+4
2010-11-03Update plugin version id for 3.2.3canderson2-5/+5
2010-11-03[162178] [validation] XML editor, errors indication too persistent on first linensandonato1-1/+1

Back to the top