Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-22This commit was manufactured by cvs2svn to create tag 'v201103270000'.v201103270000nhauge212-27327/+0
2011-03-14added reader.close()pfullbright1-0/+9
2011-03-11added some public apipfullbright1-2/+7
2011-03-11added basic support for jaxb.index (resource model, tie-in to context calcula...pfullbright5-6/+323
2011-03-07removed @Override from interface impl methodpfullbright1-1/+0
2011-03-04added XmlSeeAlso to context model, added references to jaxb context calculationpfullbright5-167/+407
2011-03-02326720 - XmlIDREF and XmlAttachmentRef context model support and validationkmoore5-1/+296
2011-03-02335697 - default XmlElement attribute mappingskmoore1-2/+22
2011-03-02326720 - XmlID context model support and validationkmoore5-22/+222
2011-03-02added attribute references to jaxb context calculationpfullbright6-11/+29
2011-03-01added directly referenced types to jaxb context, starting with persistent cla...pfullbright9-272/+261
2011-03-01renamed AbstractJavaResourceType -> JavaResourceAbstractType (don't ask)pfullbright19-45/+45
2011-02-28319736 - switching a few of our Iterators to Iterableskmoore2-2/+2
2011-02-28336388 - context model support for XmlTransient and inherited attributeskmoore7-605/+1064
2011-02-24updated AbstractJaxbContextNode to match AbstractJpaContextNodekmoore23-76/+103
2011-02-22clean up x-friends, access rules, etc.bvosburgh3-29/+29
2011-02-18added jaxb platform/ platform group property testerspfullbright1-0/+63
2011-02-18refactored platform def inheritancepfullbright4-147/+175
2011-02-15336388 - added preliminary JaxbTransientType support to the JAXB contextkmoore3-2/+154
2011-02-10326718 - XmlAnyElement, XmlAnyAttribute, XmlMixed context model support and v...kmoore10-44/+583
2011-02-10removed unnecessary instance variableskmoore1-8/+0
2011-02-08add library provider validation to project validationpfullbright2-21/+35
2011-02-08changed facet config to use data model only; added jre and user library valid...pfullbright14-219/+680
2011-02-08handle imports in a schemapfullbright1-3/+2
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore47-143/+143
2011-02-04326718 - added XmlValue attribute mapping context model and validationkmoore6-1/+244
2011-02-03326718 - add XmlList annotation support to XmlElement and XmlAttribute mappingkmoore4-3/+165
2011-02-02326718 - add XmlElementWrapper annotation support to XmlElement mappingkmoore7-0/+350
2011-02-02changed constructor on abstract class to protectedkmoore1-1/+1
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore127-458/+438
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore1-3/+3
2011-01-24default namespace is schema for schema namespacepfullbright3-28/+19
2011-01-24Refactored AbstractJptGeneratortle2-110/+53
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API pac...kmoore1-2/+2
2011-01-21adding java content assist to PersistentClass and PersistentAttributekmoore2-0/+46
2011-01-21adding XmlSchemaType support to XmlAttributeMapping and XmlElementMappingkmoore8-362/+501
2011-01-21rename javaCompletionProposals to getJavaCompletionProposalskmoore4-36/+23
2011-01-20added nameTouches and namespaceTouches APIkmoore1-1/+9
2011-01-20attempted to add content assist for @XmlSchema - waiting on bug 326610pfullbright2-10/+75
2011-01-20added namespaceTouches(..)pfullbright2-1/+12
2011-01-20refactored schema uri resolution/ schema chooser for jaxb projectspfullbright1-47/+2
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...kmoore20-190/+634
2011-01-18added default name and namespace, content assist, and validation to XmlRootEl...pfullbright2-37/+177
2011-01-18added default namespace and getXsdTypeDefinition() to JaxbPersistentTypepfullbright1-22/+44
2011-01-18added nameTouches(..) and namespaceTouches(..)pfullbright2-4/+22
2011-01-18add the validation builder during facet installkmoore1-1/+16
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh19-61/+59
2011-01-14added xml type namespace content assistpfullbright1-2/+19

Back to the top