Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-19This commit was manufactured by cvs2svn to create tag 'v201011220000'.v201011220000nhauge5004-823110/+0
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 packageskmoore4-11/+696
2010-11-17added validation hooks (so that devs can trigger project build/update in work...pfullbright10-32/+318
2010-11-17removed unused propertypfullbright1-1/+0
2010-11-17added basic persistent class construction/updatepfullbright8-103/+217
2010-11-16refactored annotation container work to remove duplicate codekmoore4-583/+460
2010-11-16checking in recent changes to eclipselink_oxm schemaskmoore2-3/+7
2010-11-15reworked package updatepfullbright6-110/+224
2010-11-15used shortcut method for downcasting values()kmoore1-3/+2
2010-11-15removed redundant downcast methodkmoore1-6/+1
2010-11-15more annotation container clean upkmoore4-8/+9
2010-11-15changed our resource model so that we can use CombinationIndexedDAA for manip...kmoore50-1874/+1184
2010-11-12added jaxb context model tests to the buildkmoore1-2/+2
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-11added null check on primaryType, this can be null for a compilation unitkmoore1-1/+4
2010-11-10fixed ddl gen so that errors are displayed on the UI threadkmoore1-13/+18
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 supportkmoore9-6/+426
2010-11-04fixed copy/paste errorkmoore1-1/+1
2010-11-04added context model XmlSchemaType support to JaxbPackageInfokmoore15-18/+830
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 testskmoore15-53/+685
2010-11-02more test helper methods for modifying JDT annotationskmoore1-0/+90
2010-11-01JAXB packageInfo XmlSchema context model supportkmoore16-41/+1010
2010-11-01helper methods for editing JDT annotations directlykmoore1-1/+126
2010-10-29Removed AnnotationDefinitionProvider, other tweakspfullbright22-933/+352
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore57-793/+2131
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ch...pfullbright13-674/+26
2010-10-29(REQUIRES 10/29 I-BUILD) - package annotation tests enabled by fix to bug 328400pfullbright2-14/+12
2010-10-28tweaked config/datamodel for karenpfullbright2-58/+83
2010-10-28again on the RootContextNode, forgot the importkmoore1-1/+0
2010-10-28commenting out getRootContextNode temporarilykmoore1-4/+4
2010-10-28adding a preliminary TestJaxbProjectkmoore3-2/+143
2010-10-28added a helper method for getting a JAXB project from the pluginkmoore1-0/+9
2010-10-28328905 - added jaxb 2.1 facet version to fix unit testskmoore1-1/+6
2010-10-28327151 - Schema gen doesn't handle multiple namespacetle6-51/+326
2010-10-27quick spelling correctionpfullbright2-3/+3
2010-10-27JAXB java resource model, copied from JPA and removed JPA specific codekmoore197-808/+5592
2010-10-27added metadata cleanup on facet uninstallpfullbright4-12/+46
2010-10-26added eclipselink_oxm_2_2.xsd schemakmoore2-3/+572
2010-10-26fixed commentkmoore1-1/+1
2010-10-26Created JaxbProject and JaxbPlatform, completed JaxbProjectManagerkmoore29-67/+4213
2010-10-25added skeleton jaxb project managerpfullbright3-0/+265

Back to the top