Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-08This commit was manufactured by cvs2svn to create tag 'v200812080000'.v200812080000nhauge210-46542/+0
2008-10-30remove initialize() method from AbstractModel, only used in AbstractNode now ...kmoore3-15/+3
2008-10-24bug 245429 - added eclipselink orm expiry time of day supportkmoore1-2/+2
2008-10-17added ListenerListbvosburgh1-0/+117
2008-10-17added clear(Object[])bvosburgh1-0/+11
2008-10-17fixed classForTypeDeclaration(...) methodsbvosburgh1-8/+8
2008-10-17suppress compiler warningsbvosburgh3-16/+16
2008-10-17renamed private methodbvosburgh1-5/+5
2008-10-03changed 'iterators' declaration from Collection to LinkedListbvosburgh1-4/+3
2008-10-03improved exception messagebvosburgh1-1/+2
2008-10-02cleaned up imports using DaliEMFFormatterpfullbright100-110/+2
2008-09-24[242321] database case-sensitivitybvosburgh1-78/+77
2008-09-23reversing patch from bug 232336 until we fix the problems it has uncoveredkmoore5-26/+80
2008-09-12[242321] database case-sensitivitybvosburgh1-223/+485
2008-09-09reviewed new CachingTransformationPVMs - minor tweaks, commentsbvosburgh2-41/+80
2008-09-09fixed some compiler warningsbvosburgh5-15/+15
2008-09-09fixed typobvosburgh1-1/+1
2008-08-25removed unnecessary parenthesesbvosburgh1-1/+1
2008-08-25NLS commentbvosburgh1-1/+1
2008-08-22created CachingTransformationPropertyValueModel to cache the transformed valu...kmoore3-2/+199
2008-08-19Version number updates for 2.1M1.nhauge1-1/+1
2008-07-29[242321] database case-sensitivitybvosburgh5-80/+864
2008-07-29added Entry support to Bagbvosburgh3-50/+245
2008-07-28NLS tweaksbvosburgh1-2/+2
2008-07-21[232336] changed UI listener wrappers to always forward events asynchronouslybvosburgh5-80/+26
2008-05-15[225885] fix editing annotations with property accessbvosburgh4-1/+325
2008-05-02230015 - Updating copyright statements to 2008.nhauge4-4/+4
2008-04-17minor comment correctionkmoore1-1/+1
2008-04-11[192777] Entity Generation produces fields with Java reserved word namesbvosburgh1-25/+43
2008-03-26added get prefixes to jpt.core.context.* package interfaceskmoore2-5/+4
2008-03-26removed Node from inheritance hierarchybvosburgh3-55/+91
2008-03-26added get prefixes to utility plugin interfaceskmoore48-260/+260
2008-03-26addd get prefixes to JavaTypekmoore2-7/+7
2008-03-26beginning to rename accessors to include the get prefixkmoore2-6/+6
2008-03-24made JavaType publicbvosburgh3-41/+121
2008-03-07tweaked "Provisional API" commentbvosburgh10-10/+10
2008-03-06replaced dropped exported packagebvosburgh1-8/+54
2008-03-05created utility public APIbvosburgh117-313/+568
2008-03-04restored @SuppressWarnings annotationbvosburgh1-0/+1
2008-03-04removed imports related to javadocs. We can now turn off javadoc processing -...kmoore1-1/+0
2008-02-27Removed multiple persistence unit support from context modelpfullbright1-2/+0
2008-02-19tested support for new event typesbvosburgh1-1/+1
2008-02-15fixed cloneWithSource() methodsbvosburgh1-2/+2
2008-02-12cleaned up CompositeCollectionValueModelbvosburgh3-108/+251
2008-02-11tested and fixed CompositeListValueModelbvosburgh10-182/+567
2008-02-11renamed parmsbvosburgh47-397/+397
2008-02-11Merged jpt_2_0_exp branch into Head.bvosburgh14-1369/+0
2008-02-11tested PropertyListValueModelAdapterbvosburgh2-5/+5
2008-02-08removed importskmoore1-1/+0
2008-02-07Revised plugin version number.tle1-1/+1

Back to the top