Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-13This commit was manufactured by cvs2svn to create tag 'v200712130000'.v200712130000nhauge513-137592/+0
2007-12-04cleaned up dependencies a bitbvosburgh2-6/+11
2007-12-04[201159] model rework: added UI Listener Wrappersbvosburgh1-25/+0
2007-11-30[203432] problems with invalid expressions - HEADbvosburgh1-2/+10
2007-11-30[211532] create persistence.xml and orm.xml in jobs to fix(?) deadlockbvosburgh1-8/+36
2007-11-27[209275] reworked JpaModel synchronizationbvosburgh3-264/+258
2007-11-13fix for bug 209720pfullbright4-15/+16
2007-11-12209275 - fix for deadlock, removed some of the JpaModelManager synchronizationkmoore4-30/+62
2007-11-12Fix for bug 208147pfullbright8-61/+203
2007-11-08removing importskmoore17-32/+0
2007-11-07[201159] model rework: made lots of stuff 'final'bvosburgh10-34/+10
2007-11-05[201159] model rework: changed ValueModelChangeSupport to SingleAspectChangeS...bvosburgh2-1/+2
2007-11-01tweaked commentsbvosburgh3-13/+1
2007-10-25[201159] model reworkbvosburgh8-114/+342
2007-10-18[201159] model reworkbvosburgh9-262/+168
2007-10-18converted StringBuffer to StringBuilder, etc.bvosburgh1-1/+1
2007-10-16added comment for jpa facet uninstall actionpfullbright1-0/+2
2007-10-16added back uninstall delegate so that facet UI will allow facet uninstallationpfullbright2-1/+35
2007-10-10[201159] model reworkbvosburgh63-3201/+2726
2007-10-08remove casting method since generics handle this nowkmoore1-8/+1
2007-10-08remove casting method since generics handle this nowkmoore1-13/+2
2007-10-08switch to use Boolean.parseBoolean() new api in 1.5kmoore1-1/+1
2007-09-24removed check, since resource path isn't based on deployment any morepfullbright2-19/+9
2007-09-24Changed root nodes to use resources rather than artifact editspfullbright5-39/+25
2007-09-24Removed *.resource.* packages (until they get merged in from exp stream)pfullbright18-4749/+0
2007-09-17reverting strange commit from other branchpfullbright13-0/+13
2007-09-17Messy error-frought code checkpointpfullbright13-13/+0
2007-09-12combined port of bug fixes for 192477, 202684, 202811, and 202959 - adding ar...pfullbright21-434/+603
2007-09-12ported fix for bug 200940pfullbright1-0/+1
2007-09-12update x-friends for our test projectskmoore1-22/+22
2007-09-11202953 - applied patch - only cancel resynch job if running - changed order o...kmoore2-2/+6
2007-09-10191282 - applied patch - NPE on rename classkmoore1-1/+9
2007-09-10202809 - cleaning up compiler warningskmoore6-22/+11
2007-09-10202809 - cleaning up compiler warningskmoore10-19/+9
2007-09-06Updating version numbers as appropriate for 2.0 M2.nhauge1-1/+1
2007-09-05 192513 - wrong default joinColumns in orm.xml with underlying java annotationskmoore26-103/+536
2007-09-04183279 - reschedule resynch in finally clause of Job instead of having a JobC...kmoore1-24/+9
2007-08-29183279 - fixes problem with Synchronize Classes and entity generation. Preve...kmoore3-1/+6
2007-08-27Changed to get default schema from the profile.tle1-4/+3
2007-08-27199715- small change to progress monitor isCanceled() checks, throw Operation...kmoore6-31/+53
2007-08-27191282 - fixed NPE problem when incorrectly renaming typekmoore4-26/+46
2007-08-24remove call to cancel the resynch() Job on dispose. the dispose doesn't get ...kmoore1-1/+0
2007-08-23remove unused methodkmoore1-9/+0
2007-08-23fix default targetEntity - copied from maintenancekmoore1-1/+1
2007-08-23200957 - default mappings in orm.xml were not working because of recent perfo...kmoore2-1/+12
2007-08-22199715 - applied latest patch - includes changes to use resolved bindings, a ...kmoore36-122/+234
2007-08-22fix problem with ecore URIkmoore4-5/+5
2007-08-22bug 192675pfullbright4-19/+52
2007-08-21Reverted version number.tle1-1/+1
2007-08-21200679 - added IColumn defaultLength, defaultPrecision, defaultScalekmoore1-3/+3

Back to the top