Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-11change XmlElement and XmlElements annotations to both be standalone annotatio...kmoore1-27/+13
2010-12-31basic schema loading supportpfullbright5-39/+195
2010-12-30added attribute(fields/properties) support to the JAXB context modelkmoore1-2/+1224
2010-12-21added specified/default namespace apipfullbright1-10/+17
2010-12-21changed order of classpath entries so projects view didn't make me insanepfullbright1-1/+1
2010-12-17removed some of the getDefault*() methods from our jaxb interfaces. I don't t...kmoore4-134/+46
2010-12-16added XmlElementDecl annotation context model supportkmoore2-0/+405
2010-12-16cleaned up test annotationskmoore1-2/+2
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore22-168/+184
2010-12-15added enum context model supportkmoore3-4/+937
2010-12-15added Xml registry and enum context model supportkmoore2-0/+212
2010-11-29support for superPersistentClass so we can use it for defining the default ac...kmoore1-11/+85
2010-11-24added basic registry support (can switch between XmlType and XmlRegistry)pfullbright3-53/+164
2010-11-24renamed JaxbRootContextNode -> JaxbContextRoot; added api on JaxbContextNodepfullbright9-95/+95
2010-11-23JAXB XmlRootElement context model and testskmoore4-2/+206
2010-11-23renamed jaxb platform associated classespfullbright1-3/+3
2010-11-23added name apipfullbright1-7/+7
2010-11-23Allow XmlSchemaType resource model to work on field/method, not just packagekmoore7-86/+337
2010-11-22added context model support for the XmlType annotation along with testskmoore4-7/+702
2010-11-19Fixed test in the build again, cannot test order of packages and persistentCl...kmoore1-574/+18
2010-11-17added tests for jaxb GenericRootContextNode persistenceClasseskmoore1-1/+62
2010-11-17added tests for jaxb GenericRootContextNode packageskmoore2-0/+660
2010-11-15changed our resource model so that we can use CombinationIndexedDAA for manip...kmoore10-110/+456
2010-11-12added jaxb context model tests to the buildkmoore1-2/+2
2010-11-04added XmlJavaTypeAdapter context model supportkmoore3-1/+167
2010-11-04added context model XmlSchemaType support to JaxbPackageInfokmoore4-1/+485
2010-11-02Added XmlSchema xmlns context model support along with testskmoore2-7/+336
2010-11-01JAXB packageInfo XmlSchema context model supportkmoore5-29/+460
2010-10-29Removed AnnotationDefinitionProvider, other tweakspfullbright2-14/+14
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore9-42/+257
2010-10-29(REQUIRES 10/29 I-BUILD) - package annotation tests enabled by fix to bug 328400pfullbright2-14/+12
2010-10-28again on the RootContextNode, forgot the importkmoore1-1/+0

Back to the top