Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-19This commit was manufactured by cvs2svn to create tag 'v201011220000'.v201011220000nhauge219-24349/+0
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 persistenceClasseskmoore2-5/+15
2010-11-17added tests for jaxb GenericRootContextNode packageskmoore1-10/+20
2010-11-17added validation hooks (so that devs can trigger project build/update in work...pfullbright6-31/+256
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
2010-11-15changed our resource model so that we can use CombinationIndexedDAA for manip...kmoore40-1764/+728
2010-11-11oops, didn't mean to check this one in yet, backing out these changeskmoore1-5/+0
2010-11-11Created an AnnotationContainer abstract class for nestable annotations. Simil...kmoore3-79/+327
2010-11-09refactored to associate context package with a name, not a resource packagepfullbright9-150/+200
2010-11-09another AnnotationContainer API change, return a ListIterablekmoore8-20/+27
2010-11-09minor change to AnnotationContainer APIkmoore9-32/+12
2010-11-04added XmlJavaTypeAdapter context model supportkmoore6-5/+259
2010-11-04fixed copy/paste errorkmoore1-1/+1
2010-11-04added context model XmlSchemaType support to JaxbPackageInfokmoore10-15/+317
2010-11-03Completed refactoring of ContextContainer to hold the collection and handle c...kmoore4-225/+258
2010-11-02first pass at refactoring ContextContainerTools to hold the collection instea...kmoore3-67/+74
2010-11-02Added XmlSchema xmlns context model support along with testskmoore11-46/+336
2010-11-01JAXB packageInfo XmlSchema context model supportkmoore11-12/+550
2010-10-29Removed AnnotationDefinitionProvider, other tweakspfullbright20-919/+338
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore31-728/+1799
2010-10-28tweaked config/datamodel for karenpfullbright1-0/+59
2010-10-28added a helper method for getting a JAXB project from the pluginkmoore1-0/+9
2010-10-27quick spelling correctionpfullbright2-3/+3
2010-10-27JAXB java resource model, copied from JPA and removed JPA specific codekmoore165-408/+5016
2010-10-27added metadata cleanup on facet uninstallpfullbright2-7/+8
2010-10-26Created JaxbProject and JaxbPlatform, completed JaxbProjectManagerkmoore29-67/+4213
2010-10-25added skeleton jaxb project managerpfullbright3-0/+265
2010-10-25added jaxb 2.1 facetkmoore4-4/+59
2010-10-22fixed copyrightspfullbright7-0/+63
2010-10-22XmlSchemaType(s) annotations for packages, and testspfullbright7-2/+482
2010-10-21removed XmlJavaTypeAdaptersAnnotationDefinition from the list of attribute an...kmoore1-1/+0
2010-10-21XmlJavaTypeAdapter(s) annotations for packagespfullbright8-131/+185
2010-10-20327915 - JAXB java resource model support for field/method annotationskmoore26-9/+2448
2010-10-20minor formattingkmoore1-0/+1
2010-10-20fixed a javadockmoore1-1/+1
2010-10-20XmlSchema/XmlNs annotation resource modelpfullbright7-13/+567
2010-10-20327915 - JAXB attribute level annotation resource model supportkmoore56-9/+3490
2010-10-19renamed GenericJaxbJpaAnnotationDefinitionProvider to remove the Jpakmoore1-3/+3
2010-10-19fixed parameter name and added commentkmoore1-4/+8
2010-10-18updated commentkmoore1-0/+5
2010-10-18added attribute level annotation Stringskmoore1-4/+57
2010-10-18package annotations - tweaked java type adapter annotationspfullbright13-172/+561
2010-10-18327914 - JAXB java resource model and tests for XmlRegistry annotationkmoore6-0/+175
2010-10-18327914 - JAXB java resource model and tests for XmlSeeAlsoAnnotationkmoore6-0/+376
2010-10-18327914 - JAXB java resource model and tests for XmlInlineBinaryDataAnnotation...kmoore15-0/+890
2010-10-15JAXB java resource model and tests for XmlAccessorOrderkmoore7-0/+358

Back to the top