Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-12This commit was manufactured by cvs2svn to create tag 'v201108092000'.v201108092000nhauge372-39847/+0
2011-05-12bug 345453 - altered library validation for jaxb 2.2/java 1.6pfullbright8-24/+144
2011-05-11[345441] close jaxb.properties filebvosburgh1-51/+56
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright21-315/+907
2011-04-25fixed jre jaxb version calculation when there is an existing project (better ...pfullbright1-6/+9
2011-04-25fixed jre jaxb version calculation when there is an existing projectpfullbright1-0/+11
2011-04-22Fixed class gen for files in other projects and catalog entries.pfullbright1-8/+8
2011-04-11added jaxb.properties file supportpfullbright10-3/+374
2011-04-11added getPackage()pfullbright2-10/+19
2011-04-11added abstract class for extension purposespfullbright2-634/+656
2011-04-07added validation and content assist for name and namespacepfullbright5-8/+207
2011-04-07added getAttribute/ElementFormDefault()pfullbright2-0/+19
2011-04-07added defaults for attribute/elementFormDefaultpfullbright2-36/+116
2011-04-07added getJaxbPackage()pfullbright3-11/+18
2011-04-07added getPersistentClass(), getJaxbPackage()pfullbright1-0/+10
2011-04-07added name/namespaceTouches(..)pfullbright5-8/+60
2011-04-07added element support (and more) to schema modelpfullbright15-35/+521
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to be...bvosburgh2-11/+21
2011-03-22more x-friend/access rules clean-upbvosburgh1-2/+2
2011-03-22clean up .cvsignore filesbvosburgh1-5/+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...pfullbright10-7/+389
2011-03-07removed @Override from interface impl methodpfullbright1-1/+0
2011-03-04added XmlSeeAlso to context model, added references to jaxb context calculationpfullbright8-179/+488
2011-03-02remove project-specific settingsbvosburgh1-12/+0
2011-03-02326720 - XmlIDREF and XmlAttachmentRef context model support and validationkmoore10-2/+380
2011-03-02335697 - default XmlElement attribute mappingskmoore1-2/+22
2011-03-02326720 - XmlID context model support and validationkmoore8-23/+262
2011-03-02added attribute references to jaxb context calculationpfullbright8-21/+43
2011-03-01added directly referenced types to jaxb context, starting with persistent cla...pfullbright12-305/+288
2011-03-01renamed AbstractJavaResourceType -> JavaResourceAbstractType (don't ask)pfullbright22-54/+82
2011-02-28319736 - switching a few of our Iterators to Iterableskmoore3-3/+3
2011-02-28336388 - context model support for XmlTransient and inherited attributeskmoore15-640/+1229
2011-02-24updated AbstractJaxbContextNode to match AbstractJpaContextNodekmoore23-76/+103
2011-02-22clean up x-friends, access rules, etc.bvosburgh5-32/+31
2011-02-18added jaxb platform/ platform group property testerspfullbright2-0/+96
2011-02-18refactored platform def inheritancepfullbright4-147/+175
2011-02-15336388 - added preliminary JaxbTransientType support to the JAXB contextkmoore7-5/+207
2011-02-10326718 - XmlAnyElement, XmlAnyAttribute, XmlMixed context model support and v...kmoore16-44/+706
2011-02-10removed unnecessary instance variableskmoore1-8/+0
2011-02-08add library provider validation to project validationpfullbright3-21/+36
2011-02-08changed facet config to use data model only; added jre and user library valid...pfullbright18-225/+760
2011-02-08handle imports in a schemapfullbright2-3/+23
2011-02-07Updating bundle versionskmoore1-1/+1
2011-02-06removed references to jpakmoore1-3/+3
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore68-183/+183
2011-02-04326718 - added XmlValue attribute mapping context model and validationkmoore10-2/+279
2011-02-03326718 - add XmlList annotation support to XmlElement and XmlAttribute mappingkmoore7-3/+204
2011-02-02326718 - add XmlElementWrapper annotation support to XmlElement mappingkmoore12-2/+434

Back to the top