Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-21This commit was manufactured by cvs2svn to create tag 'v201103210000'.v201103210000nhauge51-8509/+0
2011-03-11added basic support for jaxb.index (resource model, tie-in to context calcula...pfullbright1-3/+25
2011-03-07removed @Override from interface impl methodpfullbright1-1/+0
2011-03-04added XmlSeeAlso to context model, added references to jaxb context calculationpfullbright2-113/+300
2011-03-02326720 - XmlIDREF and XmlAttachmentRef context model support and validationkmoore4-1/+295
2011-03-02335697 - default XmlElement attribute mappingskmoore1-2/+22
2011-03-02326720 - XmlID context model support and validationkmoore4-5/+203
2011-03-02added attribute references to jaxb context calculationpfullbright6-11/+29
2011-03-01added directly referenced types to jaxb context, starting with persistent cla...pfullbright4-174/+204
2011-03-01renamed AbstractJavaResourceType -> JavaResourceAbstractType (don't ask)pfullbright1-2/+2
2011-02-28336388 - context model support for XmlTransient and inherited attributeskmoore6-601/+1060
2011-02-24updated AbstractJaxbContextNode to match AbstractJpaContextNodekmoore22-70/+103
2011-02-15336388 - added preliminary JaxbTransientType support to the JAXB contextkmoore2-2/+148
2011-02-10326718 - XmlAnyElement, XmlAnyAttribute, XmlMixed context model support and v...kmoore7-44/+564
2011-02-10removed unnecessary instance variableskmoore1-8/+0
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore15-52/+52
2011-02-04326718 - added XmlValue attribute mapping context model and validationkmoore3-0/+234
2011-02-03326718 - add XmlList annotation support to XmlElement and XmlAttribute mappingkmoore3-3/+164
2011-02-02326718 - add XmlElementWrapper annotation support to XmlElement mappingkmoore5-0/+330
2011-02-02changed constructor on abstract class to protectedkmoore1-1/+1
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore13-14/+14
2011-01-24default namespace is schema for schema namespacepfullbright3-28/+19
2011-01-21adding java content assist to PersistentClass and PersistentAttributekmoore2-0/+46
2011-01-21adding XmlSchemaType support to XmlAttributeMapping and XmlElementMappingkmoore7-354/+501
2011-01-21rename javaCompletionProposals to getJavaCompletionProposalskmoore4-36/+23
2011-01-20attempted to add content assist for @XmlSchema - waiting on bug 326610pfullbright2-10/+75
2011-01-20fixed npe on validation without packageInfopfullbright1-1/+3
2011-01-19fixed npe in project init - variables properly initializedpfullbright1-5/+7
2011-01-18326717 - JAXB support for XmlAttribute, XmlELement, XmlJavaTypeAdapter and th...kmoore15-37/+617
2011-01-18added default name and namespace, content assist, and validation to XmlRootEl...pfullbright1-37/+174
2011-01-18added default namespace and getXsdTypeDefinition() to JaxbPersistentTypepfullbright1-22/+44
2011-01-14added xml type namespace content assistpfullbright1-2/+19
2011-01-14added xml type name content assistpfullbright1-1/+49
2011-01-14added JavaContextNodepfullbright3-16/+38
2011-01-14added query for type by namepfullbright1-1/+5
2011-01-11added validation for XmlTypepfullbright3-23/+105
2011-01-11added abstract java context nodepfullbright3-7/+128
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore12-18/+1128
2010-12-30added attribute(fields/properties) support to the JAXB context modelkmoore4-0/+703
2010-12-28minor change to use xmlNsPrefixContainer for updatekmoore1-1/+5
2010-12-21hooked up context model validation; added package namespace validationpfullbright2-0/+38
2010-12-21added specified/default namespace apipfullbright1-64/+72
2010-12-17removed some of the getDefault*() methods from our jaxb interfaces. I don't t...kmoore5-121/+63
2010-12-16added XmlElementDecl annotation context model supportkmoore1-1/+110
2010-12-15added support for registries and element factory methods in the context modelkmoore2-6/+166
2010-12-15added enum context model supportkmoore7-278/+623
2010-11-29support for superPersistentClass so we can use it for defining the default ac...kmoore3-55/+104
2010-11-29fixed problem with infinte update loops when both XmlType and XmlRegistry ann...kmoore1-9/+27
2010-11-24added basic registry support (can switch between XmlType and XmlRegistry)pfullbright4-74/+248
2010-11-24renamed JaxbRootContextNode -> JaxbContextRoot; added api on JaxbContextNodepfullbright4-28/+32

Back to the top