Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-10minor changesbvosburgh19-136/+150
2012-02-10tweak annotation adaptersbvosburgh10-159/+175
2012-02-10tweak non-UI plug-in classpathsbvosburgh2-0/+5
2012-02-09updated a comment to the correct method namekmoore1-1/+1
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore1-16/+31
2012-02-09277017 - changed how I fixed this class chooser bugkmoore1-2/+11
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore1-14/+6
2012-01-20removed SWTUtil.openDialog(PostExecution), this appears to be unnecessarykmoore5-219/+2
2012-01-19removed reflection used to build resource bundle strings for enum valueskmoore2-88/+7
2012-01-19315949 - Support Static Weaving through Dali Eclipse Plug-intle1-1/+5
2012-01-17bug 368451 - browse buttons have a delay so you can press them multiple timeskmoore1-4/+4
2012-01-06357360 - dialog message not generic.nhauge1-1/+1
2012-01-05Bug 236087 - validation for IdClass - patch from Nankmoore7-8/+180
2011-12-27350615 - [EclipseLink] Point to latest XSD's in shipped EL bundles in XML Cat...tle6-16204/+14
2011-12-16added getAllAnnotations() to JavaResourceAnnotatedElementpfullbright4-41/+107
2011-11-29356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsd and...kmoore3-2/+6174
2011-11-17Update versions and version dependencies for 3.1 release.nhauge2-2/+2
2011-11-11added api for public/protected no-arg constructorpfullbright3-1/+64
2011-11-09Bug 363227 - Listener leak in AbstractJptGenerator - remove the launchListene...kmoore1-3/+11
2011-11-01change method to protected for subclassingkmoore1-1/+1
2011-10-27Debug mode should be false.nhauge1-1/+1
2011-10-25revert fix for bug 310720 as it was causing other worse IndexOutOfBounds exce...kmoore2-42/+2
2011-10-25updated schema (EclipseLink added MultitenantType.VPD to the schema in 2.3.1)kmoore1-1/+9
2011-10-21added a constructor that builds a null control Transformerkmoore1-13/+30
2011-10-20bug 310720 - fixing IndexOutOfBoundsException with Override Default check box...kmoore2-2/+42
2011-10-19fixed problem with arrays and illegal/unexpected expressions. return empty a...pfullbright1-4/+5
2011-10-19support for indexed values within elementspfullbright7-10/+168
2011-10-19Update version for 3.1M3.nhauge1-1/+1
2011-10-18removed eclipselink_orm_2_4.xsd schema, it will not yet be released when Dali...kmoore2-5580/+1
2011-10-14[310876] [321736] - Add "do not show again" option on applicable Dali dialogs...nhauge4-0/+115
2011-10-11Bug 360554 - NPE when changing a class to an enum (or enum to class)kmoore2-7/+26
2011-09-21bug 357948 - Annotations added via the context model were not being initializedkmoore1-0/+1
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-19added getParameterTypeName(int index) to apipfullbright3-107/+140
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore1-1/+57
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore3-0/+23
2011-09-02updated orm resource model for the 2.4 eclipselink-orm.xml schemakmoore2-1/+5528
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh1-0/+49
2011-08-16added check for type being subtype of itself, and testpfullbright1-3/+9
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright1-39/+47
2011-08-15added support for arrays and genericspfullbright8-89/+324
2011-08-09lost a few of Brian's changes related to validation virtual atributes when co...kmoore2-11/+22
2011-08-08Update plugin versions for M1.nhauge2-2/+2
2011-08-08fixed annotation removal code when changing the primary annotationkmoore1-11/+14
2011-08-05Update plugin version numbers for 3.1 M1.nhauge3-3/+3
2011-08-02added @Override for buildASTRoot()kmoore1-0/+1
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore48-190/+3205
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge2-14/+16
2011-07-25updated eclipselink-orm schema for tenant-discriminator-column mistake - bug ...kmoore1-14/+10
2011-07-08singleton toString()sbvosburgh15-236/+671

Back to the top