Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-04-03change required JUnit bundle version to 4.0.0bvosburgh3-4/+4
2012-04-03[353149] metadata conversion UIbvosburgh3-32/+174
2012-03-28373870 - Should support table generation for OSGi persistence bundle projecttle1-1/+6
2012-03-26added commentkmoore1-1/+6
2012-03-23improve interface commentbvosburgh1-0/+6
2012-03-21workaround for resource locators when java and wst.web facets occur togetherpfullbright1-4/+12
2012-03-20cleaning up enablement codekmoore4-35/+1
2012-03-15Update version numbers for 3.2 M6nhauge14-16/+16
2012-03-15Bug 370497 - [EclipseLink] JPA Details add attribute-type class chooser widgetskmoore3-5/+39
2012-03-08372876 - Dynamic Entities from Tables feature.nhauge1-0/+32
2012-03-07bug 372345 - sort after testing config enablementpfullbright1-22/+15
2012-03-01[372431] rework "combination" annotationsbvosburgh9-639/+784
2012-03-01fix compiler warningsbvosburgh3-13/+11
2012-03-01clean up commentbvosburgh1-5/+3
2012-03-01add toString(...)bvosburgh1-1/+6
2012-02-29moved typeIsBasic to JPA MappingTools, this is JPA specific code, not commonkmoore1-138/+10
2012-02-29Bug 331480 - [Validation] Need validation for embeddable id class - patch fro...kmoore1-0/+50
2012-02-28370895 - Static weaving results in infinite builder loop when enabledtle1-2/+6
2012-02-27remove Tools.valueIsEqualToOneOf(...)bvosburgh1-9/+0
2012-02-24added valueIsEqualToOneOf(Object, Object ... )pfullbright1-0/+9
2012-02-24added concatenate(String ... )pfullbright1-0/+14
2012-02-24changed superclasses and interfaces to use erasures rather than just fq names...pfullbright1-3/+3
2012-02-18reselect attribute after its mapping is changed via the UIbvosburgh1-0/+26
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh110-664/+656
2012-02-15Rework validation resources etc.uid84283-83/+0
2012-02-13set the class name ad package name in the new class wizard using the fully qu...kmoore1-3/+4
2012-02-10rework JpaProjectManagerbvosburgh289-5673/+11922
2012-02-10minor changesbvosburgh21-155/+257
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-09added set and remove support for member value pairspfullbright1-1/+35
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.nhauge3-3/+3
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

Back to the top