Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Update version numbers for 3.3 M2.Neil Hauge21-21/+21
2012-09-05Revert "Fixed filtering of completion proposals after my recent refactoring -...Karen Butzke1-39/+4
2012-09-05Fixed add moxy property actionPaul Fullbright1-6/+6
2012-09-05Fixed versionPaul Fullbright1-1/+1
2012-09-05Removed (again)Paul Fullbright1-49/+0
2012-09-01support for versionless xml filesPaul Fullbright39-134/+336
2012-08-31remove duplicate settingBrian Vosburgh1-2/+1
2012-08-31[297124] remove obsolete component.xml filesBrian Vosburgh7-61/+8
2012-08-31Fixed filtering of completion proposals after my recent refactoring -Karen Butzke1-4/+39
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke45-338/+201
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke78-586/+535
2012-08-24bug 346989 - add jaxb bindings schemaPaul Fullbright3-2/+377
2012-08-22caching TextRanges in the JAXB java resource model Annotation hierarchyKaren Butzke74-563/+862
2012-08-22rename: commonResourceModels.genmodel -> common.genmodelPaul Fullbright1-1/+1
2012-08-20Initial oxm resource modelPaul Fullbright66-4/+34016
2012-08-17problem markers were not being removed when running a validationKaren Butzke1-2/+4
2012-08-14Bug 386171 - adding comments surround jdt.ui bug 386358, plus set ourv201208161838Karen Butzke1-0/+1
2012-08-09removing unnecessary(?) .cvsignore filesKaren Butzke8-11/+0
2012-08-01.cvsignore -> .gitignorePaul Fullbright1-0/+1
2012-08-01.cvsignore -> .gitignorePaul Fullbright19-10/+9
2012-07-21385224 - Schema Gen doesn’t open the right generated xsd when a namespace is...tle10-120/+109
2012-07-20rework plug-in classesbvosburgh104-1260/+991
2012-07-20begin caching text ranges in JAXB annotationskmoore30-91/+136
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use Compilat...kmoore4-6/+6
2012-07-18Bug 376787 - Performance - JavaResourceAnnotatedElement.getAnnotation(String)...kmoore2-2/+6
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore38-397/+554
2012-07-13322550 - JAXB Class Generation wizard should display the default packagetle2-5/+63
2012-07-13352865 - SQL script generation does not open the generated scripttle22-293/+310
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright14-44/+56
2012-07-03Bug 381025 - DBWS icons are not appearing in the buildkmoore1-0/+1
2012-05-18379833 - JAXB Classes from Schema: NPE when no project selected in project ex...nhauge2-21/+31
2012-05-16Commented out open schema after generation.tle1-10/+11
2012-05-10bug 369684 - added library install delegate disposalspfullbright2-14/+18
2012-04-26Bug 377809 - JAXB menu appears in right-click of a JPA project packagekmoore1-2/+12
2012-04-25completed package level annotation content assistpfullbright6-66/+161
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright12-189/+167
2012-04-13bug 376737 - fixed ArrayIndexOutOfBoundsException for XmlPath annotationpfullbright5-6/+20
2012-04-12bugs 331362 and 376656 - added actions for adding package-info.java/jaxb.prop...pfullbright14-5/+629
2012-04-12374661 - [EclipseLink] Generate Dynamic entities requires JPA project selecti...tle1-2/+2
2012-04-11322567 - JAXB schema generation should open the generated schematle3-6/+84
2012-04-11minor performance tuning to improve update timeskmoore1-6/+4
2012-04-11loosened up to allow for OutputStreamspfullbright1-1/+2
2012-04-03bug 366900 - XmlKey supportpfullbright17-0/+821
2012-04-03bug 366901 - XmlJoinNode supportpfullbright15-30/+1202
2012-04-03bug 366898 - XmlDiscriminatorNode supportpfullbright1-1/+1
2012-04-03bug 366897 - XmlCDATA supportpfullbright10-6/+367
2012-04-03minor changespfullbright2-2/+2
2012-04-03added hasTextContent() to XsdTypeDefinitionpfullbright4-4/+14
2012-04-03change required JUnit bundle version to 4.0.0bvosburgh2-2/+2
2012-04-02375216 - JAXB Schema generation fails if classes are in default packagetle1-25/+54

Back to the top