Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
AgeCommit message (Expand)AuthorFilesLines
2013-01-09fix some NPEsBrian Vosburgh1-7/+3
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh7-108/+123
2012-12-26393448 - convert our plugin.xml popupMenus and actionsSets to thev201212262036Tran Le2-0/+86
2012-12-26393448 - convert our plugin.xml popupMenus and actionsSets to theTran Le9-242/+115
2012-12-10reorged; added xmlTransient/included attributes testsPaul Fullbright1-232/+349
2012-12-10added local superclassName variable; refactored superclass, includedPaul Fullbright1-37/+22
2012-12-10fixed setXmlTransient(boolean)Paul Fullbright1-1/+6
2012-12-10fixed typoPaul Fullbright1-1/+1
2012-12-10cleaning up warnings - @SuppressWarnings("nls"), etcKaren Butzke44-63/+154
2012-12-10jpt.jaxb.eclipselink.core move EMF generated code to model/srcKaren Butzke56-58/+870
2012-12-10JavaResourceAnnotatedElement.Kind renamed to JavaResourceAnnotatedElement.Ast...Karen Butzke7-20/+17
2012-12-07refactoring for oxm - checkpointPaul Fullbright140-2177/+2335
2012-12-07rework imagesBrian Vosburgh87-471/+651
2012-12-07strip version restraints from test bundle manifestsBrian Vosburgh2-26/+26
2012-12-07added JptUIPlugin.getDialogSettings(String sectionName)Brian Vosburgh1-8/+2
2012-11-16Bug 394418 - NPEs in log of EclipseLink JAXB tests, locally and in buildKaren Butzke1-1/+2
2012-11-13made SCHEMA_LOCATIONS finalKaren Butzke1-1/+1
2012-11-12bug 393592 - JPA commands are appearing in Quick Access when not appropriate...v201211130301Karen Butzke3-57/+38
2012-11-06fixing some test failures resulting in my regenerating out emf modelsv201211062137Karen Butzke1-7/+3
2012-11-06[392584] fix BackingStoreException during JAXB project creation - it'sBrian Vosburgh1-27/+4
2012-11-06390871 - ClassCastException: open "JAXB Classes from Schema" wizardTran Le1-3/+3
2012-11-02regenerated emf model codeKaren Butzke2-9/+5
2012-10-30Added backpointer to ELJaxbPackage->OxmFile relationshipPaul Fullbright4-8/+35
2012-10-30Added package validation to oxm filesPaul Fullbright6-10/+49
2012-10-30Removed oxm file version constraintPaul Fullbright3-14/+1
2012-10-25tweak project build paths in dbws.eclipselink.core.gen andBrian Vosburgh1-1/+1
2012-10-24Added implied packages and type name validation on OxmJavaTypesv201210242344Paul Fullbright14-52/+238
2012-10-17Add oxm java types to project explorerPaul Fullbright6-8/+95
2012-10-16remove extended ASCII/Unicode characters from commentsBrian Vosburgh3-3/+3
2012-10-16convert comments to UnicodeBrian Vosburgh3-3/+3
2012-10-12fix plugin.xml references to *PlatformDescription classes I missed whenBrian Vosburgh1-1/+1
2012-10-12make property testers consistentBrian Vosburgh5-9/+9
2012-10-12return Iterable instead of array from CompositeException.getExceptions()Brian Vosburgh1-1/+2
2012-10-11Merged with tools changesv201210121945Paul Fullbright5-28/+61
2012-10-11Added java types to xml bindings and name to java typePaul Fullbright9-11/+482
2012-10-11Added OxmJavaType/ImplPaul Fullbright2-0/+55
2012-10-11rework utility classesBrian Vosburgh308-3813/+6642
2012-10-10388602 - Fix several other consecutive single quotes.v201210110244Neil Hauge1-6/+6
2012-10-09Bug 391462 - fixed initialization/synchronization of SourceAnnotation subclas...Karen Butzke12-104/+26
2012-10-04removed JavaContextNode and refactored java interfaces into java packagev201210042332Paul Fullbright69-311/+232
2012-10-02xml bindings context modelv201210030343Paul Fullbright25-222/+1024
2012-10-01388602, 388603 - Fix some quoting typos in validation messages.Neil Hauge2-2/+2
2012-09-26Update EclipseLink 2.5.0v201209262323Tran Le2-3/+3
2012-09-25Added ordering to oxm filesPaul Fullbright1-7/+24
2012-09-25Added package name to syncPaul Fullbright2-0/+13
2012-09-25Moved navigator-specific classes to new packagePaul Fullbright9-9/+11
2012-09-25Re-interfaced oxm context modelPaul Fullbright6-146/+181
2012-09-25Oxm file version validationPaul Fullbright4-11/+66
2012-09-19added oxm files to project explorerPaul Fullbright9-9/+184
2012-09-19added oxm files to context modelPaul Fullbright18-113/+625

Back to the top