Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
AgeCommit message (Expand)AuthorFilesLines
2010-12-20This commit was manufactured by cvs2svn to create tag 'v201012200000'.v201012200000nhauge139-8206/+0
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-17removed some of the getDefault*() methods from our jaxb interfaces. I don't t...kmoore15-366/+154
2010-12-16added XmlElementDecl annotation context model supportkmoore4-12/+553
2010-12-16cleaned up test annotationskmoore1-2/+2
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore60-704/+1441
2010-12-15Listen to the jaxb project manager collection of projects instead of using a ...kmoore2-46/+57
2010-12-15adding resource model support for registry element factory methodskmoore1-0/+113
2010-12-15added support for registries and element factory methods in the context modelkmoore5-6/+368
2010-12-15added enum context model supportkmoore58-471/+2056
2010-12-15added enums, registries, and enum constants to the navigator viewkmoore9-0/+210
2010-12-15added Xml registry and enum context model supportkmoore4-5/+253
2010-12-15renamed a local variablekmoore1-2/+2
2010-12-13329493 - fixed no_op user library message for JAXB faceted project.nhauge2-1/+4
2010-12-09re-orged project properties/prefs; added jaxb project properties, facet versi...pfullbright31-619/+1438
2010-11-30Added warning when schema exists in selected locationtle3-3/+46
2010-11-29support for superPersistentClass so we can use it for defining the default ac...kmoore6-66/+215
2010-11-29fixed problem with infinte update loops when both XmlType and XmlRegistry ann...kmoore1-9/+27
2010-11-29tweaked project content location in navigatorpfullbright1-0/+1
2010-11-24added basic registry support (can switch between XmlType and XmlRegistry)pfullbright16-174/+573
2010-11-24renamed JaxbRootContextNode -> JaxbContextRoot; added api on JaxbContextNodepfullbright25-177/+192
2010-11-23JAXB XmlRootElement context model and testskmoore10-3/+462
2010-11-23tweaked navigator content description textpfullbright2-3/+5
2010-11-23fixed name apipfullbright2-2/+2
2010-11-23added jaxb project explorer navigator contentpfullbright24-4/+1079
2010-11-23added jaxb platform uis extension pointpfullbright8-0/+467
2010-11-23renamed jaxb platform associated classespfullbright9-24/+67
2010-11-23changed update to use JavaResourceType rather than class names (because of ty...pfullbright1-48/+42
2010-11-23added persistent class apipfullbright1-0/+5
2010-11-23added name apipfullbright3-17/+43
2010-11-23added platform description apipfullbright3-2/+11
2010-11-23cosmeticpfullbright1-3/+8
2010-11-23removed unused propertiespfullbright1-14/+0
2010-11-23tweaked message for logging duplicate extension valuespfullbright1-2/+2
2010-11-23reconnected adding files on project creationpfullbright1-4/+4
2010-11-23Allow XmlSchemaType resource model to work on field/method, not just packagekmoore9-92/+341
2010-11-22added context model support for the XmlType annotation along with testskmoore8-20/+1321
2010-11-22refactored context collection/list containers to support context model that i...kmoore3-22/+128
2010-11-19Fixed test in the build again, cannot test order of packages and persistentCl...kmoore1-574/+18
2010-11-18fixed failing test in the build. had not checked in this class because I had ...kmoore2-2/+2
2010-11-17added tests for jaxb GenericRootContextNode persistenceClasseskmoore3-6/+77
2010-11-17added tests for jaxb GenericRootContextNode packageskmoore3-10/+680
2010-11-17added validation hooks (so that devs can trigger project build/update in work...pfullbright10-32/+318
2010-11-17added basic persistent class construction/updatepfullbright8-103/+217
2010-11-16refactored annotation container work to remove duplicate codekmoore4-583/+460
2010-11-15reworked package updatepfullbright6-110/+224
2010-11-15more annotation container clean upkmoore4-8/+9

Back to the top