Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-15refactored XmlElement out to its own component; added XmlElements model and v...pfullbright10-165/+765
2011-08-05Update plugin version numbers for 3.1 M1.nhauge1-1/+1
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore4-204/+8
2011-08-01No need to check isMapped() for a superclass, references are automatically ma...kmoore1-2/+2
2011-07-13refactored JaxbPersistentAttribute to delegate to an Accessor instead of usin...kmoore1-18/+18
2011-06-30added schema component ref impl for @XmlSchemaTypepfullbright2-58/+58
2011-06-29added schema component ref impl to xml root element and xml typepfullbright4-112/+110
2011-06-29added schema component ref annotation and context model supportpfullbright2-40/+40
2011-06-27Phase 1 - refactoring java resource model to org.eclipse.jpt.common.*pfullbright3-8/+8
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore58-104/+104
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright5-121/+816
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright15-0/+582
2011-04-11jaxb.properties file support testingpfullbright2-0/+77
2011-04-11cosmeticpfullbright1-1/+0
2011-04-07added defaults for attribute/elementFormDefaultpfullbright1-31/+39
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to be...bvosburgh3-2/+13
2011-03-22more x-friend/access rules clean-upbvosburgh2-3/+3
2011-03-22clean up .cvsignore filesbvosburgh1-4/+0
2011-03-21Initial checkintle1-0/+5
2011-03-14added jaxb.index context testspfullbright1-0/+46
2011-03-11JaxbIndexResource testingpfullbright2-0/+96
2011-03-04added XmlSeeAlso to context model, added references to jaxb context calculationpfullbright6-116/+390
2011-03-02326720 - XmlIDREF and XmlAttachmentRef context model support and validationkmoore2-0/+227
2011-03-02326720 - XmlID context model support and validationkmoore2-0/+114
2011-03-02added attribute references to jaxb context calculationpfullbright2-2/+147
2011-03-01changed criteria for what makes an enum automatically picked up into jaxb con...pfullbright2-25/+25
2011-03-01added directly referenced types to jaxb context, starting with persistent cla...pfullbright1-22/+64
2011-03-01renamed AbstractJavaResourceType -> JavaResourceAbstractType (don't ask)pfullbright3-33/+33
2011-02-28336388 - context model support for XmlTransient and inherited attributeskmoore1-2/+2
2011-02-22clean up x-friends, access rules, etc.bvosburgh2-2/+2
2011-02-10326718 - XmlAnyElement, XmlAnyAttribute, XmlMixed context model support and v...kmoore3-0/+490
2011-02-10updating access rules and x-friendskmoore1-2/+1
2011-02-08changed facet config to use data model only; added jre and user library valid...pfullbright3-25/+35
2011-02-07Updating bundle versionskmoore1-1/+1
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore49-68/+75
2011-02-04326718 - added XmlValue attribute mapping context model and validationkmoore2-0/+152
2011-02-03326718 - add XmlList annotation support to XmlElement and XmlAttribute mappingkmoore2-1/+115
2011-02-02326718 - add XmlElementWrapper annotation support to XmlElement mappingkmoore1-0/+59
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore25-61/+62
2011-01-24added tests for default namespacepfullbright1-1/+9
2011-01-21adding XmlSchemaType support to XmlAttributeMapping and XmlElementMappingkmoore3-8/+122
2011-01-18326717 - JAXB support for XmlAttribute, XmlELement, XmlJavaTypeAdapter and th...kmoore7-12/+528
2011-01-18added default name and namespace, content assist, and validation to XmlRootEl...pfullbright1-17/+34
2011-01-18added default namespace and getXsdTypeDefinition() to JaxbPersistentTypepfullbright2-22/+38
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh11-27/+25
2011-01-13javacSource and javacTarget are 1.6tle1-2/+2
2011-01-12add javacSource and javacTarget in attempt to get tests compiling in buildkmoore1-2/+3
2011-01-12add bundle version specificationkmoore1-1/+1
2011-01-11changed tests to address default/specified namepfullbright2-28/+50
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore3-0/+693

Back to the top