Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-09-24This commit was manufactured by cvs2svn to create tag 'v200809240001'.v200809240001nhauge1849-332377/+0
2008-09-24fixed validation error for persistence-unit-defaults being defined in ↵kmoore3-1/+11
multiple orm.xml files. hadn't hit this before since we didn't support multipel orm.xml files :)
2008-09-24Created PlatformUtilities, and moved IFile contentType determination there, ↵pfullbright3-34/+57
making sure to close InputStream
2008-09-24removed debugging codebvosburgh1-3/+6
2008-09-24reworked validationbvosburgh83-1690/+1804
2008-09-24[248031] API enhancements for OEPEbvosburgh5-18/+97
2008-09-24[242321] database case-sensitivitybvosburgh21-290/+485
2008-09-24adding the java context model tests back to the buildkmoore2-34/+30
2008-09-24removed creation of annotation classes in java resource model testskmoore51-674/+28
2008-09-23added default value handlerkmoore1-1/+4
2008-09-23reversing patch from bug 232336 until we fix the problems it has uncoveredkmoore10-52/+180
2008-09-23added isDisposed() checkskmoore1-0/+6
2008-09-23ArtifactEdit out, ModelProvider in (finally)pfullbright62-889/+1700
2008-09-23added Default(none) to Convert name combokmoore2-5/+92
2008-09-23Changed to use jpt-persistence-jar propertytle2-4/+2
2008-09-23removed unused importskmoore8-12/+0
2008-09-23removed unused methodkmoore2-16/+0
2008-09-23removed use of MessageFormat, not needed without argumentskmoore1-4/+1
2008-09-23removed unused classkmoore1-106/+0
2008-09-23cleaning up spacing issues to make things look good on XP style, Windows ↵kmoore2-29/+8
classic will have missing borders on some widges
2008-09-23Uncommented jpa.jar testingtle1-2/+2
2008-09-23Fix for org.eclipse.jpt.jpa.jar variabletle2-2/+4
2008-09-23231539 - "Null" table and join column messagestle4-6/+8
2008-09-23Added access rule for WSTtle1-0/+1
2008-09-23Removed unused importtle1-1/+0
2008-09-22added support for eclipselink Converter, TypeConverter, StructConverter, ↵kmoore34-53/+3528
partial support for ObjectTypeConverter
2008-09-22cleaning up ClassChooserPane, adding hyperlink labelkmoore7-112/+91
2008-09-22fixing some javadocskmoore1-2/+2
2008-09-22removing deprecated Eclipse-LazyStart and replacing it with ↵kmoore9-12/+7
BundleActivationPolicy
2008-09-19reducing codekmoore1-70/+10
2008-09-19moved creation of converters to JpaFactorykmoore16-16/+159
2008-09-19support for Convert annotation on id, basic, version in eclipselinkkmoore16-0/+1468
2008-09-19removed creation of annotation types, we now have a jar that is used to ↵kmoore54-1177/+25
resolve the annotations
2008-09-18Changed to skip JptCoreContextModelTests in the build.tle1-2/+2
2008-09-18removed a spacekmoore1-1/+1
2008-09-18changed to just run JavaVersionMappingTests in the build, so we can figure ↵kmoore3-35/+39
out why they are failing without running so many tests
2008-09-16243362 - Add JPT Persistence library to WTP automatic teststle2-7/+43
2008-09-16228090 - EclipseLink persistence.xml Logger could have 'Browse...' buttontle3-16/+133
2008-09-15created gen.tests plug-inbvosburgh10-0/+349
2008-09-12moved defaultConverter to constructor, it can be final, since it won't ↵kmoore3-6/+6
change in java
2008-09-12[242321] database case-sensitivitybvosburgh177-5869/+8591
2008-09-11245803 - Orphaned org.eclipse.jpt plugintle1-8/+0
2008-09-11239163- refactoring existing converters(lob, enumerated, temporal) in order ↵kmoore72-1393/+3277
to better support eclipseLink converters
2008-09-10added helper method getAttributeTextRange(String) to reduce code duplicationkmoore16-72/+24
2008-09-10workaround for DTP bug 246270 - build the connection profile (thus loading ↵kmoore1-2/+8
DTP profiles) before adding the connection profile listener
2008-09-09fixed some compiler warningsbvosburgh17-81/+71
2008-09-09fixed some compiler warningsbvosburgh5-25/+27
2008-09-09reviewed new CachingTransformationPVMs - minor tweaks, commentsbvosburgh4-46/+88
2008-09-09fixed some compiler warningsbvosburgh6-15/+16
2008-09-09added some tests for #valuesAreEqual(...)bvosburgh1-1/+36

Back to the top