Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-19fixed npe in project init - variables properly initializedpfullbright1-5/+7
2011-01-19remove Java 6 calls: String.isEmpty()bvosburgh1-4/+4
2011-01-18326717 - JAXB support for XmlAttribute, XmlELement, XmlJavaTypeAdapter and th...kmoore40-357/+1329
2011-01-18added default name and namespace, content assist, and validation to XmlRootEl...pfullbright5-65/+261
2011-01-18added default namespace and getXsdTypeDefinition() to JaxbPersistentTypepfullbright4-51/+112
2011-01-18added nameTouches(..) and namespaceTouches(..)pfullbright3-5/+34
2011-01-18add the validation builder during facet installkmoore1-1/+16
2011-01-18added base XsdAdapter and XsdElementDeclarationpfullbright5-5/+112
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh1958-72744/+76474
2011-01-14added xml type namespace content assistpfullbright1-2/+19
2011-01-14added getNamespaces(), use of clone iterablespfullbright1-3/+12
2011-01-14added namespaceTouches(..)pfullbright4-8/+28
2011-01-14added jaxb content assist for javapfullbright4-7/+221
2011-01-14added xml type name content assistpfullbright1-1/+49
2011-01-14added XsdSchema.getTypeDefinitions(String namespace)pfullbright2-0/+21
2011-01-14added nameTouches(..)pfullbright4-12/+33
2011-01-14added JavaContextNodepfullbright6-20/+87
2011-01-14added query for type by namepfullbright2-2/+11
2011-01-14added query for primary java nodespfullbright2-7/+88
2011-01-14fixed exportspfullbright1-1/+3
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-11added validation for XmlTypepfullbright9-34/+169
2011-01-11added abstract java context nodepfullbright3-7/+128
2011-01-11Added basic Xsd adapter model - schema and typespfullbright5-0/+229
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore46-268/+2528
2011-01-11change XmlElement and XmlElements annotations to both be standalone annotatio...kmoore7-80/+360
2011-01-11rename getJaxbPlatform() to getPlatform()kmoore9-24/+24
2011-01-11Fixing NPEs in refactoring participants. Added null checks in case the persis...kmoore8-0/+24
2010-12-31basic schema loading supportpfullbright8-41/+331
2010-12-30removed unnecessary buildNullAnnotation methodkmoore2-16/+0
2010-12-30added some more helper methods for testskmoore1-2/+11
2010-12-30added some modifier support to handle determining which fields/properties in ...kmoore6-148/+118
2010-12-30added navigator UI support for JAXB attribute(fields/properties)kmoore8-0/+167
2010-12-30added getName() to AnnotatedElement interface. support setter method name con...kmoore10-23/+19
2010-12-30added attribute(fields/properties) support to the JAXB context modelkmoore12-19/+2060
2010-12-30added a getParent() convenience methodkmoore1-0/+3
2010-12-28change annotations to be supported on JavaResourceMember instead of just Java...kmoore35-85/+85
2010-12-28minor change to use xmlNsPrefixContainer for updatekmoore1-1/+5
2010-12-21hooked up context model validation; added package namespace validationpfullbright9-27/+86
2010-12-21added specified/default namespace apipfullbright3-84/+111
2010-12-21changed validation so no namespace is not an errorpfullbright2-4/+9
2010-12-21changed order of classpath entries so projects view didn't make me insanepfullbright2-2/+2
2010-12-20added JAXB schemas properties pagepfullbright5-0/+955
2010-12-20extracted JaxbProjectModel for use with other properties pagespfullbright2-93/+71
2010-12-20changed order of classpath entries so projects view didn't make me insanepfullbright1-2/+2
2010-12-20added SchemaLibrary to API and tweaked JaxbProject.Configpfullbright7-39/+220
2010-12-20added static adapt(..) that will synch selection model for youpfullbright1-10/+44

Back to the top