Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
AgeCommit message (Expand)AuthorFilesLines
2011-02-07Updating bundle versionskmoore3-3/+3
2011-02-06completing plug-in renamekmoore3-8/+8
2011-02-06removed references to jpakmoore1-3/+3
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore146-364/+372
2011-02-05Exported org.eclipse.jpt.dbws.eclipselink.core.genpre_major_plugin_renametle1-0/+1
2011-02-04326718 - added XmlValue attribute mapping context model and validationkmoore15-2/+435
2011-02-03326718 - add XmlList annotation support to XmlElement and XmlAttribute mappingkmoore9-4/+319
2011-02-02326718 - add XmlElementWrapper annotation support to XmlElement mappingkmoore13-2/+493
2011-02-02changed constructor on abstract class to protectedkmoore1-1/+1
2011-02-02Changed Require-Bundle to org.eclipse.persistence.dbws.buildertle1-1/+1
2011-02-01Initial check-in.tle42-0/+3037
2011-02-01Initial check-in.tle10-0/+168
2011-02-01Initial check-in.tle12-0/+556
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore216-621/+706
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore2-7/+8
2011-01-25fix JAXB project wizard iconkmoore1-2/+2
2011-01-24added tests for default namespacepfullbright1-1/+9
2011-01-24default namespace is schema for schema namespacepfullbright3-28/+19
2011-01-24added built in types to queries, reworked type queriespfullbright1-30/+51
2011-01-24Refactored AbstractJptGeneratortle2-110/+53
2011-01-24330355 - Schema gen doesn't work on the default packagetle2-4/+12
2011-01-24331369 - If only one package is used in schema gen, schema name is not usedtle2-15/+45
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API pac...kmoore1-2/+2
2011-01-21adding code assist to XmlSchemaType at the attribute/element mapping levelkmoore1-0/+72
2011-01-21adding java content assist to PersistentClass and PersistentAttributekmoore2-0/+46
2011-01-21adding XmlSchemaType support to XmlAttributeMapping and XmlElementMappingkmoore21-564/+790
2011-01-21rename javaCompletionProposals to getJavaCompletionProposalskmoore6-38/+25
2011-01-20added nameTouches and namespaceTouches APIkmoore2-3/+23
2011-01-20attempted to add content assist for @XmlSchema - waiting on bug 326610pfullbright3-11/+77
2011-01-20added namespaceTouches(..)pfullbright3-2/+19
2011-01-20refactored schema uri resolution/ schema chooser for jaxb projectspfullbright6-83/+105
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...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.bvosburgh30-88/+84
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

Back to the top