Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore1566-210557/+2
2011-02-05forgot to rename the jpt.db package names along with the project nameskmoore93-214/+214
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore272-846/+846
2011-02-03fixing NPE when the java source folder is removed from the classpath. Now we ...kmoore2-2/+2
2011-02-01334134 - fix to prevent invalid validation messages for inherited PK's in Gen...nhauge4-115/+183
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore688-14160/+1363
2011-01-31added x-internal to a few packageskmoore1-3/+3
2011-01-28rename some methodsbvosburgh61-283/+308
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore7-113/+192
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh119-709/+716
2011-01-24rename RelationshipReference to Relationshipbvosburgh190-1095/+1087
2011-01-24remove some duplicate codebvosburgh1-14/+1
2011-01-24Refactored AbstractJptGeneratortle1-33/+108
2011-01-24remove unused importbvosburgh1-1/+0
2011-01-24[332673] Added validation for duplicate entities. Patch from Nan.nhauge7-45/+297
2011-01-24Reverting accidental check-in of this file.nhauge1-1/+1
2011-01-21[256003] [331610] - added validation for queries, generators, and converters....nhauge11-33/+151
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API pac...kmoore10-28/+40
2011-01-20[331558] validation added for converter class. Patch from Les.nhauge2-3/+176
2011-01-19removed getAccess() from JavaResourcePersistentType, first step to reusing th...kmoore4-16/+2
2011-01-19remove Java 6 calls: String.isEmpty()bvosburgh1-4/+4
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh1169-46975/+54116
2011-01-11Fixing NPEs in refactoring participants. Added null checks in case the persis...kmoore8-0/+24
2010-12-30added getName() to AnnotatedElement interface. support setter method name con...kmoore9-22/+16
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore13-156/+648
2010-12-13329493 - fixed no_op user library message for JAXB faceted project.nhauge1-1/+2
2010-11-23tweaked message for logging duplicate extension valuespfullbright5-7/+7
2010-11-17removed unused propertypfullbright1-1/+0
2010-11-15removed redundant downcast methodkmoore1-6/+1
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore5-5/+5
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ch...pfullbright6-424/+8
2010-10-27added metadata cleanup on facet uninstallpfullbright2-5/+38
2010-10-26fixed commentkmoore1-1/+1
2010-10-25328509 - EclipseLink 2.2 platform and orm resource model supportkmoore1-1/+1
2010-10-20renamed "Package" -> "AnnotatedPackage"pfullbright5-11/+11
2010-10-19removed unused static fieldpfullbright1-5/+1
2010-10-18tweaked package contentpfullbright1-5/+6
2010-10-18327914 - JAXB java resource model and tests for XmlSeeAlsoAnnotationkmoore1-1/+12
2010-10-14265087 - package-level annotation supportkmoore19-141/+834
2010-10-13cleaning up manifest dependency versionskmoore1-2/+2
2010-10-12327609 - refactor Member hierarchy to include an AnnotatedElement interface i...kmoore143-1528/+1883
2010-10-06Refactored org.eclipse.jpt.jaxb.ui and move classes to org.eclipse.jpt.jaxb.coretle1-2/+2
2010-10-06removed unnecessary @SuppressWarnings("unchecked")kmoore1-1/+0
2010-09-28jpt changes to accommodate jaxbpfullbright10-27/+143
2010-09-28reworked jpa project wizardpfullbright7-575/+196
2010-09-28library validationpfullbright22-182/+852
2010-09-28temp bug 324111 workaroundpfullbright3-0/+397
2010-09-28fixed resource locator id'spfullbright1-6/+7
2010-09-28added some input validationpfullbright1-0/+7
2010-09-28added receivers to property testerpfullbright1-1/+8

Back to the top