Skip to content
Failed

Changes

Summary

  1. fix warnings (commit: 5012e47) (details)
  2. add language labels to editor tabs (commit: 4808df3) (details)
  3. threaded validation (experimental) (commit: 5469615) (details)
  4. make component editor the default for html, wod, and woo (commit: a54ebb7) (details)
  5. We don't want to link against 5.4 here ... (commit: 8500067) (details)
  6. remove jdbc2Info prior to SQL gen (commit: 4ab8435) (details)
  7. I think this should fix allowsNull for normal people and Apple (commit: 8de807b) (details)
  8. generics and debug (commit: bce8861) (details)
  9. updated to 1.0.3 (commit: 1a1ec5d) (details)
  10. fixes to formatting inside of script tags (should just leave things alone) (commit: 3f62572) (details)
  11. removed live search for right now ... (commit: d15a1b9) (details)
  12. fix warnings (commit: b87fdf9) (details)
  13. add shortcut method to get a list of non-prototype entity names (commit: 089b605) (details)
  14. added build.properties to remove warnings (commit: 9e6bd70) (details)
  15. fix warnings (commit: 739b6b6) (details)
  16. fix warnings (commit: f250d31) (details)
  17. * fix warnings (commit: a64f941) (details)
  18. remove debug (commit: a09465c) (details)
  19. * more enhancements to support BindingsInspector (commit: b2ed5e0) (details)
  20. ... that isn't meant to come in yet (commit: 6117a5c) (details)
  21. change sash color (commit: 34b0841) (details)
  22. moved debug output (commit: 19df55b) (details)
  23. changed background color (so it matches the overview ruler) (commit: 97d7d5f) (details)
  24. changed background color (so it matches the overview ruler) (commit: fdd2d3e) (details)
  25. added template breadcrumb (commit: 61abc0c) (details)
  26. change name to (Experimental) + don't refresh unless it's in the foreground (commit: f3c6067) (details)
  27. * add console to WO perspective (commit: 6ac19ca) (details)
  28. changed plugin build order to support dependency changes (commit: 2f47262) (details)
  29. changes for new API (commit: b0425f4) (details)
  30. keep the model marked dirty if you remove a display group (commit: 892d2f2) (details)
  31. don't show these pages for now (commit: 127bf53) (details)
  32. removed warnings (commit: 84c93c0) (details)
  33. prevent NPE (commit: 77eeb72) (details)
  34. * save positions of the split pane in wod/html view (commit: ec64bb8) (details)
  35. whoops .. that was using the tag name always instead of the Wod Element Type (commit: 3ecb50b) (details)
  36. support an optional superclass definition (commit: 1e4ce4f) (details)
  37. define an Actions constant (commit: 9954667) (details)
  38. more reflection utils (commit: 2d1c15a) (details)
  39. use new reflection utils method (commit: 9447d69) (details)
  40. Add Key and Add Action support (commit: 5398aa4) (details)
  41. changed dialog title (commit: 0770ea1) (details)
  42. oops .. was passing the wrong object around for non-inline bindings (commit: e3386d1) (details)
  43. removed debug (commit: df343d0) (details)
  44. sync working set and non-working set implementations (commit: ab07f31) (details)
  45. move ListContentProvider up to a higher level (commit: cc3f818) (details)
  46. move ListContentProvider up to a higher level (commit: 4ce9c79) (details)
  47. NPE protection (commit: 46ace8f) (details)
  48. * WO Browser view added to Bindings View (+ a bunch of related work -- still experimenta) (commit: a9cb3af) (details)
  49. renamed RefatoringElementModel to RefactoringWodElement (commit: 4574dad) (details)
  50. show warning for non-empty wods (commit: 87b7d44) (details)
  51. don't collapse breadcrumb when nothing is selected (commit: 9b935b8) (details)
  52. wrong id for the bindings view (commit: fe6c3c6) (details)
  53. just  a quick hack to get rid of some out of bounce exceptions (commit: 47558e9) (details)
  54. I'm going to take it out for right now ... it will be back in the nightlies after stable is stable (commit: 5a39b2a) (details)
  55. it would help that if the model is null and we go through all the trouble to reparse and revalidate it that we actually return the new model instead of null (commit: d80dfb7) (details)
  56. resize horizontal and vertical (commit: 2bde8ee) (details)
  57. fixed all the properties sections to span the full height rather than being stubby (commit: d8a26cb) (details)
  58. possible NPE fixes (commit: 72a698b) (details)
  59. possible NPE fixes (commit: 9f9c17d) (details)
  60. support for finding the editor, not just opening the editor (commit: 52aa586) (details)
  61. line dragging stuff ... I just wanted to get it committed ... it just drags and draws ... no drop actions yet (commit: 73e6af3) (details)
  62. it's possible to be an ant framework or ant application but NOT have the ant builder ... say for instance, if you refuse to modernize your applications and insist on using crappy ancient design by contract builder plugins ... you just had to wait till like 2am and I'm writing the release notes for the first major release in 8 months, too, huh. (commit: ee04451) (details)
  63. don't let it go full wide (commit: ddb5c5c) (details)
  64. switch to default "EOGenericRecord" join entity name for flattened many-to-many relationships (commit: b5ae2bc) (details)
  65. fire a dirty property change event from the model group when models change (commit: 71bfbbc) (details)
  66. if any model in the group is dirty, then consider the editor dirty (commit: 6603a53) (details)
  67. add support for optionally leaving out the inverse relationships on many-to-many's + allow creating foreign keys without creating the relationships (commit: 4087b46) (details)
  68. java files that fail to load should not be considered "found" -- for instances, java files not on the classpath -- WOL-726 (commit: a32c923) (details)
  69. Three .. count them THREE versions of that method, all wrong :)  Ant builder working directory should be working properly now. (commit: a209b72) (details)
  70. omg seriously how many more of these can there be? (commit: eb8a833) (details)
  71. nicer looking relationship wizard (commit: fc2c0ce) (details)
  72. clearly i don't understand BackgroundMode .. I'll have to experiment with it more (commit: d2ac715) (details)
  73. fix layout in Safari 3.1 and Internet Explorer (commit: 56b979a) (details)
  74. more fixes for Safari 3.1 + Internet Explorer (commit: 1d499a6) (details)
  75. removed some debug output (commit: 489a90c) (details)
  76. WOL-728 - save template inputs page as fields change (commit: d010343) (details)
  77. * more draggable bindings work (poppy effects on drag-over) (commit: ba428d2) (details)
  78. remove unused disposed boolean (commit: c9964f5) (details)
  79. if you get a browser failure, don't bring down everything (commit: 3f77e65) (details)
  80. * deselection in bindings view (commit: 620dda1) (details)
  81. fixes for bindings rollover ... repaint was pretty whacked out because if in incorrect position conversion (commit: 36d97a0) (details)
  82. let the fireworks begin ... new qualifier parser in the house (commit: a422e8a) (details)
  83. limit entity pickers to the specific entity ... (commit: 92c541c) (details)
  84. replacement when selecting from tree was scanning back too far (commit: 3ba130b) (details)
  85. WOL-731 comments add extra spaces every time format runs (commit: 4d743ed) (details)
  86. more safari 3.1 style changes (commit: b92461b) (details)
  87. turn debug off (commit: 63e5071) (details)
  88. some refactoring + added autoscroll on the binding drag (commit: 82a0a32) (details)
  89. added support for parsing and converting the old cayenne style (commit: c116171) (details)
  90. couple fixes for trailing binding keys (commit: e1f131c) (details)
  91. add string constructor to EOKeyComparisonQualifier (commit: 0319002) (details)
  92. properly read EOKeyComparisonQualifier from plist (transcription error) (commit: 71b4924) (details)
  93. show error label when parsing fails (commit: 6913e1f) (details)
  94. throw exceptions if the qualifier string cannot be set (commit: 4c0373d) (details)
  95. shuffled around some binding utilities (commit: f4f3b92) (details)
  96. more work towards draggable bindings (commit: b6885ad) (details)
  97. added fetch specs to default templates (commit: a4b3d90) (details)
  98. qualifier parser compatibility (specificall with bindings) (commit: e54a18c) (details)
  99. fix previously broken _key values (ones that have $'s in them) (commit: 02769ca) (details)
  100. [maven-release-plugin] prepare release woproject-all-parent-2.0.11 (commit: 8c2717c) (details)
  101. (commit: e1349ec) (details)
  102. [maven-release-plugin] prepare release woproject-all-parent-2.0.12 (commit: 2f6df50) (details)
  103. [maven-release-plugin] prepare for next development iteration (commit: 8b9cdf3) (details)
  104. [maven-release-plugin] prepare release woproject-all-parent-2.0.13 (commit: 8fb8d0d) (details)
  105. [maven-release-plugin] prepare for next development iteration (commit: 3b3de9b) (details)
  106. validate qualifier keys in fetch specs (commit: ceb7083) (details)
  107. no good deed goes unpunished ... null check (commit: 97467d3) (details)
  108. fix titles on the eogenerator editor form (commit: 7b12e9e) (details)
  109. Added the concept of an EOModelRenderContext that you can attach to the thread for controlling various output options on an EOModel.  For instance, you can toggle the render context into JavaClient mode so that EOGenerator will produce java client class names instead of server class names when you query an Entity's various class name methods. (commit: 6a5af8c) (details)
  110. don't show the Show button if there is no editor (commit: fc7d20a) (details)
  111. make sure the error dialog is on the main thread + don't just throw away validation errors (commit: 34416a7) (details)
  112. added some debugging (commit: 5a87f07) (details)
  113. updated eomodeldoc package script (commit: a5e6973) (details)
  114. updated eomodeldoc package script (commit: fac52f0) (details)
  115. don't let exceptions kill the entire listen thread (commit: e0e48c3) (details)
  116. cleaned up the relationship wizard some to try to make it clearer (commit: 09d3530) (details)
  117. * added generics to ERXKey declarations (commit: 27c1a1b) (details)
  118. non-IProject-based API for eogen (towards standalone version) (commit: d2c917d) (details)
  119. more fixes for standalone veogen (commit: bf81c9c) (details)
  120. standalone veogen (commit: 4687714) (details)
  121. added date and calendar into eogen context (commit: 1be1ac6) (details)
  122. output docs (commit: a1d4228) (details)
  123. * added WOOgnl to default frameworks list (commit: 31131f7) (details)
  124. * bindings drag-and-drop onto inline bindings (commit: 08e8116) (details)
  125. fixed warnings (commit: 279c3a6) (details)
  126. better cache invalidation (commit: cf79135) (details)
  127. fireWebObjectChanged on every save (commit: 21543d4) (details)
  128. refresh the model (commit: 3a8b898) (details)
  129. broke out a lot more of the drop handler and added support for the wod editor (commit: 809b040) (details)
  130. cleaned up old code some + fixed bug with dragging out of the editor while an element is selected (commit: f9520dd) (details)
  131. support for refactoring wod when dragging onto a <webobject> tag (commit: 52b7361) (details)
  132. set initial indent for inline (commit: ad34a9e) (details)
  133. split out more and added droppable bindings onto bindings inspector (commit: 4490d3e) (details)
  134. disposed check (commit: a4e9655) (details)
  135. wrong var (commit: bb1d00c) (details)
  136. * moved some reusable Entity Modeler UI bits up to the top level (commit: bfc0502) (details)
  137. missed this from a previous commit (commit: 5042f8a) (details)
  138. group browser by type (commit: 5ebd657) (details)
  139. fix up wacky binding values (commit: 8587f73) (details)
  140. Comparable on name and binding.equals(otherBinding) = name.equals(otherBinding.name) (commit: 80703e3) (details)
  141. sort bindings popup (commit: 8187cfa) (details)
  142. don't turn helpers into literals (commit: 7d2f4dc) (details)
  143. mark wod errors in the HTML template for the corresponding tag (commit: 62108ad) (details)
  144. reverse order of buttons (commit: 74de38a) (details)
  145. * moved doubleclick table handler from EM up to top level (commit: d01824a) (details)
  146. pushed RefactoringWod* lower down (commit: f3b51a2) (details)
  147. NPE fix (commit: 1549ebb) (details)
  148. exec on the correct thread (commit: 5405e46) (details)
  149. don't change browser if the keypath isn't actually changing (commit: 185fd4c) (details)
  150. remove debug for now (commit: fb7c60f) (details)
  151. name position was off by one (commit: 0b2b8d8) (details)
  152. don't refactor name if it isn't changed (commit: 252cf96) (details)
  153. editable binding names in inspector (commit: 2064986) (details)
  154. more binding inspector refactoring (commit: 2129672) (details)
  155. prevent NPE's (commit: 4c08c71) (details)
  156. allow null selected key paths (commit: 38724c0) (details)
  157. prevent NPE's (commit: ce68f11) (details)
  158. delete tag refactoring (commit: 0044470) (details)
  159. delete tag / unwrap tag (commit: c051842) (details)
  160. add unwrap to menu (commit: ad5b308) (details)
  161. # => javascript:void(0) (commit: 840174b) (details)
  162. don't trigger drop unless it's still within the bounds of the drag item (commit: e5425dd) (details)
  163. moved WOBrowserColumn features lower (commit: b3d3edd) (details)
  164. use new generic versions + don't expose weird storage of keys inside column (commit: bd5a78c) (details)
  165. close any channel we open during SQL gen (commit: cf6c7ac) (details)
  166. skip generic array return values too (commit: 384bae4) (details)
  167. skip over all field names properly (commit: c2a9a38) (details)
  168. whoops, that was wrong in Java regex (commit: b8d34d8) (details)
  169. oh, it just wasn't escaped properly ... my bad (commit: 7fb9767) (details)
  170. prevent NPE's on shutdown (commit: 40652ea) (details)
  171. prevent NPE's on shutdown (commit: 49423e3) (details)
  172. connected/unconnected images (commit: c8fd5a6) (details)
  173. make required bindings a red version of the icon (commit: ea9332d) (details)
  174. adds an _EntityModeler flag into the model userInfo at creation time to notify plugins that they are running within Entity Modeler (commit: 932d54c) (details)
  175. commit NPE fixes (commit: 0bc56d4) (details)
  176. mark the last modified of an api file before trying to parse it, in case there is a parse exception (commit: 68a0b1d) (details)
  177. only refresh if there wasn't an exception? maybe this will fix that infinite loop (commit: 0d0882e) (details)
  178. consider broken API to be missing (commit: c017288) (details)
  179. cache invalidator invalidates api files immediately now (commit: 739f46f) (details)
  180. catch browser failure (commit: 9683389) (details)
  181. proper sort implementation (commit: bc1405b) (details)
  182. added getName() to LocalizedComponentResults (commit: 14e1cd5) (details)
  183. NPE prevention (commit: bb1a269) (details)
  184. bunch of fixes to fix crazy NPE's and OutOfBounds errors when you try open an API file that has no corresponding .wo (commit: 58d5ecc) (details)
  185. NPE prevention (commit: c245507) (details)
  186. collapse the tabs if there is only one (commit: 97e8421) (details)
  187. oops .. wrong api (commit: e8da53e) (details)
  188. don't show preview if there are no components (commit: 765de2f) (details)
  189. put the tabs on top (commit: 0003905) (details)
  190. lots of fixes and cleanup on the API editor (commit: 3d754bf) (details)
  191. put a space in the name (commit: 6071b90) (details)
  192. allow null entity (commit: f907ee7) (details)
  193. new style + misc fixes for weird border cases and partial data saves (commit: 03f8b23) (details)
  194. adjust button style to match API (commit: e098188) (details)
  195. keep the drag line around until the complete drop workflow is over (commit: e55e4b0) (details)
  196. work some on style sheets (commit: fb9f269) (details)
  197. added generics (commit: 569c805) (details)
  198. add access to ITypes (commit: dfa7b53) (details)
  199. clean up variable naming (commit: c2556fa) (details)
  200. added implementations of all of the API defaults (commit: 2d610d5) (details)
  201. fix NPE's when there is only an API editor (commit: d78d971) (details)
  202. support for editing standalone html files (outside of components) (commit: 8b4609b) (details)
  203. make editor name the html file name if it's only the html file (commit: aaa9fec) (details)
  204. Fixed broken keyboard nav handling for component name combo (commit: 292f585) (details)
  205. Added type ahead completion for unique matches. (commit: 86d1752) (details)
  206. Sort component name proposals (commit: 50c51c4) (details)
  207. Fixed display groups from disappearing when entity has been renamed in the model. (no validation for this yet) (commit: f8aefb3) (details)
  208. Add support for dropping/creating indexes (commit: 68ee964) (details)
  209. support for relative paths when you're running veogen standalone (commit: 07a6793) (details)
  210. use last index instead of first index of . for file extension (commit: a1b2e56) (details)
  211. Andrew and Lachlan's patch for WOL-762 (loading EOModels from jar files) (commit: 09dabbb) (details)
  212. they don't have a Versions/A for me ... (commit: 76952dc) (details)
  213. WOL-741 - entity.getClientClassAttributes() and entity.getClientClassRelationships() (commit: 9730195) (details)
  214. case insensitive sorting (commit: 3b5ee80) (details)
  215. generic (commit: c92e070) (details)
  216. add methods to retrieve to non-prototype entities (commit: 98c2719) (details)
  217. sort the list of models in the relationship wizard (commit: 0750be0) (details)
  218. exclude prototype entities from the various entity lists (commit: 5f7cd29) (details)
  219. client class to-one and to-many (commit: 06ba544) (details)
  220. NPE fix (commit: 54da866) (details)
  221. Fix live search to work (almost) the same on windows and osx (commit: c202611) (details)
  222. add fancy attribute/entity name syncing (understands column/table prefixes, camel case, upper/lowercase, etc) + mark related models dirty when changin entity names (commit: 4e84122) (details)
  223. mark models of child entities dirty when the entity gets renamed (commit: 192f030) (details)
  224. properly refresh the properties view when adding an entity and you're already in edit mode of another entity (commit: fbab62e) (details)
  225. alternate camelcase method that does not lowercase (commit: f1ce9e4) (details)
  226. fixes broken regular framework model loading (commit: b9ccb4a) (details)
  227. removed commented chunk (commit: 380971a) (details)
  228. added optional parentClassName to override an entity's _File's parent class per-entity (commit: 87d9465) (details)
  229. add referencing entities to eomodeldoc (commit: 486be96) (details)
  230. removed debug (commit: d1fc5cd) (details)
  231. default the source model to be selected in the destination model picker for new relationships (commit: 6ae93d5) (details)
  232. removed debug (commit: 29715d6) (details)
  233. split out guessing (commit: f81c935) (details)
  234. sheesh that was a lot of work ... re-laid out, added support for setting the column name in the relationship wizard (commit: ee925cd) (details)
  235. show entity subclasses underneath entities (commit: 740a9af) (details)
  236. make pk's green and non-class lighter gray (commit: 9f7225d) (details)
  237. (commit: 96c393a) (details)
  238. (commit: 910a3d3) (details)
  239. build with java vm 1.5 or greater (commit: f46f312) (details)
  240. removed JavaXML from default frameworks (commit: 7d001eb) (details)
  241. Handle cache invalidation when existing components .wo folder is removed and recreated. (commit: 49a40ba) (details)
  242. Fix patternset matching bug on windows. (commit: be2fade) (details)
  243. added option for REST adaptor (commit: ca56d87) (details)
  244. Refactored EO classes in WOO editor over to eomodel plugin (commit: 18783ba) (details)
  245. Added settings file to set encoding defaults for /Components in non wonder projects (commit: da08e71) (details)
  246. Fix missing null check in .wo folder identification. (commit: fed8193) (details)
  247. Remove stray println. (commit: d96ce27) (details)
  248. Bring back JavaXML ... It's not the future yet, so we need it still in 5.3 (commit: 8cd3ce6) (details)
  249. Added error message support to name validation. (commit: 19cac61) (details)
  250. Added WOComponent rename refactoring contribution. (commit: df46056) (details)
  251. Handle case where invalidated component has been deleted (commit: 686f10f) (details)
  252. Added listener logic to rename newly added WOComponents content files if they don't match the component name. This handles the copy/paste case as it is not actually a factoring. Perhaps this could be done as a retarget action in WOPackageExplorer, but this is much easier for now. (commit: 5e761d6) (details)
  253. Fixed indentation. (commit: ea06311) (details)
  254. Fix name passing to wocomponent rename change and shortcut validation so that undo works. (commit: ff5d32e) (details)
  255. Fixed WO/API/EOModel text decorators to pass through SVN annotations. (commit: 8a3ffb1) (details)
  256. [WOL-761] Fixed '\' handling of non quote characters in FuzzyXML parser. (commit: 9121fba) (details)
  257. [WOL-484] Added <pre> tag support to FuzzyXML (commit: 99e5350) (details)
  258. Fix plugin build order to satisfy new dependency. (commit: 8300158) (details)
  259. [WOL-754] Made component type name validation case sensitive. (commit: 3801da5) (details)
  260. [WOL-482] Stop parsing of tag attributes from generating extra elements in toXMLString() (commit: c362c31) (details)
  261. Limit the chances of ComponentLiveSearch from replacing input text with old suggestions that no longer match (commit: 1eef770) (details)
  262. Fix stray comments from disappearing on reformat if they have no parent node (commit: da19ef0) (details)
  263. Rewrote FuzzyXML getSpaceIndex logic to return the shortest match rather than the first found match. (commit: 44655cd) (details)
  264. take out qualifier key validation for right now (commit: 8f33dfa) (details)
  265. fix layout (commit: 451d52f) (details)
  266. Completely rewrote HTML formatter logic (commit: 7209f85) (details)
  267. Fix CCE when adding a new component when the project folder is selected. (commit: 50da90c) (details)
  268. [WOL-781] Persist prepend get method option in Add Key dialog between uses. (commit: 32cc0fd) (details)
  269. [WOL-782] Add Key with no accessor or mutator method now creates a public ivar (commit: 8112faf) (details)
  270. [WOL-725] Fixed Add Attribute button text to use correct resource (commit: fd47535) (details)
  271. Temporarily disable the CSS formatter until it can correctly handle comments and WO tags. (commit: 13defb2) (details)
  272. perform component validation in a background thread (commit: eff00c5) (details)
  273. Added category "Scripting Support" to site.xml (commit: 7d84ded) (details)
  274. hopefully should prevent deadlocks by not running the entire validate process in a lock (commit: 474f9df) (details)
  275. this isn't the source of the lock, but just removing possible contention (commit: c2182a9) (details)
  276. Added FuzzyXMLStyleImpl to handle style tags (commit: fc1852f) (details)
  277. Fixed logic error in comment end tag handling (commit: b8cd26f) (details)
  278. Fix for trailing tag not starting on next line. (commit: 4522229) (details)
  279. Fix multiline text block indent. (commit: 355f24d) (details)
  280. Make html context assist honor space around equals preference. (commit: 703a9e3) (details)
  281. Stop html refactoring from repositioning the cursor on completion. (commit: 116ee25) (details)
  282. prevent NPE's when you close a project w/ background validation (commit: 6f4230c) (details)
  283. WO defaults to using System.getProperty("file.encoding"); when no .woo file exists. This is platform dependent. (commit: 1d3e7d8) (details)
  284. Fixed bug in autoclose tag handling of hidden text. (commit: aa8e5a4) (details)
  285. Fix NPE in WodParserCacheInvalidate where .java files outside the project classpath were being processed. (commit: 78eedfa) (details)
  286. Fix JavaModelException when trying to inspect java files not in the classpath. (commit: f6b17a2) (details)
  287. [WOL-777] Force EOModel creation wizard to open model in a new window if the option is set. (commit: f716b40) (details)
  288. Change tag regex match to handle comments with no spaces between the comment header and an embedded  start tag (commit: 39ac876) (details)
  289. [WOL-605] Fix missing "Editing Text" context keyboard bindings in component editor. (commit: 3fea08e) (details)
  290. Added RenameWOComponentWizard rather than using RenameResourceWizard (needed for Eclipse 3.4) (commit: a287527) (details)
  291. allow for fully qualified type names in WOD files (commit: 5c29739) (details)
  292. [WOL-805] Remove possible incomplete final close tag before parsing comment (commit: b141dd0) (details)
  293. Handle self closing style and script tags. (commit: ef1112e) (details)
  294. Removed stray debug code (commit: 2b03fa2) (details)
  295. [maven-release-plugin] prepare release woproject-all-parent-2.0.14 (commit: 41f74ed) (details)
  296. [maven-release-plugin] prepare for next development iteration (commit: 262509b) (details)
  297. support for completion in OGNL (commit: bcef054) (details)
  298. fix for the stupid lingering bug that completion won't work on values of an attribute that aren't known (like an html attribute passing through on a WOGenericContainer, for instance) (commit: 35c41a6) (details)
  299. cache image descriptors (commit: a8f5bdd) (details)
  300. more performance optimizations (commit: e53088c) (details)
  301. remove printlns (commit: c2dbca9) (details)
  302. fixes for removing empty validation element for required and willset (commit: e889e4e) (details)
  303. add selects the newly created binding (commit: 6b36b04) (details)
  304. soooo .. that's unnecessary (commit: dcd8e24) (details)
  305. [WOL-807] Fixed incorrect detection of pre tags (commit: 0d76832) (details)
  306. export the qualifier package (commit: a6c2efc) (details)
  307. defensively close any channel that ended up open after we perform our operations (commit: 33245c1) (details)
  308. add .endsWith("Action") so we catch some additional common keypaths (commit: 7c9320e) (details)
  309. Improved Rule Editor. Still an alpha version, but now it works for most cases. :) (commit: 78db526) (details)
  310. Removing commons-lang lib. Using the one within cayenne library. Removing JUnit and commons-io from the plug-in bundle classpath. (commit: a72393b) (details)
  311. Added the Common Class Property flag for Java Client eogeneration (commit: 651689c) (details)
  312. Support for adding qualifiers to aggregates, parsing and representing qualifiers with null subqualifiers (via new EOTruePredicate) (commit: c630603) (details)
  313. added common client property checkbox to relationship and attribute editors + renamed "parent class name" to "parent class override" (commit: 8e5d8c8) (details)
  314. the new qualifier editor isn't ready for use yet, but  I just wanted to get it committed (commit: b183ed2) (details)
  315. oops .. that part wasn't real yet (commit: e734700) (details)
  316. migration 0 generator (commit: 772df6c) (details)
  317. um .. yeah, so getting that boolean backwards wasn't helping anything (commit: ede3c81) (details)
  318. I say to-may-to, you say to-mah-to (commit: 6f60ceb) (details)
  319. added table import (commit: 41d8dd5) (details)
  320. OK. After some disappointing changes to make a correct package for Rule Editor, now it seems to work. Waiting for the next nightly build to test. (commit: f0294b6) (details)
  321. added a constant for the perspective id (commit: 8b5662b) (details)
  322. trying to make "Open Entity Modeler in New Window" behave closer to (I think) what people's expectations would be -- if you close the Entity Modeler editor, it should close the empty perspective window.  Also, if you switch editors (in a single window) from Entity Modeler (or to Entity Modeler), it should automatically switch perspectives for you.  Lastly, we provide a fix for the stupid Eclipse bug where they leave the wrong perspective selected on reopened windows. (commit: 4b4e23e) (details)
  323. make index.eomodeld use the matching strategy (commit: c5cb4e2) (details)
  324. don't open multiple windows for the same eomodel (commit: fe9ea65) (details)
  325. support for null/nil values in KVQ (commit: fdcc33c) (details)
  326. Fixes for: (commit: ecad246) (details)
  327. allow spaces in column and table names if you surround the name in []'s (to support SQLServer) (commit: d9a0583) (details)
  328. removed constructor (commit: e90ba79) (details)
  329. added "common" variants of attribute/relationship accessors (commit: 6d5bd89) (details)
  330. added java client common flag to eogenerator model, form, and eomodel render context (commit: a5f7e14) (details)
  331. Fixes for: (commit: b163850) (details)
  332. The Left Hand Side value property was refactored and has your own class. (commit: 5aa4131) (details)
  333. extend ERXComponent and remove those stupid "generated on date" comments -- i hate those things (commit: 6c6b5de) (details)
  334. go to hell and die, invalid model state (commit: 7cc1e82) (details)
  335. lazily load model group info (commit: 4489de1) (details)
  336. switch to reusable getFieldName method (commit: 2e90581) (details)
  337. track the original name of this display group to support refactoring (commit: 84b89ad) (details)
  338. refactoring support (commit: 6716868) (details)
  339. refactor on save (commit: 7f0a583) (details)
  340. prevent IndexOutOfBounds while typing (commit: b763f70) (details)
  341. close streams in finally's just in case (commit: 529f0ee) (details)
  342. this looks like i did a lot more than i did because of reformatting, I think, but mostly just added support for 5.4 syntax when refacatoring bindings (commit: f6ec015) (details)
  343. extract delete tag refactoring into a reusable static method (commit: ba1fe31) (details)
  344. only show the error if the destination entity has a single primary key (commit: 4be2ad4) (details)
  345. accidentally put the bracket exception on name instead of external name (commit: b31ad3f) (details)
  346. * I hate the dependency graph of wizard + eomodel + eogenerator -- it's really weird (commit: 06dbfa3) (details)
  347. support for Wonder 5.0 packages (commit: 73610da) (details)
  348. Wonder 5.0 packages (commit: 090960d) (details)
  349. import ERX foundation and eof (commit: 54a4948) (details)
  350. add localizer. to the default allowed keys (commit: 2586167) (details)
  351. add nonCachingContext to validation rules (one more that Wonder uses) (commit: 569c39b) (details)
  352. added img and image shortcuts (commit: 71ef3d5) (details)
  353. change the class name of the logger factory (commit: fba9360) (details)
  354. you can now generate SQL with only the plugin projects instead of jars loaded (commit: 9b43e28) (details)
  355. better error reporting (commit: d863dfa) (details)
  356. classpath URL generator that matches what runtime will build (commit: 6ba984b) (details)
  357. construct SQL generation using the same classpath builder that launching uses + small fixes for cross-platform support (commit: 3f9e314) (details)
  358. Apple Maven Plugin support (commit: 9711657) (details)
  359. Apple Maven Plugin support (commit: b19d711) (details)
  360. Apple Maven Plugin support (commit: cba2233) (details)
  361. Apple Maven Plugin support (commit: 35fe528) (details)
  362. Apple Maven Plugin support (commit: c1f6bbd) (details)
  363. missing Apple Maven Plugin reference (commit: 2d41677) (details)
  364. added support for "create packages" and for a custom file extension (commit: b7f2a73) (details)
  365. Fixed CCE when making unsafe cast from IAdaptable to IResource without using getAdapter() (commit: dc0619f) (details)
  366. consider _ a word break for underscore separated strings (commit: 75c2653) (details)
  367. explicit entity external name / attribute column name formatters (commit: 9fcb445) (details)
  368. binding namespaces (commit: e50146f) (details)
  369. binding namespaces (commit: f142aa0) (details)
  370. binding namespaces (commit: d470a96) (details)
  371. upgraded to newer maven plugin (commit: c87dce1) (details)
  372. 1.0.5 (commit: 74af2d5) (details)
  373. NPE prevention (commit: d8a046a) (details)
  374. unpack goodies mac (commit: 93f392e) (details)
  375. mac fsevents-based refresh provider on Leopard (commit: fb74a46) (details)
  376. i think this should unpack the lib automatically? (commit: 7fd3c5c) (details)
  377. build into os/macosx (commit: 770fd68) (details)
  378. rewritten to use separate fsevent streams (commit: f0032e5) (details)
  379. NPE prevention (commit: b28726a) (details)
  380. load eclipse project dependencies defined in the older format with standalone entity modeler (commit: 7951791) (details)
  381. add support for -extension (commit: 5f8b2cc) (details)
  382. switch to woproject links for projects (commit: 40912d7) (details)
  383. WOL-831 (and a little bit more) ... This also will fix XMLHTTPRequest to be XMLHTTP_Request in addition to Timo's example (commit: f90f6b7) (details)
  384. Eclipse 3.4 time y'all (commit: d25e257) (details)
  385. whoops (commit: fb7d6f6) (details)
  386. fix weird underscoring on "accountCategoryID" (it was turning into "account_CategoryI_D") (commit: b749259) (details)
  387. Fixed: WOComponent refactoring now works again. (commit: 98aa8b0) (details)
  388. wasn't building -- same plugin references, though -- who knows (commit: ef348e0) (details)
  389. same deal -- just made eclipse happier to update this (commit: 774549d) (details)
  390. * accessibility fixes for attribute/relationship settings (commit: bfb65ec) (details)
  391. * adjusted css to make separation of relationships/attributes more obvious (commit: 7f7329b) (details)
  392. added method of enumerating path elements (commit: d8f6fff) (details)
  393. flattened relationship path elements link to the corresponding model doc (commit: 1e1e2e8) (details)
  394. switched to new folder layout (commit: 8261e6a) (details)
  395. link to the flattened destination rather than the relationship owner (commit: d08e771) (details)
  396. remove ":" from name, because it appears to be invalid in 3.4 (commit: db41478) (details)
  397. skip over -extension so we don't break old eogenerator (commit: 31e4825) (details)
  398. Changed: Implicit fetch spec in WOO editor now behaves as WOBuilder did and sets isDeep by default. (commit: 6b737e0) (details)
  399. Fix some exception cases, status logger, disable ADC preferences (commit: 024a9ec) (details)
  400. Fix for performance regression on save (commit: 6bccca1) (details)
  401. don't mark the model dirty when it's just the saving flag changing (commit: 16aedaa) (details)
  402. don't fire events (including name syncing) when cloning attributes (commit: a34746d) (details)
  403. Fix for bug (commit: 10ba3dc) (details)
  404. [maven-release-plugin] prepare release woproject-all-parent-2.0.15 (commit: 2c8aff7) (details)
  405. [maven-release-plugin] prepare for next development iteration (commit: bfdd539) (details)
  406. 1.0.6 with new UI, wired up prefs, new eomodel finder icon, and new launch prefs (uses carbon small fonts now) (commit: 9ec7f2a) (details)
  407. moved plist parsing up to the base (commit: 4c32b9a) (details)
  408. use the table adjustment for multicolumn trees (commit: c57ae7f) (details)
  409. just like the default tree cell navigation except we consider the arrow key to be an expand event for any column (not just the first column) (commit: 2c543f4) (details)
  410. lots of visual and behavioral tweaks to our CCombo and combo box cell editors (commit: 51c8e25) (details)
  411. new Property List editor (ala Leopard Property List Editor) (commit: 1209216) (details)
  412. moved property list serialization out to a lower level plugin + added methods for hooking up to property list change notifications (commit: bb01d24) (details)
  413. NPE fix (commit: 931ae2d) (details)
  414. new property list editor (commit: afb42d3) (details)
  415. new property list serialization (commit: 50aa1c3) (details)
  416. new property list serialization (commit: f47e801) (details)
  417. fixed warnings (commit: 3dd500f) (details)
  418. 1.0.6 version number (commit: dbed216) (details)
  419. new property list serialization (commit: b2cfce8) (details)
  420. new property list editor (commit: 6a659f2) (details)
  421. 10 items instead of 5 in the prototype popup list (commit: b66040a) (details)
  422. throw a better exception than just NPEing (commit: 7ff8560) (details)
  423. include class name in exception (commit: e2675e7) (details)
  424. make EOModelMap cloneable (commit: 676e76a) (details)
  425. clone generate source flag (commit: 4d2475a) (details)
  426. make sure the default value for generate source is set + clone it (commit: d1e7bd7) (details)
  427. show non-class properties by default (3.4 seems to complain more about the selection changing) (commit: 970472e) (details)
  428. NPE prevention (commit: b45b827) (details)
  429. take out println (commit: c8721b2) (details)
  430. don't return null for these non-prototyped values (commit: e6c715e) (details)
  431. fix property page refresh problem (commit: 3984aab) (details)
  432. added for debugging (commit: 825df0b) (details)
  433. don't double-fire page changes (commit: 5c14685) (details)
  434. don't double-change the input (something inside of eclipse is calling this twice) (commit: 359bfbe) (details)
  435. apparently an NSDecimalNumber with no value type is an Integer not a BigDecimal (commit: e045531) (details)
  436. update Velocity, added SetTool, added SetTool and SortTool into velocity context, removed cayenne dependency from Entity Modeler, updated other misc dependencies (commit: c0e1f1a) (details)
  437. remove sorttool for a minute to see if it builds now (commit: f2a96b4) (details)
  438. Changed: Don't validate editing context for displaygroups with master detail set. (commit: d909048) (details)
  439. Added CappedCamel (commit: 8d464a2) (details)
  440. Added: Validation to InsertComponentDialogue component (commit: f1cb24d) (details)
  441. Changed: Use case insensitive match of script and style tags in FuzzyXMLParser (commit: 408d9f4) (details)
  442. make the colon form come first to be compatible with old EOModel files (commit: 155bfd4) (details)
  443. bumped to 1.0.7 (commit: 073d6d0) (details)
  444. change some view settings on plist eitor (commit: d317913) (details)
  445. 3.4 changes (commit: 2fb13da) (details)
  446. jdt dependency (commit: 64c0a21) (details)
  447. added to make debugging easier (commit: 436a964) (details)
  448. nobody needs these :) (commit: 7873559) (details)
  449. draw a separator on top (commit: 42809bb) (details)
  450. added for debugging (commit: fdf2462) (details)
  451. removed annotations (commit: f541a24) (details)
  452. * remove old cayenne deps (commit: b8a9a39) (details)
  453. Changing next version from 2.1-SNAPSHOT to 2.0.16-SNAPSHOT (commit: f302142) (details)
  454. empty/corrupt API file fixes from NewHotness (commit: 1c80b4b) (details)
  455. moved common method up from NewHotness (commit: 45e5f5c) (details)
  456. recreate file if api file is empty from NewHotness (commit: 9ace5bf) (details)
  457. use new ResourceUtilities method from NewHotness (commit: f235c85) (details)
  458. fix for generic type erasure on keybinding check from NewHotness (commit: 0a5ef65) (details)
  459. support for API files in jar files from NewHotness (commit: 06134cd) (details)
  460. migration ordering patch from NewHotness (commit: 67d8235) (details)
  461. API file filter for components from NewHotness (commit: f32576b) (details)
  462. use inline bindings preference + fixes for insert component dialogs from NewHotness (commit: eb4a659) (details)
  463. fix for exception in Bindings Inspector from NewHotness (commit: 504c5e6) (details)
  464. stupid merge bug ... my kingdom for git eclipse plugins to not suck (commit: 3f4b00e) (details)
  465. remove cayenne deps from woproject (commit: e410cff) (details)
  466. remove cayenne deps from ruleeditor (commit: 1805c38) (details)
  467. new exceptions for new woproject.jar (commit: 1c01938) (details)
  468. generate migrations for horizontal inheritance entities (commit: 09a5d8a) (details)
  469. Fixing the Maven build to work without the cayenne dependency. (commit: 9bea9ac) (details)
  470. Fix for checkbox redraw bug from new hottness branch. (commit: 167f312) (details)
  471. support for 5.4 className and fixes to reverse engineering (from new hotness) (commit: 52725a6) (details)
  472. npe fix from new hotness (commit: 13a99de) (details)
  473. merge new hotness into nightly (commit: a3ba816) (details)
  474. removed stupid bin folders (commit: a95cd73) (details)
  475. no idea why these didn't merge properly (commit: 576fffb) (details)
  476. no idea why these didn't merge properly (commit: 0fcb42b) (details)
  477. no idea why these didn't merge properly (commit: 6be1415) (details)
  478. no idea why these didn't merge properly (commit: b6277bf) (details)
  479. no idea why these didn't merge properly (commit: a46bdba) (details)
  480. no idea why these didn't merge properly (commit: ccb27b8) (details)
  481. no idea why these didn't merge properly (commit: 4653080) (details)
  482. no idea why these didn't merge properly (commit: 3ab3102) (details)
  483. no idea why these didn't merge properly (but actually, i think i like the old one better .. i may roll this back .. we'll see) (commit: 41174d1) (details)
  484. racecar in the red ... i can't tell you how much i mf hate build systems (commit: 89a7847) (details)
  485. Using Ant 1.7.1 as dependency for woproject-ant-tasks. (commit: b3cdd3d) (details)
  486. cache the version number (commit: b448ca6) (details)
  487. * split install is default (commit: ad2331a) (details)
  488. cug's patches for EntityMigration0 (commit: 771519a) (details)
  489. add methods for looking up the available plugin and adaptor frameworks (commit: 9090605) (details)
  490. redesigned the new eomodel wizard some -- you can now pick the adaptor and plugin from all reachable adaptor and plugin frameworks and it will automatically add the frameworks to your project (commit: bb9c959) (details)
  491. don't split install servlet deployments (commit: 438cc14) (details)
  492. the first number is actually the number of entries to follow ... i really hate this format (commit: 7162400) (details)
  493. always put ERX on top of the wonder frameworks (commit: 60e28a7) (details)
  494. remove frameworks out of framework builds (commit: 9d86611) (details)
  495. add /Lib/WO/Ext jars to the default build .... (commit: cc631c8) (details)
  496. preserve the executable permission on the launch script (commit: 9e5db0a) (details)
  497. goodbye class (commit: 9746536) (details)
  498. NPE prevention (commit: 150c9ea) (details)
  499. NPE fix (commit: 71f14da) (details)
  500. push ERX to the top for new projects (commit: f090364) (details)
  501. remove ant.* junk from the stock projects (commit: c992f81) (details)
  502. Handle validation of generic type classes as though they were type erased (sort of). (commit: bfa1e65) (details)
  503. Add migration support for ERXKeyGlobalID fields (commit: 2c497a9) (details)
  504. put URL first .. i just think that way (commit: fe46914) (details)
  505. bump to 1.0.8 (commit: 7e14d3a) (details)
  506. support for new hotness .classpath files in standalone entity modeler (commit: 9324198) (details)
  507. fix class name references (commit: cc60bb4) (details)
  508. only shorten NSTimestamp if shorten == true (commit: d34c984) (details)
  509. don't set className on save if className was null (commit: 2d502d7) (details)
  510. fix a bug with className writing out to attributes that were prototyped and should not have had className set ... this cleans up its own mess the next time you write the model (commit: 5681856) (details)
  511. fix up allows null on single table inheritance entities (commit: c2b4521) (details)
  512. write namespace names out when reformatting (commit: 1fc8f5b) (details)
  513. format XML using our formatter and not the original one (which sucks) (commit: c87dc57) (details)
  514. Fixed support for displaying WO's Java*.framework docs as external javadoc (commit: 082a0bb) (details)
  515. [maven-release-plugin] prepare release woproject-all-parent-2.0.16 (commit: 5ef073d) (details)
  516. Cutting the 2.0.16 version again. Sorry. (commit: 02860a4) (details)
  517. [maven-release-plugin] prepare release woproject-all-parent-2.0.16 (commit: 0368709) (details)
  518. [maven-release-plugin] prepare for next development iteration (commit: 3ca45ee) (details)
  519. * added getName()/setName() to BuildProperties ... name and lowercase name (commit: a8926cd) (details)
  520. It's me again. It's me with connection problems again. :( I'll make this release at home. Sorry for the awkward commits. (commit: 41906dd) (details)
  521. [maven-release-plugin] prepare release woproject-all-parent-2.0.16 (commit: c62dcd0) (details)
  522. It's me again. No connection problems this time. I just forgot to clean up the mess caused by the release process yesterday before I start make the release today. Sorry. (commit: c19946a) (details)
  523. [maven-release-plugin] prepare release woproject-all-parent-2.0.16 (commit: 1ddd76a) (details)
  524. [maven-release-plugin] prepare for next development iteration (commit: bbdfcd6) (details)
  525. fix infinite loop on circular references (commit: ee01927) (details)
  526. generalized support for NSString factory methods (commit: abaed39) (details)
  527. another fix for jar-based models (commit: a29ab8a) (details)
  528. track the original escaped attribute value so we can validate that you are escaping properly (commit: b6d905c) (details)
  529. support for executing sql on Oracle (splitting on '/') (commit: 20a42b4) (details)
  530. Fix build dependencies. (commit: 94a5962) (details)
  531. fix build issues with using m2eclipse 0.9.6 (commit: d026ddd) (details)
  532. Improved the hack for resolving generic types. It still doesn't work properly (it only handles one degree of separation), but it's better than setting everything to QObject; (commit: dc1552d) (details)
  533. copy-and-paste error (commit: fa7c85e) (details)
  534. don't include non-exported frameworks of dependencies in the runtime classpath for launch (more closely matches the WO runtime behavior -- everything needs to be defined at the project level) (commit: 23ff3e2) (details)
  535. produce a build path error when a framework can't be resolved (commit: a54656f) (details)
  536. Fix for formatting of namespaced attributes (commit: 333cee4) (details)
  537. don't export jars from frameworks (commit: 298986b) (details)
  538. fix for an incorrect reflection call (commit: c71cac5) (details)
  539. NPE prevention (commit: a971ade) (details)
  540. yes, i know it churns your _files, but it makes it a lot easier to open up this file and see the attribtues/relationships and their types .... so it's for the greater good, right? (commit: d1d203a) (details)
  541. i'm not actually sure wtF this code is even doing ... looks SUPER sketchy, but for now, at least make it not have a terrible race condition (commit: 8bfe9cd) (details)
  542. support for canceling eogen jobs and multiple eogen jobs for the same file will kill eachother accordingly (commit: f27bf9e) (details)
  543. Remove surrounding white space from url, plugin and driver fields of database config. (commit: bdb5b5f) (details)
  544. only include models that match the resources patternset (commit: e9dfb52) (details)
  545. add a package step to the framework build.xml (commit: fcc956f) (details)
  546. turns out that method is really expensive to call ... just let it throw an exception, since it should be the rare case (commit: c06f16b) (details)
  547. http://mschrag.blogspot.com/2008/11/never-hashcode-on-mutable-value.html (commit: f3183ec) (details)
  548. rename c&p variable name (commit: ded8d7b) (details)
  549. lazily create the definition path ... I had this commented out before, but I don't recall WHY that was .... I have a sneaking suspicion I'm going to find that out again soon .. (commit: 076ac10) (details)
  550. Switch the CreateRelationshipDialog to use operations instead of just creating the relationships -- how long has undo not worked for relationships? (commit: ec480a2) (details)
  551. WOL-914 changing attribute optionality should only impact to-one relationships in our own entity, not others that happen to refer to us (commit: e81fd8f) (details)
  552. WOL-902 ... that menu item isn't so useful, huh (commit: d702222) (details)
  553. WOL-892 when pasting across model groups, if you don't copy every entity that is referenced by the relationships of an entity it would NPE (commit: 906d28b) (details)
  554. remove model loading code that breaks maven (commit: ab57c1b) (details)
  555. updated for 1.0.9 and eclipse 3.4.1 (commit: 9ec335e) (details)
  556. ... wrong jar name for 3.4.1 (commit: 55c8d53) (details)
  557. prevent NPE (commit: 8092bf5) (details)
  558. remove startup plugin.xml (commit: f64f755) (details)
  559. what was i thinking calling that code that was inside the eofsql jar (commit: c433032) (details)
  560. 1.0.10 includes a fix for sql execution (commit: 83ac117) (details)
  561. added missing frameworksBaseURL to default Wonder App build.xml (commit: b8fcb18) (details)
  562. NPE prevention (commit: f804103) (details)
  563. WOL-918 -- I missed an equals and hashCode (commit: dc79974) (details)
  564. WOL-859 (commit: a247fba) (details)
  565. source projects always win (commit: 9ba0c60) (details)
  566. default to INFO instead of DEBUG (commit: dde3735) (details)
  567. removed old code (commit: cbdbe4b) (details)
  568. cast to Collection instead of Set (commit: e23f12f) (details)
  569. support for eventless actions on the map (commit: f0988f1) (details)
  570. i have no idea why we were doing this before, but quite possibly to work around mutable keys in a HashSet? (commit: 8dd6a7c) (details)
  571. eventless for ENTITY_MODELER_KEY (commit: 162cb5e) (details)
  572. support for insensitive comparison ... turns out that for PropertyMaps, they're only used when saving, and it's a 10% performance increase on save to sort sensitively ... so this MAY impact your ordering in your plist files, but only if you mixed case in a single domain of objects, which is a little weird, and even if it does ... it's a 10% perf benefit... (commit: 42f5a2a) (details)
  573. track the dirty state on model objects ... only write files that actually changed (which then falls through to the WOLPropertyList checks for the contents of the plists actually being different) (commit: ae0f3a5) (details)
  574. don't ever return null from getFullyQualifiedName (commit: d8193da) (details)
  575. WOL-922 (commit: 78ed1af) (details)
  576. WOL-923 (commit: c90a120) (details)
  577. 1.0.12 (commit: ccc5e70) (details)
  578. when converting, don't export farmeworks (commit: 93ec758) (details)
  579. put project names and lowercase versions (commit: 31b3192) (details)
  580. well .. that was sort of important (commit: f89cbb4) (details)
  581. lame support for binary files in project templates (commit: ba91d3c) (details)
  582. refactoring of Wonder-D2W templates (commit: f09d57b) (details)
  583. refactoring of Wonder-D2W templates (commit: 5442cce) (details)
  584. don't disable the join semantic combo (commit: e4505f5) (details)
  585. added ERX's file copying method (commit: 1f20d76) (details)
  586. if the file is marked __binary, then copy the file directory -- don't try to run it through velocity (commit: 9448279) (details)
  587. add a junit dependency in -- not using just yet, but coming (commit: c4caa11) (details)
  588. latest dev woproject.jar (commit: 5d3d011) (details)
  589. don't write database configs if you can store everything you need to store in the connection dictionary (to preserve the format of old models) (commit: 115417e) (details)
  590. show the error dialog in the display thread to prevent invalid thread access exceptions (commit: 97d0b09) (details)
  591. added shorter constructor for TagShorcut + added all of the tag shortcuts from 5.4 (commit: 5735478) (details)
  592. WOPassword=>WOPasswordField (commit: e0b3aa4) (details)
  593. skip .svn and CVS folders in template (commit: 4e36fb3) (details)
  594. easier overriding of wolips.properties values: (commit: e302902) (details)
  595. NPE fix (commit: 5d80346) (details)
  596. fix build order (commit: 3168c27) (details)
  597. WOL-944 Force add the double-clicked model to the modelgroup even if it would not have matched the given patternsets (commit: 3ba0ebb) (details)
  598. don't throw an exception if you're just about to create the folder two lines later (commit: 33d14c3) (details)
  599. WOL-940 correct the default patternsets in maven apps (commit: b7e8af3) (details)
  600. WOL-933 turn off WOLifebeatEnabled by default (commit: aafab21) (details)
  601. Fix for loading the global workspace properties file (commit: 1b361e7) (details)
  602. WOL-919 Entity Modeler's Migration generation produces incorrect output (commit: 5b739e9) (details)
  603. turn lifebeat back on .. chuck lied to me (commit: 5ea4e62) (details)
  604. just fixing warnings (commit: 860d47f) (details)
  605. throw a specific exception type for optionality mismatches (commit: 858bc7b) (details)
  606. don't show a warning when a db config is added (since it might collapse back down later) (commit: 73bba32) (details)
  607. unused import (commit: 1105159) (details)
  608. ... and another unused import (commit: a87c648) (details)
  609. make error message clearer (commit: f8a9e97) (details)
  610. remove unused import (commit: 083733e) (details)
  611. config setting to not show relationship/attribute optionality mismatch warnings (which lots of people have and might not want to see) (commit: 6b8e0f0) (details)
  612. don't draw double parens for the not operator when the qualifier is aggregate (commit: 6ff9a65) (details)
  613. WOL-929 EntityModeler mangles fetchspec qualifier when it includes a not statement in the middle of it. (commit: eb7193d) (details)
  614. WOL-856 'WebObjects Maven Framework' Wizard raise when I try to create a new project. (commit: 54f73e3) (details)
  615. WOL-558 remove binding in API Editor does not work (commit: f1b6892) (details)
  616. WOL-946 build.properties does not update to new hotness from old-and-busted (commit: da82b30) (details)
  617. WOL-947 Weird selection artifact after renaming an entity (commit: 7543173) (details)
  618. WOL-942 show the attribute className when it is set (maybe?) (commit: eecacb8) (details)
  619. WOL-926 Entity Modeler: Creating a flattened Many to Many relationship doesn't follow Advanced settings for the EO Model (commit: 8e11bdd) (details)
  620. BigDecimal was declared in the wrong package ... switch to class literals for the ones that we can do that for. (commit: 9686231) (details)
  621. Maybe WOL-879 WOLips randomly replaces (ws)resources.*.patternset (commit: 1a7b077) (details)
  622. WOL-948 API editor: Error dialog shown when existing binding name is pasted (commit: 9bfdac0) (details)
  623. fix NPE in WOL property pages when you're not a WO project yet (commit: 8c0c389) (details)
  624. fixed warnings + generate *GenericRecord entities if the actual name of the entity itself is also *GenericRecord (commit: 758dacb) (details)
  625. fix problem with custom prototypes being accidentally removed (commit: 295b75c) (details)
  626. NPE fix (commit: 5058dbd) (details)
  627. don't hold onto classloaders if a project classpath changes (commit: 653ec52) (details)
  628. WOL-959 create a new EOModel and it has no "Defaults" (commit: 62e0179) (details)
  629. sheesh ... check for prototype cycles and remove the offending prototype's prototype (commit: eded625) (details)
  630. smaller error message for prototype cycles (commit: 824f58d) (details)
  631. remove debug println (commit: 36caf92) (details)
  632. WOL-834 Migration generated by Entity Modeler fails (commit: 357b52e) (details)
  633. veogen updated to latest API (commit: 9a39b5a) (details)
  634. 1.0.13 (commit: e66a6f9) (details)
  635. updated standalone veogen (commit: 1b6421b) (details)
  636. generate veogen.jar with the svn build number (commit: c29dff7) (details)
  637. generate eomodeldoc.jar with the svn build number (commit: 6c304dd) (details)
  638. another java.lang.BigDecimal=>java.math.BigDecimal ... this one has been here for a REALLY long time, though (commit: ab9f7f4) (details)
  639. WOL-348 Add support for loading models from inside of jar files (commit: 3c60c0b) (details)
  640. Fix for NullPointerException while opening EOModels inside jar files. It still doesn't open the model correctly though. (commit: c9bfa1b) (details)
  641. more fixes to className/ (commit: 50b40ee) (details)
  642. support jars inside and outside of the workspace (commit: 19a845c) (details)
  643. same error message != same error (commit: ffb75af) (details)
  644. this isn't perfect for double-clicking a jar, but it's closer than before (commit: fe93fd9) (details)
  645. updated woproject.jar for dev (commit: 7f1b3fa) (details)
  646. don't put a show button for ones that can't be shown (commit: 7f77c94) (details)
  647. take out explicit references to 3.4.0 (some things are now 3.4.1 and I think it might be causing some update conflicts) (commit: 7714336) (details)
  648. remove unused PDE dependency so WOL installs properly with the "Eclipse Java Edition" (commit: ee9f754) (details)
  649. support for java.math.BigDecimal in addition to "BigDecimal" (commit: dc314a5) (details)
  650. Generate fully qualified type signature. (commit: df6931d) (details)
  651. replace $ with . when renderer inner classes (commit: a086d41) (details)
  652. new EOCustomXxxPrototypes from Wonder (commit: 8a6d15a) (details)
  653. 5th time's a charm?  blame anjo -- i'm innocent here, people (commit: 25c650f) (details)
  654. Add support for wonder's longText prototype to migration template (commit: 41c4114) (details)
  655. Don't generate sql for attributes that are derived. (commit: 747467e) (details)
  656. fix for workspaces with spaces in their filenames (commit: b238830) (details)
  657. double support (commit: 0cba702) (details)
  658. WOL-609  Entity Modeler and embedded eclipse Entity Modeler copy from text field copies attribute instead of text (commit: 591b24e) (details)
  659. added toString (commit: 130467f) (details)
  660. WOL-972 Exception when moving a Component that is under svn version control (commit: e089e22) (details)
  661. don't add the javadoc location if it's null (commit: 751d55d) (details)
  662. Loosen WOLips' strangle hold on component file/folder encoding type settings. (commit: 0466b40) (details)
  663. made templating more generic so it can be used for more than just projects (commit: de25ae6) (details)
  664. support for project-relative component templates, with build.properties overrides for the template folder (commit: 4107f0c) (details)
  665. minor fix from mikes generic template change (commit: 65efc29) (details)
  666. whoops .. sorry folks ... some test code (commit: 838318b) (details)
  667. Don't create duplicate components within a project. (commit: 8ed0bde) (details)
  668. Added custom displaygroup class support to display group editor. Can now use ERXDisplayGroup etc, including auto populated generics. (commit: b32f5ae) (details)
  669. Only replace displaygroup fields when they have actually changed. (commit: 1615a3e) (details)
  670. Master detail doesn't need special handling. (commit: a266ef1) (details)
  671. Don't allow wocomponents to be created within another component (commit: 30a3f33) (details)
  672. Another attempt at doing binding validation with generic type resolution. (commit: 76fd701) (details)
  673. Resolving generic type values is different between fields and methods. (commit: 4d17ed1) (details)
  674. Grrr.. generics.. humph. (this could take a few more attempts) (commit: 29cddbe) (details)
  675. The 14th time is a charm. (commit: d69f882) (details)
  676. More generic type resolution changes. (commit: 6e32845) (details)
  677. store entity modeler's files in a more macish place (commit: 4c4645a) (details)
  678. added a getBundleName on IProjectAdaptor that will (eventually) return the real framework name rather than the project name (commit: 71c451d) (details)
  679. added convenience method to add a project reference to another project, checking to see if the referenced project is a framework, and if so, adding the framework dependency rather than the direct project dependency (commit: e10801e) (details)
  680. WOL-981 .classpath generated in wrong order for new Wonder apps that reference project frameworks (commit: 5f65865) (details)
  681. don't parse a blank child text node (commit: 06f43b4) (details)
  682. added toDebugString to all FuzzyXMLNodes (commit: 684f13f) (details)
  683. added beginnings of a test case (commit: c3955f4) (details)
  684. added support for parsing and validating "[var: xxx]" style bindings (commit: cff10bc) (details)
  685. Fixed typo in argument list which caused InsertHtmlAndWodAction to exhibit incorrect behaviour. (commit: 97a09a0) (details)
  686. * Added support for xxx:yyy style bindings in the WOD editor (commit: 09db3ae) (details)
  687. WOL-992 Entity Modeler eats factoryMethodArgumentType = EOFactoryMethodArgumentIsNSData; (commit: 82529b7) (details)
  688. WOL-993 Entity Modeler migration generator doesn't seem to recognize EOFactoryMethodArgumentIsNSData (commit: 5aea37a) (details)
  689. couple osgi fixes (commit: 7a4309c) (details)
  690. trying to make it slightly easier to work on EntityMigration0.java + fixed parse error in the previous version (commit: 992adc1) (details)
  691. WOL-991  JavaClient specific build.xml content could be improved (commit: 9b5d8be) (details)
  692. WOL-985 Update Wonder D2W Application Template to match the current Wonder Application Template (commit: 4ffbcba) (details)
  693. disable the class name text editor if the selected data type is "Custom" (commit: 9813acc) (details)
  694. WOL-1000: Reorganize modules hierarchy (commit: 9762fb1) (details)
  695. prevent NPE if your project adapter is null (commit: 28a4cf6) (details)
  696. 5.6 has a different return value, so the compiled method signature binding no longer matches (commit: f18b635) (details)
  697. cast the result of ec.objectsWithFetchSpec so things build on 5.6 (commit: 3d96243) (details)
  698. 1.0.16 3.4.2 EM (commit: 0459b9e) (details)
  699. warn when multiple models in a model group have been edited (commit: a9c69a9) (details)
  700. add hashCode and equals to ManifestSearchFolder (commit: b843c2c) (details)
  701. if a model group factory loads more than one model, there's a pretty good chance you can stop loading ... this saves a lot of time if your project defines both idea AND eclipse project files, and you want to be able to short circuit (commit: e651884) (details)
  702. skip .wo and Java folders inside Resources (commit: f87b22a) (details)
  703. don't warn if we remove a valueClassName or className that was inferred by us at load time to begin with ... only warn if you explicitly had declared a value class name or a class name (commit: 83c384b) (details)
  704. remove duplicates from project scanners + prevent FileNotFoundException (commit: ec58913) (details)
  705. eclipse pde is being kind of finnicky ... this seems to make it better (commit: 1d06456) (details)
  706. prevent NPE (commit: b5cadea) (details)
  707. eclipse pde is being kind of finnicky ... this seems to make it better (commit: a741917) (details)
  708. eclipse pde is being kind of finnicky ... this seems to make it better (commit: e1acffb) (details)
  709. make a real sash instead of a gray line (commit: 06ccd74) (details)
  710. Total hack, but it looks nicer with a gray hairline between the sash and the text editor (at least with maclipse) (commit: ef4dad7) (details)
  711. Rewrote generic type resolution for binding validation and completion. This could break binding validation completely or it could fix the single level of indirection problem. (commit: 79eba2d) (details)
  712. Prevent infinite loop (commit: 41d4f5d) (details)
  713. well, it's for the good of mankind that i had to take this out because of a redraw issue (commit: 03d76f7) (details)
  714. Doh! Dynamic strings don't just magically intern themselves. Using equals() instead of == (commit: 254e818) (details)
  715. Restrict WOLips properties panes to project properties (commit: fe9e63a) (details)
  716. prevent NPE when you have a duplicate relationship name (commit: 5bebe2d) (details)
  717. WOL-1013 Refactor : Format command in component editor is swallowing text (commit: b6989cf) (details)
  718. WOL-1009  Entity Modeler: Attribute's "Common Class Property" value isn't saved (commit: b617996) (details)
  719. Changed attribute values to use minimal XML entity references when escaping. (commit: ff6b444) (details)
  720. it wasn't PDE being weird, it was the !@$@! maven plugins ruining my dev environment (commit: dcdb253) (details)
  721. Support for 'cd in terminal' when selection is a file. (commit: 961865a) (details)
  722. Fix logic error in generic type resolution (commit: bfe5ff3) (details)
  723. WOL-1019 Content assist no longer works in WOD between : and { (commit: f923fb5) (details)
  724. WOL-1019 Content assist no longer works in WOD between : and { (commit: 34cae60) (details)
  725. WOL-1021  Missing } in wod file should show an error (commit: 0bc7a12) (details)
  726. WOL-1022  Additional space in a webobject html tag should be flagged as an error (commit: ae65089) (details)
  727. WOL-996  NullPointer trying to run WO application on Windows (commit: 2381d13) (details)
  728. WOL-939 Adding initial cut of a new component/controller creation wizard (commit: 2a52db4) (details)
  729. WOL-939 removing left over debugging sys.err messages and providing class/method names for error messages. (commit: 504470a) (details)
  730. WOL-939 polish (commit: e79c8e1) (details)
  731. WOL-939 adding javadoc for CharSetUtils defaultCharsetEncodingNames (commit: 2244ec8) (details)
  732. Added Dave's D2JC project template (commit: 70dcb19) (details)
  733. WOL-939 disabling super interfaces from wizard gui and fixing regression for creating blank components (so they're actually blank). (commit: 59d83ce) (details)
  734. Adding better description for WOLips Maven plug-ins. Using only one group called "Maven Support" for both extensions: Apple Integration and WOLips Maven 1. (commit: f4725bb) (details)
  735. merged eclipse_3_6 into trunk (commit: 09ea06e) (details)
  736. no idea why this didn't all merge properly (commit: 0d31aff) (details)
  737. whoops ... (commit: 14ccf3a) (details)
  738. fix fetchSpec template for subentities (commit: 87db9a6) (details)
  739. release the attributes and relationship throttle threads (commit: fdca3b0) (details)
  740. speed up the throttle some (commit: 57b3ae7) (details)
  741. call through the accessor (helps debugging) (commit: 7d06b5e) (details)
  742. oh my god .. burn in hell bug. burn in hell. i've been hunting you down for months. (commit: ac9279f) (details)
  743. add translation for "raw rows only" (commit: 1f6f720) (details)
  744. prevent NPE (commit: 246fe76) (details)
  745. fix for single file components (commit: 4aa2d00) (details)
  746. prevent an infinite loop in workspace refreshing and support symlinked workspaces (commit: cbb88a2) (details)
  747. Added TD to list of non self closing tags (commit: ddd7272) (details)
  748. whoops .. wrong damn branch (commit: 159cde2) (details)
  749. WOL-1192 - Finder no longer shows parent folder instead of exact file. (commit: f57da5f) (details)
  750. Updated for JRebel 3.5 (commit: 0d5a06a) (details)
  751. Fix "Cd in Terminal" for folder names with spaces (commit: 36a1055) (details)
  752. Merging r6216 from stable into trunk (commit: c8ffc81) (details)
  753. Merging r6218 from stable into trunk (commit: 9d2c72e) (details)
  754. Added empty dirs needed to build (commit: 234144f) (details)
  755. remove precision and scale from columns of type "double" (commit: 7dce8c0) (details)
  756. migration0 generation improvements: (commit: b97e3d2) (details)
  757. Initial port to 3.7 (commit: e263cbc) (details)
  758. Added additional timestamp valuetype. (commit: 1ca9855) (details)
  759. Revert "Added additional timestamp valuetype." (commit: 40c5b6d) (details)
  760. Try to prevent random deadlock when saving components (commit: b44a0b0) (details)
  761. Improve concurrency handling of TypeCache (commit: f0b08fb) (details)
  762. Expand scope of synchronised block to avoid non critical null check race condition. (commit: f20ff90) (details)
  763. Updated veogen to build with 3.7. (commit: c3e3afa) (details)
  764. Updated to latest mechanic (commit: dcc3be1) (details)
  765. added new utility method for path conversion (commit: 2cdf270) (details)
  766. Fix default path for EOGeneratorModel path resolution. (commit: ed47892) (details)
  767. Update class path for eomodeldoc to 3.7 (commit: 10b3a30) (details)
  768. Update WOJRebel jars (commit: 6d3f935) (details)
  769. Preserve insertion order into sets to keep eogen files consistent. (commit: 10ac739) (details)
  770. Disable style check of attribute names until it can be made user selectable. (commit: f0f333f) (details)
  771. Fix relative workingdir path resolution (commit: 7bc9978) (details)
  772. Prevent unsynchronised modification of resourcePaths set. (commit: 6e29119) (details)
  773. Fix completion bug when binding value contains ':' character (commit: 87c8026) (details)
  774. Handle embedded and escaped quotes better when excluding quoted values (commit: c4b12dc) (details)
  775. Disable false positive validation error (commit: 69e1e73) (details)
  776. Added setAllowsConcurrentRequestHandling(true); to all Application class template. This is a common question that people ask for performance, and unless you are doing something very wrong, setting it to true by default should be fine for 99% of people. (commit: 593c191) (details)
  777. Added missing properties for two wizards (commit: 63c8487) (details)
  778. Setting embed.Local and embed.System to true by default, since this is a common "problem" for developers, and it's best practices to embed frameworks anyway. (commit: 3a23b0c) (details)
  779. Removed servletDeployment from the build.properties for Modern D2W app + added missing Libraries folder (commit: 49a5740) (details)
  780. Removed the old documentation, and added links to the source code, Jira and the wiki. (commit: 95a4ac1) (details)
  781. Had to modify the TOC too. (commit: e74c356) (details)
  782. http://issues.objectstyle.org/jira/browse/WOL-1200 (commit: 2e1010b) (details)
  783. http://issues.objectstyle.org/jira/browse/WOL-1186 (commit: feb44d0) (details)
  784. http://issues.objectstyle.org/jira/browse/WOL-1180 (commit: 0e3dae2) (details)
  785. Improvements to vertical inheritance modeling in entity modeler. (commit: f618d78) (details)
  786. Flattened attributes don't have a column name (commit: 7b26742) (details)
  787. Update to fix PK column generation for migrations of vertically (commit: 654789f) (details)
  788. Prevent infinite loop when type is not known (commit: 419274b) (details)
  789. WOL-1202: [PATCH] Added support to entity modeler for new EOAttribute (commit: 8686647) (details)
  790. Fix for C2O. Now splitting on &amp; instead of & (commit: 8d220d7) (details)
  791. Updated C2O fix. Request looks rather general so it should (commit: fc69259) (details)
  792. Updated WOJRebel jar (commit: 7a99e96) (details)
  793. sort entities by name to make the ordering in the migration definite (commit: ee9fc4a) (details)
  794. change the java class name inside of the api file when renaming component (commit: ab78b40) (details)
  795. when no width is given for attribute with factory method expecting a string don't insert a width param in migration (commit: 498c15e) (details)
  796. sort launch configurations by parameter name (commit: 72aa240) (details)
  797. use generics for argument/parameter vector (commit: a729f6b) (details)
  798. Added some properties to turn off specific modelgroup factories in veogen (commit: 4f4eee5) (details)
  799. should use newDateColumn in migration if valueClassName and valueType are pointing to date instead of timestamp (commit: fdec6eb) (details)
  800. Added force option to veogen (commit: 4cb1e93) (details)
  801. Added missing properties for the LaunchPreferences dialog (commit: c3c23d6) (details)
  802. Issue #42. Put the WO Component by default into the Components folder (commit: 63a94ae) (details)
  803. Issue #45. WOHost should be added to the default WO arguments. (commit: f4bb686) (details)
  804. Issue #47 WOL-898 It's not possible to create a Component on the project root (commit: f3ef437) (details)
  805. Fixed HTML Comment (commit: 1dce54c) (details)
  806. Allow underscores in component instance names (commit: c368326) (details)
  807. Don't convert eogen model paths to absolute when in eclipse. (commit: 4e0e684) (details)
  808. Add support for outputting to STDOUT (commit: e11690a) (details)
  809. Fix logic error in stdout handling (commit: 9c7fc83) (details)
  810. Fixed WOComponent creation to not have brain dead defaults because the Issue #42 changes fucked it up. (commit: 19fdf20) (details)
  811. Fix stray import caused by weird eclipse bug. (commit: 1c18cc8) (details)
  812. Changes by David Holt to fix the Modern D2W Application template (commit: 177cbaa) (details)
  813. Added a ERRest project template (commit: c3f0206) (details)
  814. Fixed bug of ERRest Application wizard which don't open (commit: 8c16242) (details)
  815. To see the ERRest Application wizard in the File --> New menu first nivel (commit: 02e92c5) (details)
  816. Removing the WebObjects project type from the File menu (commit: efcfe3b) (details)
  817. Reworked the Direct To WebServices template, which was still using the old layout (src instead of Sources, etc.) (commit: 832d6e5) (details)
  818. Override appliation() and session() in project template to return correct class (commit: 76a630c) (details)
  819. output standalone="yes" when saving API file (commit: 0dd1810) (details)
  820. Fix handling of comments and blank lines in EntityModeler.modelpath (commit: 6086203) (details)
  821. Fixed lockup in UI when there are a lot of validation failures (now limiting display to 100) (commit: ef83219) (details)
  822. Changes for 3.8 (commit: 9ae0024) (details)
  823. Make .eogen files multiline so they are diff friendly (commit: 9acc372) (details)
  824. Fix veogen class path in eclipse (commit: 53aeec6) (details)
  825. More 3.8 changes (commit: e94e9b2) (details)
  826. Re-add New WebObjects Application / Framework  (some people still use this) (commit: e17f006) (details)
  827. Fix issue with new eogen multiline format (commit: 0afd436) (details)
  828. Fix issue with new eogen multiline format (commit: 6955167) (details)
  829. Fix issue with new eogen multiline format (commit: 290a7b2) (details)
  830. Performance enhancements for very large workspaces (commit: fcaf635) (details)
  831. Modify classpath caching so the shared framework model is used only when there is no project level wolips properties. (commit: 6d900bb) (details)
  832. completion proposals in Wod/HTML editor will strike through deprecated methods and add markers that will signalize a warning or error if set in WOLips preferences (commit: 0f19aa3) (details)
  833. Fixed deprecation warning in MacRefreshMonitor (commit: 228ce7d) (details)
  834. Performance enhancements (commit: e455f59) (details)
  835. Fixed NPE when setting prototype to null (commit: 1ac072f) (details)
  836. Updated Entity Modeler config to eclipse 3.8 (commit: 3dfbe98) (details)
  837. Configure ant based builds. (commit: b91bac9) (details)
  838. Be a little more multi-platform friendly (commit: ed05d65) (details)
  839. Added retina display support (commit: b42e557) (details)
  840. Added a build target for veogen.jar (commit: 70545e6) (details)
  841. Fix jar filename (commit: d3c0a7e) (details)
  842. Added missing build dependency (commit: 45bc01f) (details)
  843. Try to make a standalone build (commit: c7e1f40) (details)
  844. Don't force full ant build (commit: 2b38f35) (details)
  845. Fixed default target (commit: 3adfa02) (details)
  846. Added immutable flag (commit: 2d1051d) (details)
  847. Increment EntityModeler version to 1.0.21 (commit: ffce87f) (details)
  848. completion proposals in Wod/HTML editor will strike through deprecated methods and add markers that will signalize a warning or error if set in WOLips preferences (commit: a9fc88b) (details)
  849. add missing embed properties and reorder properties the same across project templates (commit: c3ab820) (details)
  850. Add Number as option for Factory Method Argument (commit: bdcbe51) (details)
  851. Make duplicate column usage warning less strict. (commit: 999f7cd) (details)
  852. Incremented EntityModeler version to 1.0.22 (commit: 210c9d0) (details)
  853. Updated WOJRebel plugin (commit: cdd2764) (details)
  854. add base package input to wizard for frameworks to set the cfBundleID or to create a default empty package (commit: aa0abb6) (details)
  855. add a default framework principal to a new Wonder framework (commit: a826697) (details)
  856. Changes to support eclipse 4.3 (commit: adff0cf) (details)
  857. Remove unused dependencies (commit: 9add0d4) (details)
  858. Avoid NPE if input is fetched too early. (commit: cb0be26) (details)
  859. Fixed dodgy JRebel launch config logic with dodgy custom tab implementation (commit: 6a8b0f0) (details)
  860. Added a proper fix for JRebel launch tab (commit: c94e3b6) (details)
  861. Updated veogen class path (commit: a420996) (details)
  862. Add ugly hack to workaround textfield focus issues with Eclipse 4.x on OSX (commit: 5828acb) (details)
  863. Refactored the classpath resolution handling for WOFrameworks to not use a custom JavaRuntime implementation (commit: 04ef1d1) (details)
  864. Fix NPE in Entity Modeler perspective (commit: f5f7b4f) (details)
  865. Readded missing recursion optimisations (commit: 5b7310f) (details)
  866. Fix issue with dependent projects referencing WOFrameworks (commit: bb33d0c) (details)
  867. Fixed classpath ordering (commit: 65d1760) (details)
  868. Fixed issue when frameworks are added as direct project references. (commit: eb783cc) (details)
  869. Fix JProfiler launch delegate (commit: c897404) (details)
  870. Added missing manifest-file for 'org.objectstyle.wolips.woproject.ant'. (commit: 0bc9f1f) (details)
  871. BundleURLConnection does not exist anymore. Replaced it with (commit: 694656d) (details)
  872. EclipseEnvironmentInfo does not exist anymore. Replaced it with (commit: 952ead2) (details)
  873. Fixed compile error so that the current version of ant can be used. (commit: cf3b917) (details)
  874. Changed reading of MiscTemplates. The old process was trying to convert (commit: d74211b) (details)
  875. Fixed bug where the Wizards for WebObjects are calling the (commit: 95af74b) (details)
  876. Changed ContextClassLoader before making calls to the velocity-engine (commit: 3b9081f) (details)
  877. Changed ContextClassLoader before making calls to the velocity-engine (commit: e7dc3ce) (details)
  878. Cleanup source code encoding (commit: 9888904) (details)
  879. Correct Bundle activator (commit: 4c4fe8c) (details)
  880. Classpath cleanup (commit: 8337ab9) (details)
  881. Classpath stuff and remove of WO 5.6 (yes this was in the code) dependencies (commit: a5b81c6) (details)
  882. Recreation of EOModeler.eclipse (commit: 13bf7ec) (details)
  883. Groovy: Correct Import package (commit: 3c217bf) (details)
  884. Set all Bundle-RequiredExecutionEnvironment: J2SE-1.5 (commit: e720947) (details)
  885. Recompilde woproject.jar (commit: 9fdd4eb) (details)
  886. Change superclass from AbstractUIPlugin to AbstractBaseUIActivator (commit: 90b08d9) (details)
  887. Remove unused import (commit: 0e4aa7d) (details)
  888. Remove replaced eomodeler.eclipse_OLD (commit: 15b01e5) (details)
  889. Correct finding of api files for auto completition (commit: 3846141) (details)
  890. Make sure the is enough space for a minimal WOD editor to prevent a NPE when opening a component editor. (commit: 9fc3b08) (details)
  891. use valueOf for Integer and Boolean where possible to prevent unnecessary creation of Java objects (commit: 5c61f37) (details)
  892. use constants ALLOWS_NULL and NOT_NULL in migrations (commit: 2e3fa1a) (details)
  893. bugfix for classloading of sql-generator (commit: 3e79304) (details)
  894. bugfix for eo-sql-generator : removed dupplicated config for the (commit: d9edf99) (details)
  895. fix wrong qualifier param (commit: 27abaea) (details)
  896. fixed assertion when .api file doesn't contain proper .java file name, also try legacy name without extension (commit: 88872a4) (details)
  897. fixed deprecation message because of changes from Eclipse-Bug 50164 (commit: ce3545d) (details)
  898. fixed deprecation message because of changes from Eclipse-Bug 50164 (commit: 4e5d020) (details)
  899. remove relicts of CVS (commit: d05c84f) (details)
  900. WOLips-106 Add ERAttributeExtension to classpath for wonder project (commit: 5044c4e) (details)
  901. bugfix for eclipse bug 145096 where filelocator returns broken url (commit: 621fe7c) (details)
  902. Enable building without jprofiler or jrebel without having to edit the build file (commit: 9b2bcec) (details)
  903. Allow Libraries folder to contain subfolders with jars without breaking the build (commit: 305d04f) (details)
  904. For servlet deployment copy WSR to static folder, which allows them to be served by the app server directly (commit: 818379f) (details)
  905. do not recreate constants for inherited attributes and relationships (commit: 6c38285) (details)
  906. use slf4j for logging (commit: 03a5c1a) (details)
  907. fix mix of tabs and spaces (commit: e0eadbd) (details)
  908. use ERXFetchSpecification (commit: cfbe1a9) (details)
  909. default value of isDeep is already true (commit: fefae52) (details)
  910. add missing @Override (commit: 0ef9a37) (details)
  911. make logger object final (commit: 2f41e26) (details)
  912. use existing utility methods (commit: 0e3d92b) (details)
  913. add log statement (commit: c4ffe88) (details)
  914. use some more ERXQ (commit: ab07d02) (details)
  915. Migration to new eclipse-4.6-api (commit: 6b26960) (details)
  916. removed unused code for eclipse 4.6 compatibility (commit: dc4935f) (details)
  917. readded some casts to be able to compile against eclipse 4.4 (commit: c69f353) (details)
  918. add type information to entity’s ERXKey (commit: 616aa4b) (details)
  919. added new required implementation of IProject-method (commit: 4bf396c) (details)
  920. removed usage of restricted 'BasicElementLabels' (commit: f620b07) (details)
  921. Added possibility to generated two more java-files with the EO-Generator (commit: 117ffac) (details)
  922. Added possibility to generate the third additional file (commit: 6eecb7d) (details)
  923. Removed unnecessary cast (commit: a85b684) (details)
  924. Avoid internal StubUtility.getVariableNameSuggestions API by calling what it does directly (commit: f96b87d) (details)
  925. Handle API changes in IActivityManager regarding parameterised types (commit: 1106edf) (details)
  926. Reimplement StubUtility methods for determining line delimiter (commit: 92aa09b) (details)
  927. Make WOLips build with Eclipse 2020-09 (4.17.0) (commit: 9ff9397) (details)
  928. Fix modeler issue where wo dependencies are not found on modular JDKs (commit: f34f17f) (details)
  929. Detect maven projects with current maven nature id (commit: 4757a90) (details)
  930. Eliminated dependence on WO_HOME variable to build/debug wolips (commit: 696b520) (details)
  931. Adding a classpath root for maven projects (commit: f5f61d7) (details)
  932. fixed potential NPE during binding validation (commit: 5e03b89) (details)
  933. prevent .api files from gaining new empty lines on each save by removing any TEXT nodes from the DOM (commit: 2d9fa27) (details)
  934. #149: adjusted EntityModeler icons to work better with Dark theme (commit: 6e91f4c) (details)
  935. #149: use different color for prototyped attributes to work better with Dark theme (commit: 136b6d4) (details)
  936. Fixes #149: use Checkbox instead of Toggle in EntityModeler to work better with Dark theme (commit: 8792fe9) (details)
  937. Make in place rule modeler work. (commit: 2e1448a) (details)
  938. Issue 165 (commit: 0bd9e0b) (details)
  939. Support the Exclude Test Code option in WO launching configurations (commit: a402dbf) (details)
  940. Improve the Rule Editor filter behavior (commit: 5e82f47) (details)
  941. Fix RuleEditor's Ant classpath (commit: c7cd120) (details)
  942. Added request handler to the WOLips server for opening java files (commit: c826514) (details)
  943. Replaced deprecated BeansObservables and SWTObservables with BeanProperties and WidgetProperties (commit: 0056fb3) (details)
  944. Fixed some compiler warnings (missing implementations, missing override tags, deprecated methods) (commit: 110629a) (details)
  945. Replaced log4j with reload4j (commit: 05c4c46) (details)
  946. Replaced Tidy.jar with a version without embedded Java core packages, to let it play better with the module system (commit: 83b3012) (details)
  947. Increased compatiblity setting to Java 11, because we are building for an Eclipse version, that needs this anyway. (commit: 7967d16) (details)
  948. Remove override annotation (commit: f0dc097) (details)
  949. Remove additional compiler warning fixes. (commit: 04b3950) (details)
  950. Align with eclipse 2023-06 APIs (just testing) (commit: ea283d9) (details)
  951. Add support for generating migrations for java.time prototypes (commit: 2e239a1) (details)
  952. Resolves error "class org.eclipse.jdt.internal.core.JavaNature cannot be cast to class org.eclipse.jdt.core.IJavaProject" in Eclipse 4.31 when building a project (commit: 9652da6) (details)
  953. Replaces deprecated SubProgressMonitor with SubMonitor (commit: c1dc4b2) (details)
  954. Some additional cleanup (commit: 22756b6) (details)
  955. Support java records when editing keypaths in component editor (commit: 06d93b0) (details)
  956. Add check for exact record component name (to ensure proper validation) (commit: 52e8b58) (details)
  957. Remove workspace mechanic from project. (commit: 88918e4) (details)
  958. Fix broken maven files. (commit: 85c5355) (details)
  959. Initial tycho setup. Add target platform. (commit: ec0dbc5) (details)
  960. Bump project version so it is ahead of the 4.18 current version (commit: 7a348ec) (details)
  961. Correct the path to the target platform. (commit: 9e03c25) (details)
  962. Checkpoint. All plugins building in wolips core. (commit: 975ba89) (details)
  963. Remove discovery url. (commit: 3708c53) (details)
  964. WOLips p2 repository with wolips core and jrebel. (commit: 6033013) (details)
  965. Rename JRebel integration. (commit: f2b5782) (details)
  966. Set up a full product build for Linux/Win/Mac x86_64 & aarch64. (commit: 922ec1f) (details)
  967. Remove obsolete JProfiler integration. (commit: 790be34) (details)
  968. Remove some old ant build files. (commit: b7ce66c) (details)
  969. Remove mention of jprofiler. (commit: cd2d817) (details)
  970. Delete old update dir. (commit: 727f97f) (details)
  971. Include icons in build.properties (commit: 32b9b92) (details)
  972. Disable wolips.product build since it isn't working yet. (commit: 88c3f89) (details)
  973. add missing build.properties (commit: d17b912) (details)
  974. Remove unused bundles. (commit: d4dcec0) (details)
  975. Eclipse files. (commit: 1ccf45e) (details)
  976. delete all .settings directories (commit: 3263a90) (details)
  977. delete all .classpath files (commit: 296d0e2) (details)
  978. Some regenerated project files (commit: b7cd1d2) (details)
  979. Add lib dir to bin.includes. (commit: c5ce52e) (details)
  980. Remove ss_css2.jar from bundle classpath. (commit: 058f6db) (details)
  981. Removing test using junit3 and finding junit4 when it compiles. (commit: 022e873) (details)
  982. Delete more ant build files. (commit: 1502c79) (details)
  983. And then there was groovy. (commit: 22e8535) (details)
  984. Fix the product id. (commit: d7da2b7) (details)
  985. Major version bump. WOLips 5. (commit: af6e4a3) (details)
  986. Add templates to build.properties to fix incremental build. (commit: d35cb02) (details)
  987. More build.properties fixes. (commit: 79b9fa6) (details)
  988. Rename root .project to get rid of wolips_wolips thing. (commit: 9586119) (details)
  989. remove empty plugin.xml (commit: 412323b) (details)
  990. include missing plugin.properties (commit: dbb8ac4) (details)
  991. Remove missing bin/ output dir (commit: fabee0e) (details)
  992. Add all automatic module names in manifests (commit: 33e29fa) (details)
  993. Remove empty plugin.xml files (commit: fe6215f) (details)
  994. Add missing build.properties file (commit: 4f06902) (details)
  995. Use Java 21, not 8 (commit: a995f48) (details)
  996. Remove unknown project natures (commit: cf9a76e) (details)
  997. Add missing build.properties files (commit: 3bc7e74) (details)
  998. Revert "Remove unused bundles." (commit: 179fe10) (details)
  999. Add automatic module name. (commit: a3a7d78) (details)
  1000. Oops. Deleted .classpath from ant project templates. (commit: eb200da) (details)
  1001. Add the new github repository to the WOLips product repositories. (commit: a4f49ad) (details)
  1002. Add product build for linux+riscv64 and win+aarch64 (commit: 5f4811d) (details)
  1003. Temp disable product build since 2024-12 update broke macosx+aarch64 (commit: 8663b66) (details)
  1004. format xml (commit: 6b6090e) (details)
  1005. Add basic index.html for repository site. (commit: 8282fe2) (details)
  1006. Include migration templates in plugin packaging. (commit: ef1dbd4) (details)
  1007. WOLips 185, fix the binding completions on dynamic elements. (commit: a97f862) (details)
  1008. Fix the product build. (commit: fad7e81) (details)
  1009. Include schema dirs in plugins. (commit: 670b9df) (details)
  1010. Add woenvironment as an extraClasspathEntry too. (commit: b4f23d5) (details)
  1011. Copy-dependencies on initialize, clear them on clean. (commit: 92db0e7) (details)
  1012. Remove obsolete goodies feature. (commit: e7b2fa0) (details)
  1013. Delete obsolete entity modeler product. (commit: f3bd974) (details)
  1014. Remove obsolete JRebel plugin/feature. (commit: 895a78d) (details)
  1015. Remove obsolete groovy language feature. (commit: ecfe614) (details)
  1016. Delete obsolete veogen command line jar. (commit: 8b75ed5) (details)
  1017. Remove command line eomodeldoc project. (commit: 76d6c72) (details)
  1018. Remove groovy from the p2. (commit: c2d1fb5) (details)
  1019. Delete unused lib dir (commit: 95516ff) (details)
  1020. Move files down one directory in preparation for filter-repo (commit: d9f38a9) (details)
  1021. Modify path for directory removal (commit: 477af09) (details)
  1022. Update build branch (commit: 8181904) (details)
  1023. Oops, fix module paths. (commit: bd053ba) (details)
  1024. Update pom comments (commit: 3553fe4) (details)
Commit 5012e473dde6b97f28a4d7077fcda605c4de632c by mschrag
fix warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4834 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5012e47)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
Commit 4808df3c64c49e86e8e60ae50fa03e3b6470ee68 by mschrag
add language labels to editor tabs

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4835 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4808df3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorInput.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
Commit 5469615749f4abe69eb34367cf526d87eb58c9c5 by mschrag
threaded validation (experimental)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4836 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5469615)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/BindingValidationPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
Commit a54ebb78238b84ad0e189bbe06f1435ffaf90ed6 by mschrag
make component editor the default for html, wod, and woo

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4837 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a54ebb7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
Commit 8500067505b870d446a29d1b4e83bff2f196ab86 by mschrag
We don't want to link against 5.4 here ...

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4839 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8500067)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
Commit 4ab8435f5aa20038036724748ce7c809c04f2be5 by mschrag
remove jdbc2Info prior to SQL gen

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4840 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4ab8435)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
Commit 8de807bc8bb32e878f94a9129dc09b6bc3d085ff by mschrag
I think this should fix allowsNull for normal people and Apple

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4841 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8de807b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit bce8861bd4e5dcc08c6fdf44f9bb90f6e0f2c269 by mschrag
generics and debug

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4842 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bce8861)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOClassLoader.java (diff)
Commit 1a1ec5db9a506c0b7d3c19273cb26ec5e1896791 by mschrag
updated to 1.0.3

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4843 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1a1ec5d)
The file was modifiedentityModeler/META-INF/MANIFEST.MF (diff)
The file was modifiedentityModeler/Info.plist (diff)
Commit 3f62572d25401085a37bbf09cb3e5ce3a1c2d6de by mschrag
fixes to formatting inside of script tags (should just leave things alone)
added drag-and-drop components from WO package explorer into component editor (experimental)
added support for loading reformatting from prefs (no ui yet)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4844 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3f62572)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/InsertComponentAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/InsertHtmlAndWodAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/InsertHtmlTagAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/AbstractTemplateAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceConstants.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/ComponentInserter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/FormatRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/InsertComponentSpecification.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentDropTargetAdaptor.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/RenderContext.java (diff)
Commit d15a1b90ed6d1c9a52800a236333d086735f8041 by mschrag
removed live search for right now ...

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4845 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d15a1b9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
Commit b87fdf9f312f65c311101dcf6500f9d0040eb18a by mschrag
fix warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4846 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b87fdf9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelContentOutlinePage.java (diff)
Commit 089b6054452b8dac561abe0ad12ff80ece450a0e by mschrag
add shortcut method to get a list of non-prototype entity names

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4847 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 089b605)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
Commit 9e6bd7035a99e4250d35a787e87bf4abe75167aa by mschrag
added build.properties to remove warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4848 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9e6bd70)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/build.properties
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/build.properties (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.workbenchutilities/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.variables/build.properties
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ui/build.properties
Commit 739b6b61ad407eeaa4e5187beefecf218c9d4038 by mschrag
fix warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4849 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 739b6b6)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/ListTool.java (diff)
Commit f250d3179a24d7e7bd602bab384c160c41dd6b71 by mschrag
fix warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4850 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f250d31)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLSourceEditor.java (diff)
Commit a64f941ea131d635ae8ccf2916428f4c077a393b by mschrag
* fix warnings
* moved all woo model code into wodclipse.core so it can be reused by other plugins more easily
* reimplemented eomodelgroupcache to be shared
* moved cache invalidation out of wodparsercache
* added eomodelgroupcache to cache invalidator
* fixed background colors on WooEditor page
* switched woo editor over to eomodelgroupcache

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4851 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a64f941)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODataSource.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODetailDataSource.java
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/model/WooModelException.java
The file was removedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/woo/IWooModel.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/woo/IEOModelGroupCache.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodModelUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingNameHyperlink.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModelException.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingValueHyperlink.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/utils/WooUtils.java
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/eomodel/EODataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodReconcilingStrategy.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupPageBlock.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/InlineWodElementHyperlinkProvider.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/model/EOModelGroupCache.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/PreviewRenderDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODatabaseDataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ConvertInlineToWodRefactoring.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/model/WooModel.java
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/eomodel/EODisplayGroupSortOrdering.java
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/eomodel/EODataSourceFactory.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODisplayGroupSortOrdering.java
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/eomodel/EODatabaseDataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ChangeElementTypeRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/EOModelGroupCache.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupDetailsPage.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/model/DisplayGroup.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/eomodel/EODetailDataSource.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODataSourceFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/GenerateAPIAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/WooeditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodElementTypeHyperlink.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooUtils.java
Commit a09465cddd1282f1b3318b5554953226ff4c711a by mschrag
remove debug

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4852 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a09465c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/EOModelGroupCache.java (diff)
Commit b2ed5e0ccf97723f3188af1970d8ca96fc148e88 by mschrag
* more enhancements to support BindingsInspector
* added cursor tracking support to component editors
* moved util method into FuzzyXMLWodElement
* added common interface for accessing WOD info on component editors

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4853 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b2ed5e0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/QuickRenameElementAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/ICursorPositionListener.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/CursorPositionSupport.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/IWOEditor.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ConvertInlineToWodRefactoring.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/InlineWodElementHyperlinkProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit 6117a5c2dc95d2c74602d2ed2103e31a52f584d3 by mschrag
... that isn't meant to come in yet

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4854 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6117a5c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
Commit 34b0841a47d98c097d76bc7b412901e2c0ea3a4c by mschrag
change sash color

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4855 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 34b0841)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorTab.java (diff)
Commit 19df55bf78a2fd969a1b68ce04913ee2d6efd48e by mschrag
moved debug output

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4856 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 19df55b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit 97d7d5f977874a001b09fa7ce90715f1ea2c3c1a by mschrag
changed background color (so it matches the overview ruler)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4857 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 97d7d5f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
Commit fdd2d3ea17c6c3fea318a5511a8dfbd25819c78e by mschrag
changed background color (so it matches the overview ruler)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4858 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fdd2d3e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLSourceEditor.java (diff)
Commit 61abc0c76886a98fb3069a9d54774d460634599c by mschrag
added template breadcrumb

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4859 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 61abc0c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java
Commit f3c6067edf2cd07a10c4c15362c729985a984758 by mschrag
change name to (Experimental) + don't refresh unless it's in the foreground

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4860 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f3c6067)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
Commit 6ac19ca29a79342a0290caaac0be3691d1a9fc54 by mschrag
* add console to WO perspective
* add bindings view to WO perspective
* increase size of lower left folder

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4861 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6ac19ca)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
Commit 2f47262fc5008a0e667b028f486ac8d3b4068c85 by mschrag
changed plugin build order to support dependency changes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4862 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2f47262)
The file was modifiedwolips/plugins/build.xml (diff)
Commit b0425f4acd5f881cf356d5dce2501341ee1d354b by mschrag
changes for new API

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4863 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b0425f4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/PreviewRenderDelegate.java (diff)
Commit 892d2f2de6fdcb737b44f6c522ed11f2634d4cac by mschrag
keep the model marked dirty if you remove a display group

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4864 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 892d2f2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
Commit 127bf5342299449656ea87897922ba70a066f401 by mschrag
don't show these pages for now

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4865 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 127bf53)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/ApiEditor.java (diff)
Commit 84c93c080c953cdbaf08cf95c799f9e6920d711c by mschrag
removed warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4866 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 84c93c0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingDetailsPage.java (diff)
Commit 77eeb7274d5d1321272554dcd5f262e77326e1aa by mschrag
prevent NPE

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4867 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 77eeb72)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
Commit ec64bb8f854956271c28306fdb0a75ff603825c3 by mschrag
* save positions of the split pane in wod/html view
* hide wod when it gets too small
* fix possible NPE

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4868 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ec64bb8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
Commit 3ecb50b1816e0ba71256631a725d620548b235a8 by mschrag
whoops .. that was using the tag name always instead of the Wod Element Type

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4869 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3ecb50b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
Commit 1e4ce4fa27019e22909359a19ce21c7f96a746eb by mschrag
support an optional superclass definition

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4870 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1e4ce4f)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/TypeNameCollector.java (diff)
Commit 995466705c4506f94be9e7866200bd0b412405f3 by mschrag
define an Actions constant

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4871 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9954667)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/IApiBinding.java (diff)
Commit 2d1c15a27739e929306b08162e5be1fe77ac9fac by mschrag
more reflection utils

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4872 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2d1c15a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit 9447d6936d480a64e5849ea6f6fd42b3ff79971b by mschrag
use new reflection utils method

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4873 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9447d69)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
Commit 5398aa445578c736e3bef75fe666b2d7d24b9f02 by mschrag
Add Key and Add Action support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4874 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5398aa4)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddActionInfo.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/bindings/AddKeyAction.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyDialog.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddActionDialog.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingValueHyperlink.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/bindings/AddActionAction.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyInfo.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyOperation.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddActionOperation.java
Commit 0770ea1d77e92fc09ccd155f4c4e1866de11250b by mschrag
changed dialog title

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4875 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0770ea1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddActionDialog.java (diff)
Commit e3386d13b888f8d466402716aa406d399b4b00a2 by mschrag
oops .. was passing the wrong object around for non-inline bindings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4876 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e3386d1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
Commit df343d00475c03ba415399b7400585058d59a1d0 by mschrag
removed debug

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4877 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: df343d0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
Commit ab07f311bc71c6878b70c0d9012b2d7be0766dfa by mschrag
sync working set and non-working set implementations

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4878 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ab07f31)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOPackageExplorerContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOWorkingSetAwareContentProvider.java (diff)
Commit cc3f818082693f6f32ff80dd58913221616e3599 by mschrag
move ListContentProvider up to a higher level

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4879 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cc3f818)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/ListContentProvider.java
Commit 4ce9c792a06e333c30703a63b01deda72e6058b0 by mschrag
move ListContentProvider up to a higher level

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4880 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4ce9c79)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/TableViewerSupport.java (diff)
Commit 46ace8f046651c0a338036b191ef93df322a03e2 by mschrag
NPE protection

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4881 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 46ace8f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/LocatePlugin.java (diff)
Commit a9cb3af50daefb36dcd28b51e6c77669c74bca2d by mschrag
* WO Browser view added to Bindings View (+ a bunch of related work -- still experimenta)
* Refactored and cleaned up (some) WO template/WOD/WOO caching API
* Added hand cursors onto breadcrumb
* Added add binding/set value refactorings
* Fixed concurrency problem with Xerces parser and API files
* Added API to optionally NOT remove inherited duplicate bindings
* Decreased the number of validatons that happen on save

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4882 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a9cb3af)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodElementHyperlinkDetector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/AbstractCacheEntry.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodReconcilingStrategy.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ChangeBindingValueRefactoring.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Ungettable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringElementModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Binding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodModelUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/GenerateAPIAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/AbstractApiModelElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/HtmlPreviewEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Wo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/FormatRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/CSSAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateAssistProcessor.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/icons/toOne.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/TemplateRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/InlineWodProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentDropTargetAdaptor.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPageBookView.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingNameHyperlink.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserPageBookView.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/QuickRenameRefactoring.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodBinding.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsContentProvider.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCacheEntry.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Unsettable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/ComponenteditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ConvertInlineToWodRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/CleanWOBuilderRefactoring.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/HtmlCacheEntry.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/jseditor/launch/JavaScriptLibraryTable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingValueHyperlink.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WooCacheEntry.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/icons/toMany.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCompletionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ChangeElementTypeRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RenameElementsRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Validation.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Unbound.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/AbstractUn.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/IWOEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/PreviewRenderDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Wodefinitions.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKeyPath.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Count.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateTripleClickAdapter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodBinding.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ChangeBindingNameRefactoring.java
Commit 4574dad48fa6350e1684757b0d469aa262682569 by mschrag
renamed RefatoringElementModel to RefactoringWodElement

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4883 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4574dad)
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringElementModel.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodElement.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsLabelProvider.java (diff)
Commit 87b7d44d17ac145a245f55014ac29d6ef5be2d5e by mschrag
show warning for non-empty wods

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4884 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 87b7d44)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
Commit 9b935b88c8dff6d5ca74b7b24f81eb050957d6f5 by mschrag
don't collapse breadcrumb when nothing is selected

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4885 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9b935b8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
Commit fe6c3c6143ab05e6eb82f4dc0933fd74c032bbae by mschrag
wrong id for the bindings view

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4886 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fe6c3c6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
Commit 47558e957cc40a3a75884d17ea2dbb0a3e933678 by uli
just  a quick hack to get rid of some out of bounce exceptions

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4887 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 47558e9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
Commit 5a39b2ac555da34e1d554e6ac8971696b8d97180 by mschrag
I'm going to take it out for right now ... it will be back in the nightlies after stable is stable

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4888 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5a39b2a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
Commit d80dfb7e1c6ce72d9a8a01b6419cc1936826102a by mschrag
it would help that if the model is null and we go through all the trouble to reparse and revalidate it that we actually return the new model instead of null

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4889 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d80dfb7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/AbstractCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit 2bde8eee86100ae14220bf051f2aa5c283cde69e by mschrag
resize horizontal and vertical

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4890 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2bde8ee)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/ContainerPage.java (diff)
Commit d8a26cb511e165befeda392ed9a7855027b9c39e by mschrag
fixed all the properties sections to span the full height rather than being stubby

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4891 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d8a26cb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoPropertySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entityIndex/EOEntityIndexAttributesEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entityIndex/EOEntityIndexBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntitySharedObjectsEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/JoinsTableEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecRawFetchEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSQLEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSortOrderingEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecPrefetchingEditorSection.java (diff)
Commit 72a698b88d9277ec0454b10e8f48a772970ee5a7 by mschrag
possible NPE fixes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4892 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 72a698b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateTripleClickAdapter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
Commit 9f9c17d4e5c1a78baad68ae8dd4c0d5f7e97e262 by mschrag
possible NPE fixes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4893 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9f9c17d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
Commit 52aa5863d563584628e843d8c521ac5dd4a15afb by mschrag
support for finding the editor, not just opening the editor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4894 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 52aa586)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/java/org/objectstyle/wolips/workbenchutilities/WorkbenchUtilitiesPlugin.java (diff)
Commit 73e6af383cbbf6639da99f3cfb584f0a24f15212 by mschrag
line dragging stuff ... I just wanted to get it committed ... it just drags and draws ... no drop actions yet

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4895 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 73e6af3)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/LineDragHandler.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
Commit ee044511a811beb9e7cafa4536e43139d3d4a674 by mschrag
it's possible to be an ant framework or ant application but NOT have the ant builder ... say for instance, if you refuse to modernize your applications and insist on using crappy ancient design by contract builder plugins ... you just had to wait till like 2am and I'm writing the release notes for the first major release in 8 months, too, huh.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4896 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ee04451)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapter.java (diff)
Commit ddb5c5c394dac34a7bcda73240784d5a8cb3a351 by mschrag
don't let it go full wide

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4897 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ddb5c5c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
Commit b5ae2bc981d16fb3285c89f2427ec98c461ada10 by mschrag
switch to default "EOGenericRecord" join entity name for flattened many-to-many relationships

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4898 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b5ae2bc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
Commit 71bfbbc86b764b6c01db840e6e928fff854dcd27 by mschrag
fire a dirty property change event from the model group when models change

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4899 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 71bfbbc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit 6603a535720bec7225263b12b67695727fb60a3c by mschrag
if any model in the group is dirty, then consider the editor dirty

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4900 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6603a53)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit 4087b46c643f20e9e076081fa25585038ae23273 by mschrag
add support for optionally leaving out the inverse relationships on many-to-many's + allow creating foreign keys without creating the relationships

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4901 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4087b46)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit a32c923d2bcc899a726e4eef9e652acca62b0ad8 by mschrag
java files that fail to load should not be considered "found" -- for instances, java files not on the classpath -- WOL-726

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4902 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a32c923)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/result/LocalizedComponentsLocateResult.java (diff)
Commit a209b721e6159f749351ec489e0f2b8f3bc77a76 by mschrag
Three .. count them THREE versions of that method, all wrong :)  Ant builder working directory should be working properly now.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4903 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a209b72)
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/ProjectBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/ProjectNatures.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/variables/WorkingDirResolver.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapter.java (diff)
Commit eb8a83352372da29533fc0365f75536a8ad82bdd by mschrag
omg seriously how many more of these can there be?

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4904 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: eb8a833)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapter.java (diff)
Commit fc2c0ce1c0627c73e7edf2e4804295c3776fbd59 by mschrag
nicer looking relationship wizard

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4905 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fc2c0ce)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/AddRemoveButtonGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/JoinsTableEditor.java (diff)
Commit d2ac715c9786521e46024ae2f6f28542f8315406 by mschrag
clearly i don't understand BackgroundMode .. I'll have to experiment with it more

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4906 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d2ac715)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/AddRemoveButtonGroup.java (diff)
Commit 56b979a2272f48badcfd95541d6b83d5a053d183 by mschrag
fix layout in Safari 3.1 and Internet Explorer

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4907 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 56b979a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
Commit 1d499a6f1f5aa761398b84c5e5538e011c22fe4c by mschrag
more fixes for Safari 3.1 + Internet Explorer

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4908 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1d499a6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
Commit 489a90c67d08e3e36f162c1d590473c94c298d25 by mschrag
removed some debug output

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4909 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 489a90c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
Commit d010343128656b3cfd4e9f49bd9278a74df8a335 by mschrag
WOL-728 - save template inputs page as fields change

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4910 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d010343)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/template/TemplateInputsWizardPage.java (diff)
Commit ba428d2e3f73f83049aaa0028f28418aaa9bccbc by mschrag
* more draggable bindings work (poppy effects on drag-over)
* keyboard navigation in browser view
* cleaner visual style in bindings view
* substantial performance improvements with line/animation redraw (only redraw what we have to)
* bunch of convenience methods on editors and models for accessing position information
* split out WOBrowser's inner classes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4911 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ba428d2)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/IWOBrowserDelegate.java
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/LineDragHandler.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumnLabelProvider.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentDropTargetAdaptor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserPageBookView.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDragHandler.java
Commit c9964f5599c132e8d07e9b3ce2a8cbb2a8ee1c5f by mschrag
remove unused disposed boolean

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4912 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c9964f5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
Commit 3f77e65cdf59e029895334b009943ba160227c6c by mschrag
if you get a browser failure, don't bring down everything

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4913 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3f77e65)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
Commit 620dda14aeff175fb1418aff285d63aafaaf533d by mschrag
* deselection in bindings view
* turn off WOBrowser=>Bindings sync
* add typing support to WOBrowser (selects closest, '.' = go to next column)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4914 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 620dda1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
Commit 36d97a0011504fa446e6ce4bc2a78ecbb394d49d by mschrag
fixes for bindings rollover ... repaint was pretty whacked out because if in incorrect position conversion

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4915 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 36d97a0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDragHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentDropTargetAdaptor.java (diff)
Commit a422e8a5ea4c08e5485861d767d468eb6c096404 by mschrag
let the fireworks begin ... new qualifier parser in the house

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4916 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a422e8a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOAndQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOKeyComparisonQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOKeyValueQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOQualifierFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOOrQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EONotQualifier.java (diff)
Commit 92c541c2ce3e9d3bcf947f963465df9365d0ae53 by mschrag
limit entity pickers to the specific entity ... 

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4917 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 92c541c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOEntityTreeViewUpdater.java (diff)
Commit 3ba130b7375dcd514bb9eaf2b0154320ccc9148a by mschrag
replacement when selecting from tree was scanning back too far

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4918 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3ba130b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
Commit 4d743edc74b691921766d33eadd268c13828e586 by mschrag
WOL-731 comments add extra spaces every time format runs

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4919 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4d743ed)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLCommentImpl.java (diff)
Commit b92461b01316543ed071341ffacd1974ab6cb381 by mschrag
more safari 3.1 style changes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4920 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b92461b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
Commit 63e507119f33f1aab666a2fa8d042c3f7ccdc526 by mschrag
turn debug off

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4921 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 63e5071)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
Commit 82a0a3255b0609f526f328c1fd2c3dd9ff29f99e by mschrag
some refactoring + added autoscroll on the binding drag

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4922 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 82a0a32)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentDropTargetAdaptor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
Commit c116171db320a5e74368f49eed39174b4898e888 by mschrag
added support for parsing and converting the old cayenne style

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4923 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c116171)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOQualifierFactory.java (diff)
Commit e1f131c821d55b51de996ff3677a7abe21b7670b by mschrag
couple fixes for trailing binding keys

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4924 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e1f131c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierParser.java (diff)
Commit 0319002a263f28634a4040da7a7b8eaccc8fdc32 by mschrag
add string constructor to EOKeyComparisonQualifier

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4925 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0319002)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOKeyComparisonQualifier.java (diff)
Commit 71b4924af898572f57ed43cddd65c55817841905 by mschrag
properly read EOKeyComparisonQualifier from plist (transcription error)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4926 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 71b4924)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOQualifierFactory.java (diff)
Commit 6913e1f960be8f0d94848492f93b46568793f5f3 by mschrag
show error label when parsing fails

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4927 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6913e1f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
Commit 4c0373de100de5a3e86b8fbc55203960e322f123 by mschrag
throw exceptions if the qualifier string cannot be set

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4928 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4c0373d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
Commit f4f3b922252ffc907d406a303a614846a844a3c7 by mschrag
shuffled around some binding utilities

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4934 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f4f3b92)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Wo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Binding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/SimpleApiBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/IApiBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
Commit b6885adaa5fda8f073ef989e5084049af7e3df28 by mschrag
more work towards draggable bindings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4935 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b6885ad)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDragHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/IWOBrowserDelegate.java (diff)
Commit a4b3d90ad11a1f1bd6befb36b6287999d451ca28 by mschrag
added fetch specs to default templates

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4936 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a4b3d90)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_Entity14.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_Entity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit e54a18ce0d94019084012a050547cbd652bcfef9 by mschrag
qualifier parser compatibility (specificall with bindings)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4937 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e54a18c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOQualifierFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EONamedQualifierVariable.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierVariable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierParser.java (diff)
Commit 02769caf6fe945f4da6ca37cc14c98a54aa8614c by mschrag
fix previously broken _key values (ones that have $'s in them)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4938 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 02769ca)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOQualifierFactory.java (diff)
Commit 8c2717ca056aebba9a8ae0d1c27026bab035dc40 by uli
[maven-release-plugin] prepare release woproject-all-parent-2.0.11

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4940 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8c2717c)
The file was modifiedpom.xml (diff)
Commit e1349ec014e8d277552be99bc9cddd960861ca5a by uli


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4941 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e1349ec)
The file was modifiedpom.xml (diff)
Commit 2f6df50ab005898eebebd7b26dbcb406077fb81d by uli
[maven-release-plugin] prepare release woproject-all-parent-2.0.12

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4942 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2f6df50)
The file was modifiedpom.xml (diff)
Commit 8b9cdf3929ab80f5d5d2f281a98d94cb5b718e00 by uli
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4944 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8b9cdf3)
The file was modifiedpom.xml (diff)
Commit 8fb8d0d612d3b3f6832bcd8094ad1ae0d92b70fd by uli
[maven-release-plugin] prepare release woproject-all-parent-2.0.13

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4945 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8fb8d0d)
The file was modifiedpom.xml (diff)
Commit 3b3de9b7f7977eba6565f157cb3a669b24aa2038 by uli
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4947 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3b3de9b)
The file was modifiedpom.xml (diff)
Commit ceb7083063d26d58e4b53a0b81c7ea7e7082fc5d by mschrag
validate qualifier keys in fetch specs

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4948 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ceb7083)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
Commit 97467d3f6089ccdddabd0a56984e0b26cd8cfb55 by mschrag
no good deed goes unpunished ... null check

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4949 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 97467d3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
Commit 7b12e9ef0a6586e65264522250efe3cdeba753de by mschrag
fix titles on the eogenerator editor form

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4950 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7b12e9e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
Commit 6a5af8cbec2943515aa40b3990bac5b6f92b1b87 by mschrag
Added the concept of an EOModelRenderContext that you can attach to the thread for controlling various output options on an EOModel.  For instance, you can toggle the render context into JavaClient mode so that EOGenerator will produce java client class names instead of server class names when you query an Entity's various class name methods.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4951 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6a5af8c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelRenderContext.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit fc7d20a1b2a8a6d012d55bb3dab293df32695c1d by mschrag
don't show the Show button if there is no editor


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4952 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fc7d20a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelErrorDialog.java (diff)
Commit 34416a798f0d7c4b841813077f671c5e7d66b59b by mschrag
make sure the error dialog is on the main thread + don't just throw away validation errors

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4953 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 34416a7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/CreateEOGenFromEOModelWorkspaceJob.java (diff)
Commit 5a87f0722b8ddbdae9f44ebb03c371a60c354301 by mschrag
added some debugging

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4954 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5a87f07)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/SimpleManifestEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOModelGroupFactory.java (diff)
Commit a5e697387112c2e1c890b2e5548fb0144afdba2d by mschrag
updated eomodeldoc package script

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4955 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a5e6973)
The file was modifiedeomodeldoc/package.sh (diff)
The file was modifiedeomodeldoc/.classpath (diff)
Commit fac52f065e85f2bbd8fa356d9f1044c5d0ffa379 by mschrag
updated eomodeldoc package script

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4956 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fac52f0)
The file was modifiedeomodeldoc/package.sh (diff)
Commit e0e48c3c28401b9487d574bec008bb0f9156865b by mschrag
don't let exceptions kill the entire listen thread

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4957 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e0e48c3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/java/org/objectstyle/wolips/womodeler/server/Webserver.java (diff)
Commit 09d353076a16d37b7db6edcaa9196bf36ea05ac9 by mschrag
cleaned up the relationship wizard some to try to make it clearer

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4958 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 09d3530)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
Commit 27c1a1b7baaff3cce794963585ee5524bfc016ff by mschrag
* added generics to ERXKey declarations
* added support for automatic updateInverseRelationships in Wonder

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4959 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 27c1a1b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit d2c917d57a3f28a028e09460dcbfcb1021aee76e by mschrag
non-IProject-based API for eogen (towards standalone version)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4960 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d2c917d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOModelReference.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGenerateWorkspaceJob.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/ExternalEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/PathUtils.java (diff)
Commit bf81c9c6f80a36d99f77bbf1359d4e30abe253a6 by mschrag
more fixes for standalone veogen

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4961 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bf81c9c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorResourceLoader.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
Commit 46877143029e7110afee8d64bd0ed308e45b2033 by mschrag
standalone veogen 

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4962 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4687714)
The file was addedveogen/package.sh
The file was addedveogen/.project
The file was addedveogen/java/veogen/Veogen.java
The file was addedveogen/.classpath
Commit 1be1ac6ce8981e5e09a6cd05275765a3e07b0ce9 by mschrag
added date and calendar into eogen context

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4963 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1be1ac6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
Commit a1d4228a5454bef2065e865305a063d99c73cc5f by mschrag
output docs

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4964 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a1d4228)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit 31131f7bfb793e9dc4a6c3b69a6d825c90e1e2a3 by mschrag
* added WOOgnl to default frameworks list
* added default encoding entry for Component folder
* added @Override on DirectAction main action

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4965 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 31131f7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/DirectAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.settings/org.eclipse.core.resources.prefs
Commit 08e8116276ee8f3baeb7ba767bec7f0ebcf82b12 by mschrag
* bindings drag-and-drop onto inline bindings
* split out several features for reuse later
* added support for specifying the position of new bindings during refactoring
* switched from direct StyledText manipulation to annotations

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4966 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 08e8116)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingValueHyperlink.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsPopUpMenu.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ChangeBindingNameRefactoring.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/Autoscroller.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceViewerDecorationSupport.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ChangeElementTypeRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ChangeBindingValueRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDragHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/IWOBrowserDelegate.java (diff)
Commit 279c3a6e4e474b5f163072b060d391db0152a237 by mschrag
fixed warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4967 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 279c3a6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/QuickRenameRefactoring.java (diff)
Commit cf791352f2b0d18484be162888980963376ed2df by mschrag
better cache invalidation

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4968 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cf79135)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentDropTargetAdaptor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/AbstractCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/IWOEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
Commit 21543d42835fbb54758095943c69b8579a905359 by mschrag
fireWebObjectChanged on every save

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4969 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 21543d4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
Commit 3a8b898ef42beeaf8c589be3a39e923ef800a4dd by mschrag
refresh the model

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4970 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3a8b898)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
Commit 809b040d7416cddf8764b7effea389d5eea758fc by mschrag
broke out a lot more of the drop handler and added support for the wod editor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4971 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 809b040)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/ITextWOEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/PopAnimator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/IWOEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
Commit f9520dd905a1329ef94c8064ecb4235af80333f4 by mschrag
cleaned up old code some + fixed bug with dragging out of the editor while an element is selected

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4972 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f9520dd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
Commit 52b7361f898318c67f9b4a2915d77ed42e41fe74 by mschrag
support for refactoring wod when dragging onto a <webobject> tag

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4973 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 52b7361)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/IWOEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
Commit ad34a9e8dd8aa3a249b94a19028bf45d6e12a77e by mschrag
set initial indent for inline

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4974 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ad34a9e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
Commit 4490d3e9c2be37de4bfbbfab761e646e03877928 by mschrag
split out more and added droppable bindings onto bindings inspector

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4975 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4490d3e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/IAutoscroller.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/AbstractAutoscroller.java
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDropHandler.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/AbstractBindingsDropHandler.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsTextDropHandler.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/TextAutoscroller.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/NoOpAutoscroller.java
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorDropHandler.java
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/Autoscroller.java
Commit a4e965555a9e943a3b4dd22adf73b1d9b551baa0 by mschrag
disposed check

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4976 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a4e9655)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/PopAnimator.java (diff)
Commit bb1d00c12ac554676249574687e2a1ac8c3194af by mschrag
wrong var

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4977 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bb1d00c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/PopAnimator.java (diff)
Commit bfc0502194f98feeaa959a081e67cebed900ba99 by mschrag
* moved some reusable Entity Modeler UI bits up to the top level
* added support for typing in bindings inspector
* added support for removing bindings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4978 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bfc0502)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/arguments/EOArgumentsTableViewer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesTableViewer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoPropertySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entities/EOEntitiesTableViewer.java (diff)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/IHateCCombo.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSortOrderingEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelOutlineEditingSupport.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/StayEditingCellEditorListener.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/EMTableViewer.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodElement.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/KeyComboBoxCellEditor.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/KeyComboBoxCellEditor.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesCellModifier.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/EMTextCellEditor.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/IHateCCombo.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/JoinsTableEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entities/EOEntitiesCellModifier.java (diff)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTextCellEditor.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/TableUtils.java (diff)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTableViewer.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RemoveBindingRefactoring.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationships/EORelationshipsTableViewer.java (diff)
Commit 5042f8a580ac1318d24797223e9b5340f808b64e by mschrag
missed this from a previous commit

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4979 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5042f8a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/PreviewRenderDelegate.java (diff)
Commit 5ebd6578e420d73f31df48a8418b45b989f9d575 by mschrag
group browser by type

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4980 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5ebd657)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/ComponenteditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDragHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumnLabelProvider.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/icons/component.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
Commit 8587f73f6545539560c6c7e5c1d9f8a0deacffbf by mschrag
fix up wacky binding values

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4981 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8587f73)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodBinding.java (diff)
Commit 80703e395e25ec13e4b23b1670355f2e70fb67eb by mschrag
Comparable on name and binding.equals(otherBinding) = name.equals(otherBinding.name)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4982 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 80703e3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Binding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/IApiBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/SimpleApiBinding.java (diff)
Commit 8187cfa7ccd3aad6a0c427652121f44b889e8bea by mschrag
sort bindings popup

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4983 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8187cfa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsPopUpMenu.java (diff)
Commit 7d2f4dc46247fc219831a4ee4d9628d585307c9d by mschrag
don't turn helpers into literals

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4984 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7d2f4dc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodBinding.java (diff)
Commit 62108addeb61657000a05d635b78dd7ce813440e by mschrag
mark wod errors in the HTML template for the corresponding tag

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4985 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 62108ad)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/HtmlElementCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodBindingValueProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodElementProblem.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/ApiBindingValidationProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodBindingNameProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodElementProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/ApiElementValidationProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodBindingProblem.java (diff)
Commit 74de38aecbeec49913eb78cc4e5166852f875a00 by mschrag
reverse order of buttons

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4986 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 74de38a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
Commit d01824a7ab40493a9a909199afd48041e0c5657a by mschrag
* moved doubleclick table handler from EM up to top level
* added doubleclick support to bindings inspector
* added java element listener so column view refreshes when the java class changes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4987 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d01824a)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/TableRowDoubleClickHandler.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/TableRowDoubleClickHandler.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/arguments/EOArgumentsTableViewer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesTableViewer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingValueHyperlink.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationships/EORelationshipsTableViewer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/JoinsTableEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodModelUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entities/EOEntitiesTableViewer.java (diff)
Commit f3b51a2d5bb6f2c6ae989b0e2843fd1ba1353843 by mschrag
pushed RefactoringWod* lower down

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4988 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f3b51a2)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodElement.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsPopUpMenu.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodBinding.java
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodElement.java
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/RefactoringWodBinding.java
Commit 1549ebb7c7b04d0bb88b23b4794223184e7e5df7 by mschrag
NPE fix

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4989 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1549ebb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
Commit 5405e469ad7808a3a6b2c1f0cff28fc3bfebbf73 by mschrag
exec on the correct thread

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4990 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5405e46)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
Commit 185fd4c9ab809adc5032cc3bf91111c24aa29ffa by mschrag
don't change browser if the keypath isn't actually changing

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4991 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 185fd4c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
Commit fb7c60fd87ff6bd0bac4992ac4ea6c10af7dd583 by mschrag
remove debug for now

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4992 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fb7c60f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
Commit 0b2b8d8f489aea71133639aed2810020e8a2dddd by mschrag
name position was off by one

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4993 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0b2b8d8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
Commit 252cf96a0c8ab902dfc029e72fa57aaeaca6dea1 by mschrag
don't refactor name if it isn't changed

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4994 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 252cf96)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodBinding.java (diff)
Commit 2064986ae8abe66d10a55490789d15de03437e83 by mschrag
editable binding names in inspector

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4995 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2064986)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
Commit 21296722fa587a29a4a2eaad23b6c4fc347eab31 by mschrag
more binding inspector refactoring

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4996 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2129672)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RemoveBindingRefactoring.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCompletionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/ITypeOwner.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelObject.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodBindingValueHyperlink.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKeyPath.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodBinding.java (diff)
Commit 4c08c71d85f803d53fec26c2acc2f51c5cfbe8cf by mschrag
prevent NPE's

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4997 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4c08c71)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKeyPath.java (diff)
Commit 38724c0ce4fc8f639e24e4b10a5d7f63f7ce202a by mschrag
allow null selected key paths

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4998 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 38724c0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
Commit ce68f113e9c4bc53dc85a5352f7d9a8784da7c0c by mschrag
prevent NPE's

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@4999 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ce68f11)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCompletionProposal.java (diff)
Commit 0044470d66d9f2f7176705051e74149ee0cb7fee by mschrag
delete tag refactoring

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5000 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0044470)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/DeleteComponentRefactoring.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/DeleteTagAction.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCacheEntry.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/DeleteTagRefactoring.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/HtmlElementCache.java (diff)
Commit c051842fdef9ac02a06cb2b69f22b20e6c3d5707 by mschrag
delete tag / unwrap tag

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5001 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c051842)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/DeleteTagAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/UnwrapTagAction.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/DeleteTagRefactoring.java (diff)
Commit ad5b3087462dcc932131d541cbcf427045e5b0b7 by mschrag
add unwrap to menu

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5002 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ad5b308)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
Commit 840174b50b7e0ed7b2a8d5724ce4ab400f27e4ee by mschrag
# => javascript:void(0)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5003 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 840174b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
Commit e5425dd016a0c4181d63712c36fae47285c1994c by mschrag
don't trigger drop unless it's still within the bounds of the drag item

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5004 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e5425dd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/AbstractBindingsDropHandler.java (diff)
Commit b3d3edd619364bdecebc4ebbd9ad071722ab1182 by mschrag
moved WOBrowserColumn features lower

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5005 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b3d3edd)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/TypeDepthComparator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit bd5a78c0e48ac2525ef537dcd33724dde4de2746 by mschrag
use new generic versions + don't expose weird storage of keys inside column

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5006 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bd5a78c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowser.java (diff)
Commit cf6c7ac7d1bfae67cbd5d23ea4366d8de84baf2c by mschrag
close any channel we open during SQL gen

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5007 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cf6c7ac)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
Commit 384bae419fb0ab99f6cc5ca0d9bc36d3596275ab by mschrag
skip generic array return values too

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5008 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 384bae4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit c2a9a38dec3a0e7a0ee1a66c18e3051bea71f9e1 by mschrag
skip over all field names properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5009 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c2a9a38)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit b8d34d81b0848c39d750440ee1ed586c1e8bfa6d by mschrag
whoops, that was wrong in Java regex

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5010 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b8d34d8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 7fb9767478b3063528034cc6871ab77651ce5e71 by mschrag
oh, it just wasn't escaped properly ... my bad

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5011 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7fb9767)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 40652ea41407f646ff11351731cc669c534e6ad0 by mschrag
prevent NPE's on shutdown

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5012 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 40652ea)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit 49423e31160fb5bc650b87c4b82e00eab498c37b by mschrag
prevent NPE's on shutdown

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5013 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 49423e3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
Commit c8fd5a657e3053d8edf2294859d678af253b6a94 by mschrag
connected/unconnected images

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5014 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c8fd5a6)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/icons/unconnected.png
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/icons/connected.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/ComponenteditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsPopUpMenu.java (diff)
Commit ea9332dbc810e6657e4e7fdbf2923567a562962a by mschrag
make required bindings a red version of the icon

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5015 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ea9332d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/ComponenteditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsPopUpMenu.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/icons/unconnectedProblem.png
Commit 932d54c3ce2ab5e67753bcd2163062f261170196 by mschrag
adds an _EntityModeler flag into the model userInfo at creation time to notify plugins that they are running within Entity Modeler

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5017 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 932d54c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
Commit 0bc56d49bf39a5b25b5fea77e18fb7ac35bac052 by mschrag
commit NPE fixes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5018 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0bc56d4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/ProjectNaturePage.java (diff)
Commit 68a0b1d4fec50e1723d08b43064430b554d3873c by mschrag
mark the last modified of an api file before trying to parse it, in case there is a parse exception

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5019 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 68a0b1d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiModel.java (diff)
Commit 0d0882e0f660269f85507b3bc1e8ac17cca4c6ba by mschrag
only refresh if there wasn't an exception? maybe this will fix that infinite loop

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5020 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0d0882e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
Commit c0172887865d8aacebe7b461d33f57f8385cc54c by mschrag
consider broken API to be missing

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5021 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c017288)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
Commit 739f46fc94e09ed32b4853a67dd0abb56eefe5cf by mschrag
cache invalidator invalidates api files immediately now

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5022 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 739f46f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
Commit 9683389acdeb874faa40d35146cad5ef61cb2086 by mschrag
catch browser failure

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5023 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9683389)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/HtmlPreviewEditor.java (diff)
Commit bc1405bd0894724569757e6fa9ec903a60cebf2f by mschrag
proper sort implementation

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5024 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bc1405b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOJavaElementComparator.java (diff)
Commit 14e1cd5d3e6025367ec82f249e3b8af66af9dfe3 by mschrag
added getName() to LocalizedComponentResults

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5025 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 14e1cd5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/result/LocalizedComponentsLocateResult.java (diff)
Commit bb1a269bef350389c118ff5091b6357fe4ad9c84 by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5026 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bb1a269)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/ApiEditor.java (diff)
Commit 58d5ecc41145dc42006ef2b07d2be90b3fce9fad by mschrag
bunch of fixes to fix crazy NPE's and OutOfBounds errors when you try open an API file that has no corresponding .wo

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5027 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 58d5ecc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorInput.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorInputFactory.java (diff)
Commit c245507698d5806d5c79008d01cacb0fdd7178b2 by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5028 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c245507)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/HtmlPreviewEditor.java (diff)
Commit 97e8421cc252fed582b624dd8041f38ffbef28d5 by mschrag
collapse the tabs if there is only one

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5029 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 97e8421)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
Commit e8da53ed418239992ee9c436387ca069976fd3bc by mschrag
oops .. wrong api

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5030 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e8da53e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
Commit 765de2ffaa7ec98273efc811112d3a196ae59c6a by mschrag
don't show preview if there are no components

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5031 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 765de2f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
Commit 00039051a0e72b235f63ffd737e8ff00d041e22b by mschrag
put the tabs on top

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5032 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0003905)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
Commit 3d754bfddcf3bf8932babfd42577bb5a7bd133b3 by mschrag
lots of fixes and cleanup on the API editor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5033 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3d754bf)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Unbound.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Binding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Or.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Settable.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/AbstractUn.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Bound.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/ApiEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingsPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Validation.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/AbstractValidationChild.java
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/AbstractValidationContainer.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Unsettable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingDetailsPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/IValidation.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Wo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Ungettable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Gettable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Count.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/AbstractNamedValidation.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingsPageBlock.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/And.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Not.java (diff)
Commit 6071b9081ab6320a31c080d8b5bba4010d108069 by mschrag
put a space in the name

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5034 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6071b90)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
Commit f907ee70e3b49529551ace37d67d017d881a4b60 by mschrag
allow null entity

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5035 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f907ee7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
Commit 03f8b239f46ffd784abdcaa8cd22282bcad6f9bb by mschrag
new style + misc fixes for weird border cases and partial data saves

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5036 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 03f8b23)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupPageBlock.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupDetailsPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupPage.java (diff)
Commit e098188535ed8a9e6b6a6972c489be253027c7e2 by mschrag
adjust button style to match API

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5037 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e098188)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupPageBlock.java (diff)
Commit e55e4b0c6ce3c6934c2cf8ea8777e8410c82dee2 by mschrag
keep the drag line around until the complete drop workflow is over

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5038 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e55e4b0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/IWOBrowserDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDragHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsTextDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsPopUpMenu.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/AbstractBindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
Commit fb9f269d069f13627a54c55070d87e095a612a04 by mschrag
work some on style sheets

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5039 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fb9f269)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/PreviewRenderDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/TagDelegate.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/tags/ERXStyleSheetTagDelegate.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/tags/WOImageTagDelegate.java (diff)
Commit 569c805d0dd5cfe73518d9d989f31b3162fcd423 by mschrag
added generics

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5040 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 569c805)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/project/IProjectAdapter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapter.java (diff)
Commit dfa7b53deb01442d8735324c4518411f9f13e411 by mschrag
add access to ITypes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5041 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dfa7b53)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/TypeNameCollector.java (diff)
Commit c2556fa5894b8805cacbfb20f10308914999c0ee by mschrag
clean up variable naming

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5042 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c2556fa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit 2d610d557b55418792e4cc3090de50d531cea4e7 by mschrag
added implementations of all of the API defaults

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5043 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2d610d5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
Commit d78d9715a4c27f049b83e2629dd54ddc63b8ec0c by mschrag
fix NPE's when there is only an API editor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5044 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d78d971)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspectorPageBookView.java (diff)
Commit 8b4609b33f436e018d41c7b33446e52c82d4797f by mschrag
support for editing standalone html files (outside of components)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5045 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8b4609b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorInputFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorInput.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorFileEditorInput.java (diff)
Commit aaa9fec83647dd8a1ef1a2245412c157a704caac by mschrag
make editor name the html file name if it's only the html file

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5046 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: aaa9fec)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorInput.java (diff)
Commit 292f585a01b0c7495469b18725ded09a479725d8 by qdolan
Fixed broken keyboard nav handling for component name combo

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5047 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 292f585)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/ComponentLiveSearch.java (diff)
Commit 86d17526d39efcc50fb0248e27b58f09c20eec55 by qdolan
Added type ahead completion for unique matches.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5048 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 86d1752)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/ComponentLiveSearch.java (diff)
Commit 50c51c44050a4bfaa4055efe4436ddeac4a3e460 by qdolan
Sort component name proposals

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5049 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 50c51c4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/ComponentLiveSearch.java (diff)
Commit f8aefb30f15fd9b1e938defaeed0f72afed47922 by qdolan
Fixed display groups from disappearing when entity has been renamed in the model. (no validation for this yet)
Cleaned up unnecessary overrides from woo validation cache

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5052 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f8aefb3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WooCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODatabaseDataSource.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java (diff)
Commit 68ee964bd69d18a363dad123a3c1c63b04c797a2 by mschrag
Add support for dropping/creating indexes
Add support for preventing 5.4 NPE's with models that have no connection dictionary
Add support for toggling "inEntityModeler" generation

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5053 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 68ee964)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGeneratorFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/IEOSQLGeneratorFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateSQLDialog.java (diff)
Commit 07a6793cd091d0a2176d204b50f12c6302e95ffa by mschrag
support for relative paths when you're running veogen standalone

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5055 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 07a6793)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
Commit a1b2e56920e21021457b2580cef161d5621e6c0f by mschrag
use last index instead of first index of . for file extension

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5056 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a1b2e56)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/MiscUtils.java (diff)
Commit 09dabbb865f9556b46079e64779ff8c3bf34eded by mschrag
Andrew and Lachlan's patch for WOL-762 (loading EOModels from jar files)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5057 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 09dabbb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/EclipseFileUtils.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/URLUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
Commit 76952dc02862d2a44b25364378170273489fd71f by mschrag
they don't have a Versions/A for me ...

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5058 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 76952dc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
Commit 9730195b5b43dd0085a03639aa2b180eb41f78c2 by mschrag
WOL-741 - entity.getClientClassAttributes() and entity.getClientClassRelationships()

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5059 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9730195)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 3b5ee804ee07243f2d3046f97284c0170a1085bd by mschrag
case insensitive sorting

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5060 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3b5ee80)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/PropertyListComparator.java (diff)
Commit c92e070991a65ed893e15d2e2e914ac3592734bc by mschrag
generic

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5061 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c92e070)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/kvc/KVCComparator.java (diff)
Commit 98c271973e4ffbc9ba0c0d3683fbbef295156289 by mschrag
add methods to retrieve to non-prototype entities

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5062 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 98c2719)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
Commit 0750be002a2ef3feae4393f0bacf9884e85a011f by mschrag
sort the list of models in the relationship wizard

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5063 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0750be0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EOModelListContentProvider.java (diff)
Commit 5f7cd29c64ab7e32ef0e263c2dd1974ad174e965 by mschrag
exclude prototype entities from the various entity lists

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5064 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5f7cd29)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EntityPicker.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityListContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/SubclassEntityDialog.java (diff)
Commit 06ba544d1b7405a2578a63d2e66626a698cb523a by mschrag
client class to-one and to-many

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5065 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 06ba544)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 54da8664b95fccb2a0f6f0f635969905bb219b3c by mschrag
NPE fix

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5066 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 54da866)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
Commit c20261105c87485a0378f7061908e45ff05c51f8 by qdolan
Fix live search to work (almost) the same on windows and osx

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5067 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c202611)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/ComponentLiveSearch.java (diff)
Commit 4e8412251aafc7fbc07a1df8e96f9875a509be8b by mschrag
add fancy attribute/entity name syncing (understands column/table prefixes, camel case, upper/lowercase, etc) + mark related models dirty when changin entity names

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5068 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4e84122)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/NameSyncUtils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit 192f0302f5228934a4a9e7ec7273d3402f3e4312 by mschrag
mark models of child entities dirty when the entity gets renamed

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5069 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 192f030)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit fbab62e52479b63c8b87c9aa21dc023eb156e0a5 by mschrag
properly refresh the properties view when adding an entity and you're already in edit mode of another entity

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5070 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fbab62e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit f1ce9e4cbc0065e7ffe25a455d408210573834cc by mschrag
alternate camelcase method that does not lowercase

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5071 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f1ce9e4)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtils.java (diff)
Commit b9ccb4a216c85ee500eba5647fc37b1a8f8fc3ec by mschrag
fixes broken regular framework model loading

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5072 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b9ccb4a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit 380971a59667a40237446808f81fbb178c18e119 by mschrag
removed commented chunk

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5073 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 380971a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit 87d9465d45736756f98e3aee5bcf00233f80a85f by mschrag
added optional parentClassName to override an entity's _File's parent class per-entity

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5074 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 87d9465)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_Entity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_Entity14.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
Commit 486be96ce8eddeac897ee88d488cce6b19d9ecae by mschrag
add referencing entities to eomodeldoc

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5075 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 486be96)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/eomodeldoc.css.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/entityContent.html.vm (diff)
Commit d1fc5cd9dd1a9d040107a5d413c7d0b88dc521f4 by mschrag
removed debug

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5076 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d1fc5cd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 6ae93d569de28f647c814c3d564da9c32615a5ca by mschrag
default the source model to be selected in the destination model picker for new relationships

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5077 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6ae93d5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EntityPicker.java (diff)
Commit 29715d67cc4706487e5ca3ca6f26806791b59f0e by mschrag
removed debug

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5078 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 29715d6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/NameSyncUtils.java (diff)
Commit f81c93586a99b75d5cb57d135eb560909db68326 by mschrag
split out guessing

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5079 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f81c935)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit ee925cd2495bc04efceeaee72ca6afc9648f2628 by mschrag
sheesh that was a lot of work ... re-laid out, added support for setting the column name in the relationship wizard

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5080 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ee925cd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
Commit 740a9aff8c12af0c1f0d543aecb8a28620032e98 by mschrag
show entity subclasses underneath entities

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5081 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 740a9af)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelOutlineContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelOutlineViewerSorter.java (diff)
Commit 9f7225d3cd747e05fb54bb909aa1f8699b5ea507 by mschrag
make pk's green and non-class lighter gray

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5082 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9f7225d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/eomodeldoc.css.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/entityContent.html.vm (diff)
Commit 96c393a87e970070b43fa335d4c55d816501544e by uli


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5083 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 96c393a)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF (diff)
Commit 910a3d345182fd2f3e071f7f6b60d9f2f6d583ad by uli


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5084 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 910a3d3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/META-INF/MANIFEST.MF (diff)
Commit f46f312ea20fd0fd338659a90faa59379556ee4c by uli
build with java vm 1.5 or greater

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5085 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f46f312)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/antlauncher/internal/DefaultAntlauncher.java (diff)
Commit 7d001eb76447ffa5121d2e6c65089a368ba584b5 by mschrag
removed JavaXML from default frameworks

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5086 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7d001eb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.frameworks.wo.wosystemroot (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.frameworks.wo.wosystemroot (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.frameworks.wo.wosystemroot (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.frameworks.wo.wosystemroot (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath (diff)
Commit 49a40ba10d380eaa4aff57d826ed7952671829d9 by qdolan
Handle cache invalidation when existing components .wo folder is removed and recreated.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5087 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 49a40ba)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
Commit be2fadeae8e9b9032b6f574e88667b5b6dc45386 by qdolan
Fix patternset matching bug on windows.
Ant's matchPath() assumes the pattern and path fields use the native path separator. To maintain consistency across platforms we map the '/' separator to be the platform native one as it is passed to ant's matchPath() method.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5088 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: be2fade)
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/pattern/PatternsetMatcher.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/pattern/Pattern.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/pattern/PatternsetMatcher.java (diff)
Commit ca56d87b9ffd4f553ac277a9d6773034d7322222 by mschrag
added option for REST adaptor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5089 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ca56d87)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/DatabaseConfigSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/RESTConnectionDictionarySection.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODatabaseConfig.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/AdaptorNameContentProvider.java (diff)
Commit 18783babf281524fe829c08e8571b9ec1fc2d3d3 by qdolan
Refactored EO classes in WOO editor over to eomodel plugin
Moved charset constants and NS charset conversion into CharSetUtils
Added package and component location prediction to WOComponent creation wizard
Added filename validation to WOComponent creation wizard
Fixed typo in .settings of project templates when setting the encoding type of /Components
Removed option to create woo file from WOComponent editor. It now gets created when the chosen charset is not UTF-8.
Extended TemplateDefinition to support character encoding.
Fixed WOComponent creation and template merge process to actually create components with the selected encoding type.
References to NS* charset strings are now converted to java charsets before .woo file creation. They should probably be removed from the UI to match.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5090 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 18783ba)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataSourceFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODataSourceFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/AbstractEngine.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODatabaseDataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wocomponent/wocomponent.woo.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/Components/Main.wo/Main.woo (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODisplayGroupSortOrdering.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.settings/org.eclipse.core.resources.prefs (diff)
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/CharSetUtils.java
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODataSource.java
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODatabaseDataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/TemplateDefinition.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ComponentEngine.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.settings/org.eclipse.core.resources.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODisplayGroupSortOrdering.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODetailDataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Components/Main.wo/Main.woo (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/EODetailDataSource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wocomponent/wocomponent.html.vm (diff)
Commit da08e7190e66a4caf3f195fa8b0a8c1de5d8748a by qdolan
Added settings file to set encoding defaults for /Components in non wonder projects

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5091 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: da08e71)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.settings/org.eclipse.core.resources.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.settings/org.eclipse.core.resources.prefs
Commit fed8193527a9bba312c676a3f0b22f612190895a by qdolan
Fix missing null check in .wo folder identification.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5092 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fed8193)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/AbstractEngine.java (diff)
Commit d96ce27ec7dcc7e9bb8adf24d908f4082b935ecd by qdolan
Remove stray println.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5093 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d96ce27)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/AbstractEngine.java (diff)
Commit 8cd3ce6e912b3c72f754f855475ff5def82a40f6 by mschrag
Bring back JavaXML ... It's not the future yet, so we need it still in 5.3

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5094 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8cd3ce6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.frameworks.wo.wosystemroot (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.frameworks.wo.wosystemroot (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.frameworks.wo.wosystemroot (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.frameworks.wo.wosystemroot (diff)
Commit 19cac61aa5388be66cf45605ab4171ac7a5e0bb7 by qdolan
Added error message support to name validation.
Validate on compilation unit name instead of type.
Fixed possible NPE when there are no existing components.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5095 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 19cac61)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit df46056c001061250d2685a0601b3f8604908068 by qdolan
Added WOComponent rename refactoring contribution.
Integrated refactoring action with Refactor -> Rename... menu item (where possible)
Added "Refactor->Rename WOComponent... " object contribution to context menu.
Modified WOComponentRenameParticipant to use new refactoring change to build the changeset.
Renamed WOComponentRenameParticipant to maintain consistent naming.
Modified component rename logic to rename files instead of copying/delete with a new folder to maintain SCM metadata.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5096 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: df46056)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOPackageExplorerPart.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentParticipant.java
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/actions/RenameWOComponentAction.java
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentProcessor.java
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentRefactoringContribution.java
The file was removedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/WOComponentRenameParticipant.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/refactoring/actions/RenameWOComponentAction.java
Commit 686f10fbe0c22c4b2353c0809df81ad68ed7b091 by qdolan
Handle case where invalidated component has been deleted

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5097 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 686f10f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit 5e761d6035144ef113d7234884a170aa85a6b1dc by qdolan
Added listener logic to rename newly added WOComponents content files if they don't match the component name. This handles the copy/paste case as it is not actually a factoring. Perhaps this could be done as a retarget action in WOPackageExplorer, but this is much easier for now.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5098 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5e761d6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
Commit ea06311425252a44ea4acfe055386a804c72deaa by qdolan
Fixed indentation.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5099 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ea06311)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
Commit ff5d32e39accac419da87a8fa3f99515a5fe3507 by qdolan
Fix name passing to wocomponent rename change and shortcut validation so that undo works.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5100 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ff5d32e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentParticipant.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java (diff)
Commit 8a3ffb1d7e67ac037092e43e58e0511abfc11572 by qdolan
Fixed WO/API/EOModel text decorators to pass through SVN annotations.
Fixed possible NPE in as yet unused groovy file renaming code.
Removed stray println from woo model
Stop listener from renaming WOcomponent content files if they already exist

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5101 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8a3ffb1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/decorator/APIDecorator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/decorator/EOModelDecorator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/decorator/WOComponentDecorator.java (diff)
Commit 9121fbac777e385947cc17344a0876bf74814036 by qdolan
[WOL-761] Fixed '\' handling of non quote characters in FuzzyXML parser.
Reenabled encode/decode of escapable HTML/XML characters in unquoted strings.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5102 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9121fba)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 99e5350740fc15c69da6576fbb155f803cfa34ba by qdolan
[WOL-484] Added <pre> tag support to FuzzyXML

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5103 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 99e5350)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLPreImpl.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 830015881925f7914fe618e4f3c9856703f56fc8 by qdolan
Fix plugin build order to satisfy new dependency.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5104 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8300158)
The file was modifiedwolips/plugins/build.xml (diff)
Commit 3801da58e0e717d30d01993075d375890d438b82 by qdolan
[WOL-754] Made component type name validation case sensitive.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5105 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3801da5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
Commit c362c31b6282a765304628a2e8a4fed9f0474110 by qdolan
[WOL-482] Stop parsing of tag attributes from generating extra elements in toXMLString()

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5106 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c362c31)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
Commit 1eef770ee317edfc26e400a23869f07c265c450f by qdolan
Limit the chances of ComponentLiveSearch from replacing input text with old suggestions that no longer match

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5107 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1eef770)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/ComponentLiveSearch.java (diff)
Commit da19ef0303fae03319e06b6d28d19c509bb1bccc by qdolan
Fix stray comments from disappearing on reformat if they have no parent node 

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5108 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: da19ef0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 44655cd2696bca289f56b1f27f54e693c95278ba by qdolan
Rewrote FuzzyXML getSpaceIndex logic to return the shortest match rather than the first found match.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5109 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 44655cd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
Commit 8f33dfa16d1d41dfffe0bb90b4ca8d5a40437b50 by mschrag
take out qualifier key validation for right now

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5116 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8f33dfa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
Commit 451d52f59e3849d34e2f3e4ba39a7b9846975355 by mschrag
fix layout

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5117 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 451d52f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
Commit 7209f855471efb2ac0fe76ffc42e62ad9488dd95 by qdolan
Completely rewrote HTML formatter logic
Removed formatting logic from FuzzyXMLElementImpl and implemented as a HTML rendering delegate.
Added FuzzyXMLScript node to allow  handling of script tags differently from regular textblocks.
Added left align block indent to FuzzyXMLCommentImpl
Implemented temporary format preserving block indent for script contents (in WOHTMLRenderDelegate) needs a real JS formatter
Implemented css formatter using ss_css2 parser
Moved ss_css2.jar from tkhtmleditor up to wodclipse.core
Added "Format using sticky WO tags" option to WOLips->HTML Editor->XML preference pane
Added FuzzyXMLFormat interface so nodes can implement their own non breaking and hidden logic
Added FuzzyXMLFormatComposite class to compose formatting logic for all known node types into a single class API.
Fixed FuzzyXMLParser to not create empty hidden nodes. (they were appearing in Component Editor outline view)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5118 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7209f85)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLCommentImpl.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLScriptImpl.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/AbstractFuzzyXMLNode.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLFormatComposite.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/lib/ss_css2.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/build.properties (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/lib/ss_css2.jar
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLFormat.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLPreImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/HtmlCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/XMLPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/AbstractRenderDelegate.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/HTMLPluginResources.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/FormatRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLText.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLDocTypeImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLTextImpl.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/WOHTMLRenderDelegate.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/CSSStyleSheetFormatter.java
Commit 50da90c72a61dae0eeb2880947bc4761fd9435c8 by qdolan
Fix CCE when adding a new component when the project folder is selected.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5120 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 50da90c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit 32cc0fd161d24155cb94887d955e346dece9517f by qdolan
[WOL-781] Persist prepend get method option in Add Key dialog between uses.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5121 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 32cc0fd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyDialog.java (diff)
Commit 8112faf26763b9465dfd7f3946f1112b4ee09e30 by qdolan
[WOL-782] Add Key with no accessor or mutator method now creates a public ivar

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5122 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8112faf)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyOperation.java (diff)
Commit fd47535de77af5a93f528fd139c05619fe766881 by qdolan
[WOL-725] Fixed Add Attribute button text to use correct resource
Modified button grid layout data to autoscale rather than use a fixed width

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5123 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fd47535)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/XMLPreferencePage.java (diff)
Commit 13defb21b527fcb815a3410a7e28d6b84a4bfdea by qdolan
Temporarily disable the CSS formatter until it can correctly handle comments and WO tags.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5124 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 13defb2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/WOHTMLRenderDelegate.java (diff)
Commit eff00c5f30180ff073a5888c5b40be948b88af3e by mschrag
perform component validation in a background thread

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5125 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: eff00c5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/AbstractCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/HtmlCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCompletionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
Commit 7d84ded60a2b2b164f3cebadd2b7c22283da5c6b by qdolan
Added category "Scripting Support" to site.xml
Added "Groovy Support" feature
Added groovy editor contribution plugin in Groovy Support feature
Added groovy support to related view content provider
Fixed typo in jprofiler build file

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5126 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7d84ded)
The file was modifiedbuild.xml (diff)
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/build.xml
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/java/org/objectstyle/wolips/groovy/ui/Activator.java
The file was addedscripting/features/build.xml
The file was modifiedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/build.xml (diff)
The file was addedscripting/features/org.objectstyle.wolips.groovy.feature/build.xml
The file was addedscripting/features/org.objectstyle.wolips.groovy.feature/feature.xml
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/.classpath
The file was addedscripting/features/org.objectstyle.wolips.groovy.feature/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOLipsResource.java (diff)
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedLabelProvider.java (diff)
The file was modifiedupdate/local/site.xml (diff)
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/plugin.xml
The file was addedscripting/plugins/build.xml
The file was addedscripting/build.xml
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/.project
The file was addedscripting/features/org.objectstyle.wolips.groovy.feature/feature.properties
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedView.java (diff)
The file was addedscripting/features/org.objectstyle.wolips.groovy.feature/default.properties
Commit 474f9dfd6f2cd79287a158ede83c7a157f691fc5 by mschrag
hopefully should prevent deadlocks by not running the entire validate process in a lock

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5127 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 474f9df)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit c2182a9777a17bc207c3fefd79f9bcea01302bff by mschrag
this isn't the source of the lock, but just removing possible contention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5128 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c2182a9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit fc1852fa30195256189cdf35f25bcca1e2cdf7d1 by qdolan
Added FuzzyXMLStyleImpl to handle style tags
Added JavascriptFormatter (to be completed - currently disabled)
Modified FuzzyXMLParser to handle Style and Comment tags better
Modified AbstractRenderDelegate to default to outputting the content in its original format
Disable CSSStyleSheetFormatter for now
Modified FuzzyXMLCommentImpl to correctly render content and capture embedded tags for display in outline view.
Cleaned up repeated code in FuzzyXMLFormatComposite to wrap and unwrap delegate using common methods
Modified FuzzyXMLElement.toXMLString(..) implementation to use getValue(..) method to obtain embedded content.
Added clone support to RenderContext.
Major changes to WOHTMLRenderDelegate
  - Basic block formatting of Script & Style has been pushed out into the respective nodes. Can now use getValue() to obtain the content for formatting
  - Pre / Post tag indentation has been tweaked (and will probably need further experimentation)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5129 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fc1852f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLPreImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLScriptImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLFormatComposite.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/RenderContext.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/WOHTMLRenderDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLCommentImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/CSSStyleSheetFormatter.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/JavaScriptFormatter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/AbstractRenderDelegate.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLStyleImpl.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
Commit b8cd26f8c48d8485a5eaedec2217a7458c4a93b5 by qdolan
Fixed logic error in comment end tag handling

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5130 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b8cd26f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLFormatComposite.java (diff)
Commit 4522229b16a654f3192b00342139232f443c196f by qdolan
Fix for trailing tag not starting on next line.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5131 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4522229)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/WOHTMLRenderDelegate.java (diff)
Commit 355f24d2894f2ba22e4ecdcabe947f49f94b4b1f by qdolan
Fix multiline text block indent.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5132 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 355f24d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/WOHTMLRenderDelegate.java (diff)
Commit 703a9e30c56492e1756c02d78e601d03f809da0f by qdolan
Make html context assist honor space around equals preference.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5133 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 703a9e3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
Commit 116ee251d1bb6104a4377e5b58788175e31632ea by qdolan
Stop html refactoring from repositioning the cursor on completion.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5134 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 116ee25)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/QuickRenameRefactoring.java (diff)
Commit 6f4230cff198beb854634b6e66364c8156e6d12d by mschrag
prevent NPE's when you close a project w/ background validation

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5135 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6f4230c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
Commit 1d3e7d8a3b5bd36e62d193f1401f7f1ce6d205cd by qdolan
WO defaults to using System.getProperty("file.encoding"); when no .woo file exists. This is platform dependent.
Component encoding handling modified to always create a woo file if none exists.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5136 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1d3e7d8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ComponentEngine.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit aa8e5a405081a3dba119ac964c62af30e1930906 by qdolan
Fixed bug in autoclose tag handling of hidden text.
Refactored WOHTMLRenderDelegate logic to be more readable.
Fixed some minor quirks in handling of elements following text (hopefully without introducing new ones).


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5139 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: aa8e5a4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/WOHTMLRenderDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLTextImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLScriptImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLStyleImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLFormatComposite.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
Commit 78eedfaf52e3a0167fc4ba525943a5a8fdfa66af by qdolan
Fix NPE in WodParserCacheInvalidate where .java files outside the project classpath were being processed.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5140 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 78eedfa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
Commit f6b17a2ad591530e440d7ac544fc7864a3eb2d80 by qdolan
Fix JavaModelException when trying to inspect java files not in the classpath.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5141 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f6b17a2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/result/LocalizedComponentsLocateResult.java (diff)
Commit f716b4079a61592a2adc80bf9e4798d9ab243832 by qdolan
[WOL-777] Force EOModel creation wizard to open model in a new window if the option is set.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5142 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f716b40)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreationWizard.java (diff)
Commit 39ac87626d4b0bb8378b32ce03311db30f9576bc by qdolan
Change tag regex match to handle comments with no spaces between the comment header and an embedded  start tag

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5144 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 39ac876)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 3fea08efee96ccb301c457dfcdc6dae409bd3d6c by qdolan
[WOL-605] Fix missing "Editing Text" context keyboard bindings in component editor.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5145 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3fea08e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/plugin.xml (diff)
Commit a287527746088c094ff949144865b0d450f6bc93 by qdolan
Added RenameWOComponentWizard rather than using RenameResourceWizard (needed for Eclipse 3.4)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5146 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a287527)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/refactoring/RenameWOComponentWizard.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/refactoring/actions/RenameWOComponentAction.java (diff)
Commit 5c2973918935b3d0e7a3ec22507f7c79472dffed by mschrag
allow for fully qualified type names in WOD files

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5147 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5c29739)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
Commit b141dd0d93718b51539aec0a806ec7b2797f5a1e by qdolan
[WOL-805] Remove possible incomplete final close tag before parsing comment

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5148 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b141dd0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit ef1112e1f1c1f3173aca38b5e50e0a473d5c0707 by qdolan
Handle self closing style and script tags.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5149 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ef1112e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
Commit 2b03fa2f1e625e646f54c6f50025c9cc3aaebd12 by qdolan
Removed stray debug code

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5150 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2b03fa2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 41f74ed21c4235648a1e87ddc9b2b29c9be0ea42 by hprange
[maven-release-plugin] prepare release woproject-all-parent-2.0.14

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5152 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 41f74ed)
The file was modifiedpom.xml (diff)
Commit 262509b305da9cf7c82eab27581c1d0ff81d541a by hprange
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5154 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 262509b)
The file was modifiedpom.xml (diff)
Commit bcef05414e33f98b9c55ad00bedb29723622975b by mschrag
support for completion in OGNL

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5155 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bcef054)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateAssistProcessor.java (diff)
Commit 35c41a6584d83b4e007581fb0f4d6fd8e4dd6763 by mschrag
fix for the stupid lingering bug that completion won't work on values of an attribute that aren't known (like an html attribute passing through on a WOGenericContainer, for instance)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5156 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 35c41a6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
Commit a8f5bdddc0f4ce1ac73f525c9faf08e6e699e5e2 by mschrag
cache image descriptors

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5158 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a8f5bdd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/labeldecorator/ResourcesLabelDecorator.java (diff)
Commit e53088ce2a7f7f33e5727a90651ef8a28064c405 by mschrag
more performance optimizations

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5159 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e53088c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/labeldecorator/ResourcesLabelDecorator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapterFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectPatternsets.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/pattern/PatternsetReader.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/pattern/PatternsetMatcher.java (diff)
Commit c2dbca94f91803fd3f68f8ccbff44f12ec4b6c74 by mschrag
remove printlns

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5160 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c2dbca9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
Commit e889e4ea300921104377ca28991791b7ff73cbbb by mschrag
fixes for removing empty validation element for required and willset

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5161 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e889e4e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Unbound.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Unsettable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/AbstractApiModelElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Ungettable.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Validation.java (diff)
Commit 6b36b04b5fb0d9fcbb67c2ed58a809d68d742375 by mschrag
add selects the newly created binding

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5162 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6b36b04)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingsPageBlock.java (diff)
Commit dcd8e248c4668e0f515447129ad0c4dc4709907a by mschrag
soooo .. that's unnecessary

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5163 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dcd8e24)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit 0d7683296eddd7407ed1e8ac3af65f9df87c9021 by qdolan
[WOL-807] Fixed incorrect detection of pre tags
Improved handling of script / style tags
Improved parsing of pre block contents

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5165 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0d76832)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLPreImpl.java (diff)
Commit a6c2efc6e8851dbbcd5527dd0a4d44b58d4b3706 by mschrag
export the qualifier package

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5166 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a6c2efc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
Commit 33245c15ee85ac928d21f29cdaca02fc46c2da7a by mschrag
defensively close any channel that ended up open after we perform our operations

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5167 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 33245c1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
Commit 7c9320e14a555ba46c3666b6bed88764b4c2335a by mschrag
add .endsWith("Action") so we catch some additional common keypaths

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5168 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7c9320e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
Commit 78db526718bf0f95d9b3d8e3b63e48124178a0ff by hprange
Improved Rule Editor. Still an alpha version, but now it works for most cases. :)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5169 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 78db526)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestSelector.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/empty-file.d2wmodel
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/RightHandSide.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSideParser.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/lib/commons-io-1.4.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Qualifier.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestRightHandSide.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/listener/TableSortSelectionListener.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestQualifier.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/D2WModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/sorter/InvertableSorter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/RuleEditorPlugin.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractD2WModelChild.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSide.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/editor/RuleEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/editor/RuleEditorPart.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/no-rules.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/twenty-rule.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Selector.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/one-rule.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/sorter/AbstractInvertableTableSorter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/provider/TableContentProvider.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/lib/commons-lang-2.4.jar
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/MockRule.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractRuleElement.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/lhs-example.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/listener/D2WModelChangeListener.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractQualifierElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/listener/FilterListener.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/MockPropertyChangeListener.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/QualifierElement.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Rule.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/lib/junit-4.4.jar
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/provider/TableLabelProvider.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/sorter/TextSorter.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSideParser.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/sorter/NumberSorter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSide.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractClassElement.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestRule.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/filter/RulesFilter.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/listener/NumberVerifyListener.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestD2WModel.java
Commit a72393bcb432e669bae5e39b38a4adffa1704bf7 by hprange
Removing commons-lang lib. Using the one within cayenne library. Removing JUnit and commons-io from the plug-in bundle classpath.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5170 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a72393b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/lib/commons-lang-2.4.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
Commit 651689cf9c33723a4cc8c4af913878c4502e49ee by mschrag
Added the Common Class Property flag for Java Client eogeneration

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5171 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 651689c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/IEOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
Commit c6306038a02ef038ec6a19f64fb3d6e907f27e3d by mschrag
Support for adding qualifiers to aggregates, parsing and representing qualifiers with null subqualifiers (via new EOTruePredicate)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5172 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c630603)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOOrQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOAggregateQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifier.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOTruePredicate.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOAndQualifier.java (diff)
Commit 8e5d8c8d9cb46d530e881a620f3ac7254d0e89fa by mschrag
added common client property checkbox to relationship and attribute editors + renamed "parent class name" to "parent class override"

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5173 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8e5d8c8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
Commit b183ed20ea06a0f80449ecfd8cc4846de25419db by mschrag
the new qualifier editor isn't ready for use yet, but  I just wanted to get it committed

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5174 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b183ed2)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/OrQualifierType.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/KeyValueQualifierType.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/IQualifierType.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/AndQualifierTypeEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/EOQualifierEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/IQualifierTypeEditorListener.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/ExpressionQualifierTypeEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/AndQualifierType.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/SelectKeyQualifierType.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/ExpressionQualifierType.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/EmptyQualifierTypeEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/KeyValueQualifierTypeEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/IQualifierEditorListener.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/AggregateQualifierTypeEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/AbstractQualifierTypeEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/OrQualifierTypeEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/NotQualifierType.java
Commit e73470047a156691a06ecf6a849bb47071a3ff4e by mschrag
oops .. that part wasn't real yet

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5175 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e734700)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 772df6c4f039a1235731d00666c32d0634f7258f by mschrag
migration 0 generator

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5176 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 772df6c)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/icons/migration.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateSQLDialog.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/MigrationGenerator.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/migration.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/icons/migration.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateMigrationDialog.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/Migration0.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateMigrationAction.java
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/Activator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/plugin.xml (diff)
Commit ede3c813d069274c03c81e4644e5dc3098121c8e by mschrag
um .. yeah, so getting that boolean backwards wasn't helping anything

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5177 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ede3c81)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 6f60cebce6f99910ba1e1d63b3c4c7dc3a120b60 by mschrag
I say to-may-to, you say to-mah-to

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5178 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6f60ceb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 41d8dd5bb532c36e0a1abc0209ea9dc301f0efff by mschrag
added table import

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5179 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 41d8dd5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/Migration0.java (diff)
Commit f0294b6e5c3e12fb9f2ba8f187d614d3db7b3092 by hprange
OK. After some disappointing changes to make a correct package for Rule Editor, now it seems to work. Waiting for the next nightly build to test.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5180 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f0294b6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/lib/commons-lang-2.4.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
Commit 8b5662bbbc8a323245c80999877932f6b048f8e7 by mschrag
added a constant for the perspective id

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5183 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8b5662b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
Commit 4b4e23e0a0a882b5c9b6cdb70a4b33ef112bfc7a by mschrag
trying to make "Open Entity Modeler in New Window" behave closer to (I think) what people's expectations would be -- if you close the Entity Modeler editor, it should close the empty perspective window.  Also, if you switch editors (in a single window) from Entity Modeler (or to Entity Modeler), it should automatically switch perspectives for you.  Lastly, we provide a fix for the stupid Eclipse bug where they leave the wrong perspective selected on reopened windows.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5184 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4b4e23e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/PackageExplorerDoubleClickHandler.java (diff)
Commit c5cb4e296f18b1fcf3474b73509df94be54547be by mschrag
make index.eomodeld use the matching strategy

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5185 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c5cb4e2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelMatchingStrategy.java (diff)
Commit fe9ea656a13e90a1684fdf9b001fef0ec4226af2 by mschrag
don't open multiple windows for the same eomodel

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5186 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fe9ea65)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/OpenEntityModelerAction.java (diff)
Commit fdcc33c8daa89a62b5c8ca1a9011e48cbd774c74 by mschrag
support for null/nil values in KVQ

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5187 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fdcc33c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierParser.java (diff)
Commit ecad246af22ed85f1fdd81520ff7d42ce64d9d8f by hprange
Fixes for:
WOL-816 - wrong representation of dictionary with an array inside
WOL-817 - isEqual selector is not supported
WOL-815 - copy and paste creates a reference to original rule instead of a copy

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5188 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ecad246)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestD2WModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestSelector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/editor/RuleEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Rule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/D2WModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/QualifierElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Selector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/RightHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Qualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestRightHandSide.java (diff)
Commit d9a05835902c27c3dc1cfb0aa2805783d73d64b5 by mschrag
allow spaces in column and table names if you surround the name in []'s (to support SQLServer)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5189 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d9a0583)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit e90ba79482479163e1898bd3a0cf78e4a9071225 by mschrag
removed constructor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5190 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e90ba79)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelMatchingStrategy.java (diff)
Commit 6d5bd89874d4871c7a7b7d30b50161a45e65ceef by mschrag
added "common" variants of attribute/relationship accessors

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5191 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6d5bd89)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit a5f7e1485f5a45fd49ebb7537dfca03dee2f3c26 by mschrag
added java client common flag to eogenerator model, form, and eomodel render context

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5192 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a5f7e14)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelRenderContext.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
Commit b1638507837ede9d5412508dfc0d8cf3907e6c54 by hprange
Fixes for:
WOL-818 - Rule Modeler doesn't handle EONotQualifier correctly
WOL-819 - Rule Modeler doesn't recognize numbers on left hand side.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5193 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b163850)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSideParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractQualifierElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/QualifierElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/log4j.properties
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/rule-with-not-qualifier.d2wmodel
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestD2WModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSideParser.java (diff)
Commit 5aa41310d28a1c0468169d10b718ceab03db91e7 by hprange
The Left Hand Side value property was refactored and has your own class.
Trying to solve the ClassCastException when dictionary keys are numbers.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5194 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5aa4131)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/QualifierElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/RightHandSide.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestRhsValue.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractQualifierElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSide.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LhsValue.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/RhsValue.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Value.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSide.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLhsValue.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/rhs-with-number.d2wmodel
Commit 6c6b5de6fa11011fd09da23b27c48a7259c2d4e5 by mschrag
extend ERXComponent and remove those stupid "generated on date" comments -- i hate those things

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5195 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6c6b5de)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__componentsPackage_folder__/Main.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/DirectAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/Session.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/Application.java (diff)
Commit 7cc1e824083f3670019642712d9f5fdbf903d9e1 by mschrag
go to hell and die, invalid model state

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5196 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7cc1e82)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
Commit 4489de1fe217dfa5664a569db29a80fd48858429 by mschrag
lazily load model group info

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5197 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4489de1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyInfo.java (diff)
Commit 2e90581a8ee3a4c82d98f19f20ecd169f5e5197e by mschrag
switch to reusable getFieldName method

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5198 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2e90581)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyOperation.java (diff)
Commit 84b89ad8bf472c48dd8773e31549105d27a1c6fa by mschrag
track the original name of this display group to support refactoring

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5199 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 84b89ad)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java (diff)
Commit 67168687c0c9f39d1a2566516a1e18707643e089 by mschrag
refactoring support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5200 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6716868)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit 7f0a58375c0184d3f94ea47544bca9c401000ea1 by mschrag
refactor on save

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5201 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7f0a583)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
Commit b763f70f295289ea9aada7ea63dd1b555384cfb9 by mschrag
prevent IndexOutOfBounds while typing

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5202 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b763f70)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 529f0eef4325bb5a11ec92912cab1c78a8058595 by mschrag
close streams in finally's just in case

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5203 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 529f0ee)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
Commit f6ec01566da3b352aa3d1aeff8b8314dfe339bf2 by mschrag
this looks like i did a lot more than i did because of reformatting, I think, but mostly just added support for 5.4 syntax when refacatoring bindings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5204 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f6ec015)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodBinding.java (diff)
Commit ba1fe310f9c6db1c0f66382f913ee4edf8eb27ea by mschrag
extract delete tag refactoring into a reusable static method

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5205 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ba1fe31)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/DeleteTagRefactoring.java (diff)
Commit 4be2ad4851345fc0a36448757e57a41a9180ac79 by mschrag
only show the error if the destination entity has a single primary key

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5206 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4be2ad4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
Commit b31ad3f8278ef6933075444910e7f970316d7796 by mschrag
accidentally put the bracket exception on name instead of external name

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5207 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b31ad3f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 06dbfa386e5cf69cd34ec511fdf32bd23e2d929b by mschrag
* I hate the dependency graph of wizard + eomodel + eogenerator -- it's really weird
* Added support for "Load Model Group" checkbox on refmodels section of EOGenerator.  This allows you to just let the model group load instead of explicitly listing each of the ref models, which also solves many problems with relative paths (since most of the time it is relative paths in ref models which cause problems for people)
* Made the default setting for eogen files "Load Model Group"

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5208 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 06dbfa3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/java/org/objectstyle/wolips/eogenerator/jdt/EOGeneratorCreator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOGeneratorWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/CreateEOGenFromEOModelWorkspaceJob.java (diff)
Commit 73610da3ad0795f1fde17d036f1b6fefe0e30cb6 by mschrag
support for Wonder 5.0 packages

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5209 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 73610da)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit 090960d1dd7f0b00abd369f3a094cbc60fd1f507 by mschrag
Wonder 5.0 packages

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5210 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 090960d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/Application.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/DirectAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/Session.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__componentsPackage_folder__/Main.java (diff)
Commit 54a4948337ea91f44b8923357b9956eb32b270e4 by mschrag
import ERX foundation and eof

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5211 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 54a4948)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit 2586167b5b3305ad073d62cf76766066a2c082ee by mschrag
add localizer. to the default allowed keys

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5212 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2586167)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
Commit 569c39b7dd938554c70508dd5a2cadfb43e2cfc8 by mschrag
add nonCachingContext to validation rules (one more that Wonder uses)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5213 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 569c39b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
Commit 71ef3d5e740cb8def6d7de0f873b632139b08c2c by mschrag
added img and image shortcuts


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5214 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 71ef3d5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
Commit fba93600cc56018c0d58127c2c9e49e648de0c7e by mschrag
change the class name of the logger factory

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5215 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fba9360)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Resources/Properties (diff)
Commit 9b43e286b47d472272d8fd0590da754a62bc2bb9 by anjo
you can now generate SQL with only the plugin projects instead of jars loaded

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5216 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9b43e28)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
Commit d863dfa45261271390a2ebfaf7e06ea97014ca93 by anjo
better error reporting

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5217 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d863dfa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGeneratorFactory.java (diff)
Commit 6ba984b480fbce9610a4a0470474e247f647b76b by mschrag
classpath URL generator that matches what runtime will build

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5218 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6ba984b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions/WOJavaApplicationLaunchShortcut.java (diff)
Commit 3f9e31466615fb36ab7c1f7116ee26dd6f7fc70f by mschrag
construct SQL generation using the same classpath builder that launching uses + small fixes for cross-platform support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5219 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3f9e314)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGeneratorFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
Commit 9711657820a672e83765169f75343af071d5e5da by dlee
Apple Maven Plugin support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5220 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9711657)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/preferences/AppleMavenPreferencePage.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/actions/OpenWOMavenApplicationWizard.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/icons/woproject/woapplication_wiz.gif
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectoriesComponent.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/.settings/org.eclipse.jdt.core.prefs
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOAppleLicenseWizardPage.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenProjectWizardArtifactPage.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/default.properties
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/plugin.xml
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenDependenciesProjectWizardPage.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/AppleMavenPlugin.java
The file was addedapple/build.xml
The file was addedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/feature.xml
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/META-INF/MANIFEST.MF
The file was addedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/build.xml
The file was addedapple/plugins/build.xml
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/.project
The file was addedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/.project
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceConstants.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectory.java
The file was addedapple/features/build.xml
The file was addedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/feature.properties
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/build.xml
The file was addedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/default.properties
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceInitializer.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/.classpath
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/build.properties
Commit b19d7114d4726dce2d2acc4e4b2554d89be8de3f by dlee
Apple Maven Plugin support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5221 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b19d711)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/frameworkdeploy.xml.tmp
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/profiles.xml.tmp
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/WOAfile.icns
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/Info.plist
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/Properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/appdeploy.xml.tmp
Commit cba2233accf071cc90b09531a1d3d93d28312892 by dlee
Apple Maven Plugin support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5222 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cba2233)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/WOLipsContext.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/TemplateEnginePlugin.java (diff)
Commit 35fe528e5ac87074fc59075dde846dfdf4d27a20 by dlee
Apple Maven Plugin support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5223 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 35fe528)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelResourceImportPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WizardsPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/PackageSpecifierWizardPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/EOModelImportSupport.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/D2WebServiceApplicationWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/EOModelImportWorkspaceJob.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/AbstractProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/AbstractWonderProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/D2WApplicationWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/Messages.properties (diff)
Commit c1f6bbdfa239af679c5fb963028a2a43822aa3e5 by dlee
Apple Maven Plugin support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5224 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c1f6bbd)
The file was modifiedupdate/local/site.xml (diff)
Commit 2d416771773dbb804005fcb81206ae4385e5156f by dlee
missing Apple Maven Plugin reference

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5225 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2d41677)
The file was modifiedbuild.xml (diff)
Commit b7f2a73d404c0b20e92f1c14ebcedce82d02f85d by mschrag
added support for "create packages" and for a custom file extension

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5226 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b7f2a73)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
Commit dc0619fb0a4763659c3c3805906642ddbdeb751d by qdolan
Fixed CCE when making unsafe cast from IAdaptable to IResource without using getAdapter()
Constrained property page to only IResource adaptable project elements.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5227 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dc0619f)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/plugin.xml (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage.java (diff)
Commit 75c26539649ee28d6fe7b356b8d2aaf8731bab2c by mschrag
consider _ a word break for underscore separated strings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5228 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 75c2653)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtils.java (diff)
Commit 9fcb44580d385c130160711b8f5c21712a7bf5f1 by mschrag
explicit entity external name / attribute column name formatters

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5229 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9fcb445)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/model/EOModelAdvancedEditorSection.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/UserInfoableEOModelObject.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/StringLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoCellModifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeAdvancedEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/NamingConvention.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoContentProvider.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/NameSyncUtils.java
Commit e50146fbc11493b8342c6fb388c66682808f465b by mschrag
binding namespaces

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5230 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e50146f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKeyPath.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodBinding.java (diff)
Commit f142aa00629617dbad0321069ca8755bcc0308cd by mschrag
binding namespaces

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5231 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f142aa0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/WodEditorPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/BindingNameRule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/BindingNamespaceRule.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/WodScanner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/RulePosition.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/QuickRenameRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/InsertHtmlAndWodAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/SingleWordRule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
Commit d470a96d754e2c017f2705f81eb1eee3b70df9f5 by mschrag
binding namespaces

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5232 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d470a96)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLDocument.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLDocumentImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLCommentImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLFormatComposite.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
Commit c87dce15647af88543667351b412d466bdae18a1 by mschrag
upgraded to newer maven plugin

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5233 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c87dce1)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/META-INF/MANIFEST.MF (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenDependenciesProjectWizardPage.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java (diff)
Commit 74af2d500093df788fe98c5eaeea184b37e12690 by mschrag
1.0.5

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5234 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 74af2d5)
The file was modifiedentityModeler/Info.plist (diff)
The file was modifiedentityModeler/META-INF/MANIFEST.MF (diff)
Commit d8a046aba1019dbbcd93cddab4c784a7e157d7bd by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5235 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d8a046a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/LocatePlugin.java (diff)
Commit 93f392e03419d973b1e17f8e36fc83b51fc0584a by mschrag
unpack goodies mac

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5236 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 93f392e)
The file was modifiedgoodies/features/org.objectstyle.wolips.goodies.mac.feature/feature.xml (diff)
Commit fb74a46083dea96e16deed72b5d7b066799df41a by mschrag
mac fsevents-based refresh provider on Leopard

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5237 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fb74a46)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/project.pbxproj
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.m
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/default.pbxuser
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/libMacRefreshProvider.jnilib
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF (diff)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshProvider.java
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/build.xml
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.h
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/build.xml (diff)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshMonitor.java
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/plugin.xml (diff)
Commit 7fd3c5c6875ff31a5b91c174ad8294e5d40909a0 by mschrag
i think this should unpack the lib automatically?

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5238 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7fd3c5c)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/os/macosx/libMacRefreshProvider.jnilib
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/libMacRefreshProvider.jnilib
The file was modifiedgoodies/features/org.objectstyle.wolips.goodies.mac.feature/feature.xml (diff)
Commit 770fd680d8800f22698f3cd366ef27c0f93e0ce6 by mschrag
build into os/macosx

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5239 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 770fd68)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/build.xml (diff)
Commit f0032e57cafa48fca7a4355edbd2ae3112e5eb72 by mschrag
rewritten to use separate fsevent streams

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5240 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f0032e5)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.h (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.m (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/build.xml (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/os/macosx/libMacRefreshProvider.jnilib (diff)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/mschrag.perspectivev3
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshMonitor.java (diff)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/mschrag.pbxuser
Commit b28726a5a3cd0836886b27b0d4e374e1ebec1875 by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5241 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b28726a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
Commit 7951791fcda1b4a085a32ace12cc95919ef7d7f5 by mschrag
load eclipse project dependencies defined in the older format with standalone entity modeler

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5242 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7951791)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/EclipseProjectEOModelGroupFactory.java (diff)
Commit 5f8b2cc5fdaa6cf956654faee6fe5a46618d05ee by mschrag
add support for -extension

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5243 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5f8b2cc)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit 40912d73e1392b3063d019eb04e868c031c9002c by mschrag
switch to woproject links for projects

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5244 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 40912d7)
The file was modifiedveogen/package.sh (diff)
Commit f90f6b774a093c5a723668f57f194a11fd0df51f by mschrag
WOL-831 (and a little bit more) ... This also will fix XMLHTTPRequest to be XMLHTTP_Request in addition to Timo's example

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5245 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f90f6b7)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtils.java (diff)
Commit d25e257c47790ca487f179c673c67c5d731d9789 by mschrag
Eclipse 3.4 time y'all


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5246 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d25e257)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddActionOperation.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOPackageExplorerPart.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/databinding/observable/ComboObservableValue.java (diff)
The file was modifiedeomodeldoc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentRefactoringContribution.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions/WOJavaApplicationLaunchShortcut.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/CreateFolderChange.java (diff)
The file was modifiedeomodeldoc/package.sh (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/java/org/objectstyle/wolips/debug/logicalstructure/LogicalStructure.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/java/org/objectstyle/wolips/debug/logicalstructure/type/eoaccess/EOAttributeSuffixProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/actions/RenameWOComponentAction.java (diff)
The file was modifiedveogen/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was modifiedveogen/package.sh (diff)
The file was modifiedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPWOJavaApplicationLaunchShortcut.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/result/LocalizedComponentsLocateResult.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyOperation.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/java/org/objectstyle/wolips/debug/logicalstructure/type/LogicalStructureType.java (diff)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaApplicationLaunchShortcut.java (diff)
The file was modifiedbuild.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions/ERXMainApplicationLaunchShortcut.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/WOHierarchyScope.java (diff)
Commit fb7d6f6e5ed7cd933109a4dd1c83405f84175989 by mschrag
whoops


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5247 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fb7d6f6)
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentWizard.java
Commit b749259ac7cfc00958d13df94595f78379882890 by mschrag
fix weird underscoring on "accountCategoryID" (it was turning into "account_CategoryI_D")

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5248 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b749259)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtils.java (diff)
Commit 98aa8b005b113317d762149d4d7bac761ec89f6e by qdolan
Fixed: WOComponent refactoring now works again. 


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5252 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 98aa8b0)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/refactoring/RenameWOComponentWizard.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/refactoring/actions/RenameWOComponentAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/actions/RenameWOComponentAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java (diff)
Commit ef348e0797c71b5da95a060ceff2125282624798 by mschrag
wasn't building -- same plugin references, though -- who knows

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5253 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ef348e0)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/META-INF/MANIFEST.MF (diff)
Commit 774549d7bce6a06a10a8d962a194633a1bb0ee69 by mschrag
same deal -- just made eclipse happier to update this

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5254 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 774549d)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/META-INF/MANIFEST.MF (diff)
Commit bfb65ec55fbfa9eb6f24eb6b7dfdd1099bdfa431 by mschrag
* accessibility fixes for attribute/relationship settings
* converted to newer naming conventions
* added new Allows Null / Optional icon
* added Optional column to relationship (so it matches attributes)


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5256 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bfb65ec)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesLabelProvider.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/icons/allowsNull.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/arguments/EOArgumentsLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/Activator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOArgumentBasicEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/allowsNull.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/JoinsTableEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationships/EORelationshipsLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationships/EORelationshipsCellModifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationships/EORelationshipsTableViewer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOFactoryMethodArgumentTypeContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/model/EOModelAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesTableViewer.java (diff)
Commit 7f7329ba854892673c4564fe7bd7dd62061aa368 by mschrag
* adjusted css to make separation of relationships/attributes more obvious
* non-flattened relationships/attribute names are no longer bolded
* flattened relationships/attribute names are bolded
* trailing commas no longer appear in referencing entity list and child entity list
* flattened relationships show a "via path1.path2" next to the destination entity name
* "cardinality" has changed to "type" and will display "Flattened To-Many," "Flattened Required To-One," or "Required Outer To-Many" (non-inner join semantics appear in the type now)
* relationship details now shows the source/destination join attributes
* you can pass in -entityURLTemplate "http://xyz.whatever.com/some/path/index.html?$entity.classNamePath.html" to make entity class names link to external locations (like javadoc).  Valid variables are $model.name, $entity.name, $entity.className, and $entity.classNamePath (path = convert dots to slashes)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5258 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7f7329b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/org/objectstyle/wolips/eomodeler/doc/EOModelDocGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/entityContent.html.vm (diff)
The file was modifiedeomodeldoc/java/eomodeldoc/EOModelDoc.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/eomodeldoc.css.vm (diff)
Commit d8f6fffdcdec9369b125f2482568dd2f20eba8b2 by mschrag
added method of enumerating path elements

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5259 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d8f6fff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOAttributePath.java (diff)
Commit 1e1e2e8c49b3e69496222c9de8bda1621aba0dcd by mschrag
flattened relationship path elements link to the corresponding model doc

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5260 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1e1e2e8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/entityContent.html.vm (diff)
Commit 8261e6a3fc6de0c68dcb3c399d3942b843859b5a by mschrag
switched to new folder layout

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5261 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8261e6a)
The file was modifiedeomodeldoc/package.sh (diff)
Commit d08e77143ff20b52f3b2f25e321b39305b5676f6 by mschrag
link to the flattened destination rather than the relationship owner

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5262 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d08e771)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/entityContent.html.vm (diff)
Commit db41478726c3510fd996bac19176e55fef5d1dda by mschrag
remove ":" from name, because it appears to be invalid in 3.4

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5263 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: db41478)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions/WOJavaApplicationLaunchShortcut.java (diff)
Commit 31e4825642e321f1905f5313850a9586ccd94b47 by mschrag
skip over -extension so we don't break old eogenerator

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5265 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 31e4825)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/ExternalEOGeneratorRunner.java (diff)
Commit 6b737e08da8de8a97f7ef230bae0d577734590ab by qdolan
Changed: Implicit fetch spec in WOO editor now behaves as WOBuilder did and sets isDeep by default.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5267 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6b737e0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit 024a9ecea7ee7beca60cf992de8a40c48821a799 by dlee
Fix some exception cases, status logger, disable ADC preferences

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5269 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 024a9ec)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/plugin.xml (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/AppleMavenPlugin.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/util/StatusLogger.java
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenProjectWizardArtifactPage.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage.java (diff)
Commit 6bccca1035fa6316f01f5b3af372279b0c87c20d by mschrag
Fix for performance regression on save

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5271 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6bccca1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelTreeViewUpdater.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/model/EOModelAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoPropertySection.java (diff)
Commit 16aedaa8570e568d683b90743897c116569fe67e by mschrag
don't mark the model dirty when it's just the saving flag changing

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5272 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 16aedaa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit a34746de83fea67b288905c5f54aac5bcd343b31 by mschrag
don't fire events (including name syncing) when cloning attributes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5275 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a34746d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 10ba3dcf1c86f77fc30ce159f8dc879904b4eeec by hprange
Fix for bug
[WOL-827] Rule Editor: left hand side doesn't support null values

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5277 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 10ba3dc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLhsValue.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractQualifierElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LhsValue.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestLeftHandSideParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSideParser.java (diff)
Commit 2c8aff7f57ffd57c02ff71a1e8d7e43ba4176e16 by hprange
[maven-release-plugin] prepare release woproject-all-parent-2.0.15

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5279 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2c8aff7)
The file was modifiedpom.xml (diff)
Commit bfdd53933355fe038707f1c59e8420f75a1700b8 by hprange
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5281 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bfdd539)
The file was modifiedpom.xml (diff)
Commit 9ec7f2ab4ab43be3d96702c576873f50f5d09c07 by mschrag
1.0.6 with new UI, wired up prefs, new eomodel finder icon, and new launch prefs (uses carbon small fonts now)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5282 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9ec7f2a)
The file was modifiedentityModeler/EntityModeler.product (diff)
The file was addedentityModeler/icons/EOModel.icns
The file was modifiedentityModeler/META-INF/MANIFEST.MF (diff)
The file was modifiedentityModeler/java/entitymodeler/ApplicationActionBarAdvisor.java (diff)
The file was modifiedentityModeler/plugin.xml (diff)
The file was modifiedentityModeler/Info.plist (diff)
The file was modifiedentityModeler/java/entitymodeler/ApplicationWorkbenchAdvisor.java (diff)
Commit 4c32b9ac263880537325415570244b8ec6f4ad4c by mschrag
moved plist parsing up to the base

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5283 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4c32b9a)
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/ParserDataStructureFactory.java
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/SimpleParserDataStructureFactory.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/WOLPropertyListSerialization.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/PropertyListParserException.java
Commit c57ae7f94c1bca70dc15483b9aef3c9ddbf2a2a4 by mschrag
use the table adjustment for multicolumn trees

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5284 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c57ae7f)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTextCellEditor.java (diff)
Commit 2c543f4992a508d5b5dd094e5ce12a2dca176947 by mschrag
just like the default tree cell navigation except we consider the arrow key to be an expand event for any column (not just the first column)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5285 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2c543f4)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTreeCellNavigationStrategy.java
Commit 51c8e250cf75ee164c0b8305b7a81a7986efd628 by mschrag
lots of visual and behavioral tweaks to our CCombo and combo box cell editors

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5286 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 51c8e25)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/KeyComboBoxCellEditor.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/IHateCCombo.java (diff)
Commit 1209216d389e5a91ce9ad8dc3dde772634a9a5ec by mschrag
new Property List editor (ala Leopard Property List Editor)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5287 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1209216)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListKeyEditingSupport.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListKeyLabelProvider.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListValueLabelProvider.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListPath.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/IPropertyListChangeListener.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListContentProvider.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListTypeLabelProvider.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListTypeEditingSupport.java
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/META-INF/MANIFEST.MF (diff)
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditor.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/StableDataStructureFactory.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditorPart.java
The file was addedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListValueEditingSupport.java
Commit bb01d24c51801c5b6299ab57b8668fd4677c95c7 by mschrag
moved property list serialization out to a lower level plugin + added methods for hooking up to property list change notifications

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5288 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bb01d24)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/IUserInfoable.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/wocompat/SimpleParserDataStructureFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/wocompat/EMPropertyListSerialization.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelParserDataStructureFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/UserInfoableEOModelObject.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/wocompat/PropertyListSerialization.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/wocompat/PropertyListParserException.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOAttributePath.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/wocompat/ParserDataStructureFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOStoredProcedure.java (diff)
Commit 931ae2da7bd235f8e17eb0ec905e70d9bbc31e22 by mschrag
NPE fix

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5289 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 931ae2d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
Commit afb42d3d6bd997645c56c7897e94947246275b17 by mschrag
new property list editor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5290 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: afb42d3)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoContentProvider.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoPropertySection.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoLabelProvider.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/UserInfoCellModifier.java
Commit 50aa1c31a576e1e8611effd0012e9c09142907e9 by mschrag
new property list serialization

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5291 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 50aa1c3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOClassLoaderFactory.java (diff)
Commit f47e80148d1e299b0f453c71e32c963f6aa5ffe4 by mschrag
new property list serialization

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5292 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f47e801)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/EclipseProjectEOModelGroupFactory.java (diff)
Commit 3dd500f29a8fcd94fd2e203c4815e0571a012937 by mschrag
fixed warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5293 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3dd500f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/NonExistingFileEditorInput.java (diff)
Commit dbed216e08f29ec68fce231bd3e83ccf444f3711 by mschrag
1.0.6 version number

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5294 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dbed216)
The file was modifiedentityModeler/META-INF/MANIFEST.MF (diff)
Commit b2cfce8e5bd2c5a29f8f99fbfba5cadce54ec314 by mschrag
new property list serialization

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5295 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b2cfce8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit 6a659f27ae8896d79f706cc3d96f2b44a28725ba by mschrag
new property list editor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5296 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6a659f2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreator.java (diff)
Commit b66040a30ab2a1a8c60593631b4596a9969c9969 by mschrag
10 items instead of 5 in the prototype popup list

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5297 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b66040a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesTableViewer.java (diff)
Commit 7ff85600bd86165459fc6c2da40f58e34aa2cfca by mschrag
throw a better exception than just NPEing

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5298 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7ff8560)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierBinding.java (diff)
Commit e2675e7c9a94b5620323d61b161dd0c4a239d86e by mschrag
include class name in exception

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5299 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e2675e7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/com/uwyn/rife/tools/ObjectUtils.java (diff)
Commit 676e76a21363742538e73bbd7406dd14bde3074b by mschrag
make EOModelMap cloneable

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5300 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 676e76a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelMap.java (diff)
Commit 4d2475a1c85945b1c071c41306916da4184dae9b by mschrag
clone generate source flag

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5301 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4d2475a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit d1e7bd7bf50cd95f778e2198e72bd7beba9d3ca9 by mschrag
make sure the default value for generate source is set + clone it

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5302 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d1e7bd7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 970472e678092ef51db20487351015f79376ae73 by mschrag
show non-class properties by default (3.4 seems to complain more about the selection changing)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5303 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 970472e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelContentOutlinePage.java (diff)
Commit b45b8275d5dbd96f1d8ac7e94d61b2ba4e2fb57f by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5304 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b45b827)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
Commit c8721b2ead5a1291c9bab390483583e90c27be81 by mschrag
take out println

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5306 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c8721b2)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshMonitor.java (diff)
Commit e6c715ef44490b012302eab85e5f5e6d97e70324 by mschrag
don't return null for these non-prototyped values

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5307 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e6c715e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 3984aab3cf2f6f567affce80e928d5f5275b3f56 by mschrag
fix property page refresh problem

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5308 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3984aab)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit 825df0b3db20b3c8adaff6d31be47a8264349c6e by mschrag
added for debugging

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5309 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 825df0b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelContentOutlinePage.java (diff)
Commit 5c146859368bbbd80ede238ee6be19202c9c24ab by mschrag
don't double-fire page changes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5310 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5c14685)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit 359bfbe3453248a5e4ac2e1b8c25f0782513b42a by mschrag
don't double-change the input (something inside of eclipse is calling this twice)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5311 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 359bfbe)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecPrefetchingEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityStoredProceduresEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecRawFetchEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entityIndex/EOEntityIndexBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSortOrderingEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/storedProcedure/EOStoredProcedureBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecOptionsEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntitySharedObjectsEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/model/EOModelAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSQLEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityBasicEditorSection.java (diff)
Commit e0455317a3a7025f3e28dd73605cd8ffa8902a2d by mschrag
apparently an NSDecimalNumber with no value type is an Integer not a BigDecimal

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5312 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e045531)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataType.java (diff)
Commit c0e1f1abab882e19ee20b48434e321047aa694db by mschrag
update Velocity, added SetTool, added SetTool and SortTool into velocity context, removed cayenne dependency from Entity Modeler, updated other misc dependencies

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5313 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c0e1f1a)
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-digester-1.8.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/META-INF/MANIFEST.MF (diff)
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-lang-2.1.jar
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/velocity-dep-1.4.jar
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/build.properties (diff)
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/SetTool.java
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/.classpath (diff)
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/velocity-tools-generic-1.4.jar
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/avalon-logkit-2.1.jar
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/velocity-1.5.jar
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-beanutils-1.7.0.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/plugin.xml
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/oro-2.0.8.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-validator-1.3.1.jar
The file was added3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-chain-1.1.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF (diff)
Commit f2a96b4dfc61284e65590ed5cadbc9a54d09cb07 by mschrag
remove sorttool for a minute to see if it builds now

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5314 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f2a96b4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
Commit d90904851e9038fecd403be97b32877155c75781 by qdolan
Changed: Don't validate editing context for displaygroups with master detail set.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5315 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d909048)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit 8d464a2d1460cfb9d656ea68713167b899c0f415 by mschrag
Added CappedCamel

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5316 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8d464a2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/NamingConvention.java (diff)
Commit f1cb24db006d3e27fb80a8d743995ec48d367ef1 by qdolan
Added: Validation to InsertComponentDialogue component
Added: Label for WebObject Tag Name input field in InsertComponentDialogue.
Changed: Reordered input fields in InsertComponentDialogue to help reduce combo box usage mistakes.
Removed: Dropped default "Component" value from WebObject Tag Name field

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5317 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f1cb24d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/InsertComponentDialogue.java (diff)
Commit 408d9f431a9b58b0c1484108b129da123ac18d4a by qdolan
Changed: Use case insensitive match of script and style tags in FuzzyXMLParser

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5318 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 408d9f4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 155bfd48f7a440f746be3c4ba2e30dda4ed2572c by mschrag
make the colon form come first to be compatible with old EOModel files

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5319 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 155bfd4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOQualifierFactory.java (diff)
Commit 073d6d03785e4dc8dd0ced59cfd2214b29c213d6 by mschrag
bumped to 1.0.7

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5320 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 073d6d0)
The file was modifiedentityModeler/EntityModeler.product (diff)
The file was modifiedentityModeler/Info.plist (diff)
Commit d317913d9f756dd671097a668677b3e596aa007e by mschrag
change some view settings on plist eitor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5321 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d317913)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditor.java (diff)
Commit 2fb13da13873547eff5672f078f019a9571cd8b2 by mschrag
3.4 changes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5322 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2fb13da)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTextCellEditor.java (diff)
Commit 64c0a2199e53a28d73af1ef72cd3721946895180 by mschrag
jdt dependency

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5323 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 64c0a21)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
Commit 436a964d79b3310ca3e38f0a2fb20487626d8f58 by mschrag
added to make debugging easier

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5324 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 436a964)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
Commit 78735594f3cb2ac7a966495b6dbbeae3e3d56d30 by mschrag
nobody needs these :)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5325 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7873559)
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/mschrag.perspectivev3
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/mschrag.pbxuser
Commit 42809bbb6cb052ea56fa6b1e26dce13f2b7a31e3 by mschrag
draw a separator on top

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5326 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 42809bb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
Commit fdf2462eb71bc480beaac9c7f88a911d48bb52dd by mschrag
added for debugging

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5327 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fdf2462)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
Commit f541a24bfcebcda5f6a9d92c464250729f39db1a by mschrag
removed annotations

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5328 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f541a24)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
Commit b8a9a3980b0220640cbb88815bee4f8ee655f885 by mschrag
* remove old cayenne deps
* update other misc deps
* workaround fix for component editor doSave bug in 3.4



git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5336 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b8a9a39)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/java/org/objectstyle/wolips/target/TargetBuilderNature.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/editor/ComponentEditorInteraction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/editor/IComponentEditor.java (diff)
Commit f302142092d58dddaf8ca56fa725e1e45993eb34 by hprange
Changing next version from 2.1-SNAPSHOT to 2.0.16-SNAPSHOT

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5347 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f302142)
The file was modifiedpom.xml (diff)
Commit 1c80b4bb75463f6692f27c539cf6840c2c28ebe4 by mschrag
empty/corrupt API file fixes from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5353 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1c80b4b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/CreatePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/ApiEditor.java (diff)
Commit 45e5f5c47d524ea446f8175a346c74013e0486a8 by mschrag
moved common method up from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5354 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 45e5f5c)
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ResourceUtilities.java
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
Commit 9ace5bf77e83e9e82e40384847e76de012250178 by mschrag
recreate file if api file is empty from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5355 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9ace5bf)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiModel.java (diff)
Commit f235c856359c6c5402be6593a507f24aa0669ad3 by mschrag
use new ResourceUtilities method from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5356 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f235c85)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/LocatePlugin.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ResourceUtilities.java (diff)
Commit 0a5ef653bc143d6b09777904c2ac1a81c07f7eb9 by mschrag
fix for generic type erasure on keybinding check from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5357 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0a5ef65)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 06134cd605e4a03eab14988badf934b2c49cfe79 by mschrag
support for API files in jar files from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5358 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 06134cd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
Commit 67d82353197ea29f5787970881d08579f111fc32 by mschrag
migration ordering patch from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5359 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 67d8235)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/ForeignKeyMigration0.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/MiscUtils.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityComparator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/MigrationGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/Migration0.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit f32576b017246c9706901df8cb084b086fe30e1e by mschrag
API file filter for components from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5360 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f32576b)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOComponentAPIFileFilter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/plugin.xml (diff)
Commit eb4a659ea3a5279823cbc8901221e36beb19d3f9 by mschrag
use inline bindings preference + fixes for insert component dialogs from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5361 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: eb4a659)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/InlineWodElementHyperlinkProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/BindingValidationPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/AbstractBindingsDropHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/InsertComponentDialogue.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateConfiguration.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/HtmlCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/ConvertInlineToWodAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/PreviewRenderDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/Activator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/ComponenteditorPlugin.java (diff)
Commit 504c5e6ea5efaf626ce02287d290ad34afc216ad by mschrag
fix for exception in Bindings Inspector from NewHotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5362 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 504c5e6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/WOBrowserColumn.java (diff)
Commit 3f4b00e7e53ed559c396ac853a8bb6ba24cb5478 by mschrag
stupid merge bug ... my kingdom for git eclipse plugins to not suck

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5363 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3f4b00e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/ForeignKeyMigration0.java (diff)
Commit e410cffcc0eede6ddd0518434f031b4e36c8d56f by mschrag
remove cayenne deps from woproject

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5365 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e410cff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/plugin.xml (diff)
Commit 1805c388b511eab69be7c71854e4beebb0ed85a2 by mschrag
remove cayenne deps from ruleeditor

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5366 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1805c38)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/D2WModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
Commit 1c0193867cf10663bb10b4a5f18147eda26c5002 by mschrag
new exceptions for new woproject.jar

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5373 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1c01938)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/DotXcodeBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/file/PBDotProjectAdapter.java (diff)
Commit 09a5d8afc5840751f2e9a1a055a4f39913752e91 by mschrag
generate migrations for horizontal inheritance entities

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5389 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 09a5d8a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 9bea9ac1575b8fc83f1c371b144a34a4c4a761df by hprange
Fixing the Maven build to work without the cayenne dependency.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5391 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9bea9ac)
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/pom.xml
The file was modifiedpom.xml (diff)
Commit 167f312989ba834886acc42cb394952b1c48ffe2 by qdolan
Fix for checkbox redraw bug from new hottness branch.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5395 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 167f312)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/BooleanUpdateValueStrategy.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecOptionsEditorSection.java (diff)
Commit 52725a6cd7f6cf1e50f6c803d3fdf1b15490e9a1 by mschrag
support for 5.4 className and fixes to reverse engineering (from new hotness)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5399 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 52725a6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttributePath.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit 13a99de5b63ce884803a777dfd88564afdf922a4 by mschrag
npe fix from new hotness

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5400 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 13a99de)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/ExternalBuildRootInitializer.java (diff)
Commit a3ba816ee502d0631a4aa3780e5cb98c7a40f11a by mschrag
merge new hotness into nightly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5443 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a3ba816)
The file was modifiedeomodeldoc/package.sh (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/tobeintregrated/ASTMethodExplorer.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/META-INF/MANIFEST.MF (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was addedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor$3.class
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOModelGroupFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditor.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/ProjectNaturePage.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.class
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/SimpleParserDataStructureFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/ReverseEngineerAction.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/listener/ResourceChangeListener.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/tests/AbstractProjectTestCase.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/tobeintregrated/MethodSearch.java (diff)
The file was modifiedeomodeldoc/java/eomodeldoc/EOModelDoc.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/ApiFormPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.classpath (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListContentProvider.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.classpaths.user.home
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/META-INF/MANIFEST.MF (diff)
The file was addedentityModeler/bin/entitymodeler/actions/NewEOModelAction.class
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/StableDataStructureFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/plugin.xml (diff)
The file was modifiedentityModeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/BuildPropertiesAdapterFactory.java
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/template.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/AbstractBuildVisitor.java (diff)
The file was addedentityModeler/bin/entitymodeler/Activator.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsPropertyPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.woproject.ant/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/plugin.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/listener/UpdateIncludeFilesJob.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingsPage.java (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenDependenciesProjectWizardPage.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityComparator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/ProjectVariables.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/ProjectPatternsets.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.frameworks.wo.wosystemroot
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/HTMLProjectParams.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOAppleLicenseWizardPage.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
The file was modifiedwolips/plugins/build.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/completion/ValidateKeyProposalComputer.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/ParserDataStructureFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/META-INF/MANIFEST.MF (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectoriesComponent.class
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityIndexAttributeReferenceFailure.java
The file was addedentityModeler/bin/entitymodeler/Application.class
The file was addedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/EclipseDependencyOrdering.java
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.frameworks.wo.wolocalroot
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelParserDataStructureFactory.java (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$ProfilesTextFieldModificationListener.class
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Resources/Properties (diff)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOStoredProcedure.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ProjectFrameworkAdapter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseProjectFramework.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wocomponent/wocomponent.java.vm (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$WriteProfileJob.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.classpaths.wo.wolocalroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.classpaths.wo.wosystemroot
The file was addedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor$2.class
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ant/UpdateIncludeFiles.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectory.class
The file was modifiedtptp/plugins/org.objectstyle.wolips.tptp.launching/META-INF/MANIFEST.MF (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceConstants.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/META-INF/MANIFEST.MF (diff)
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/LRUMap.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/entityContent.html.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/project/IProjectAdapter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/ApiEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/META-INF/MANIFEST.MF (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectoriesComponent$DirectorySelectionListener.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/JavaProjectClasspath.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ant/UpdateOtherClasspathIncludeFiles.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkClasspathContainer.java
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/bin/org/objectstyle/wolips/groovy/ui/Activator.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ProjectFrameworkAdapterFactory.java
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/PrincipalClassMoveParticipant.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/eomodeldoc.css.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/NextRootInitializer.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.classpaths.wo.wolocalroot
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/WOLPropertyListSerialization.java
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkClasspathComparator.java
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipsePathFramework.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsDeploymentPropertyPage.java
The file was addedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/BuildProperties.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/JavaProjectLaunchParameter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/META-INF/MANIFEST.MF (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/PrincipalClassRenameParticipant.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingsPageBlock.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.frameworks.wo.wolocalroot
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceInitializer.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseDependency.java
The file was addedentityModeler/bin/entitymodeler/ApplicationWorkbenchAdvisor.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/ForeignKeyMigration0.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/java/org/objectstyle/wolips/target/TargetBuilderNature.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/template.xml (diff)
The file was addedentityModeler/bin/entitymodeler/actions/NewEOModelAction$ModelNameInputValidator.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/NextLocalRootInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EntityModelerSQL.jardesc (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseProjectRoot.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/PrincipalClassChange.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOFrameworkContentProvider.java
The file was modifiedmaven/plugins/org.objectstyle.wolips.maven.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/ExternalBuildRootInitializer.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.frameworks.wo.wosystemroot
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectPatternsets.java (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/preferences/AppleMavenPreferencePage.class
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/NextSystemRootInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedmaven/plugins/org.objectstyle.wolips.maven.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/tobeintregrated/NameComparator.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.classpaths.user.home
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/javaelementfilters/BuildFolderFilter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/WOHierarchyScope.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/D2WModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/UpgradeAllBuildXML.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/eomodeldoc.js.vm (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ant/UpdateFrameworkIncludeFiles.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ComponentEngine.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/file/PBDotProjectAdapter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreationPage.java (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/AppleMavenPlugin.class
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenProjectWizardArtifactPage.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
The file was modifiedmaven/plugins/org.objectstyle.wolips.maven.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/META-INF/MANIFEST.MF (diff)
The file was addedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor$1.class
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOFrameworkLabelProvider.java
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/woproject/ant.frameworks.user.home
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/VariablesPlugin.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/javaelementfilters/WOFrameworkFilter.java
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$POMTextFieldModificationListener.class
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/actions/OpenWOMavenApplicationWizard.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.classpaths.wo.wosystemroot
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOnderD2WApplicationWizard.java (diff)
The file was addedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor.class
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/IEclipseFramework.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/DotXcodeBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelMap.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapter.java (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$WriteModelJob.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/UpgradeBuildXML.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/plist/PropertyListParserException.java
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/plugin.xml (diff)
The file was addedentityModeler/bin/entitymodeler/actions/OpenEOModelAction.class
The file was addedentityModeler/bin/entitymodeler/Application$1.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/model/EOModelAdvancedEditorSection.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/org/objectstyle/wolips/eomodeler/doc/EOModelDocGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/SuperTypeHierarchyCache.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/EclipseProjectEOModelGroupFactory.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListPath.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOFrameworkContainerPage.java
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFolderRoot.java
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/delegates/WOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsDevelopmentPropertyPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/pattern/PatternsetReader.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateConfiguration.java (diff)
The file was addedentityModeler/bin/entitymodeler/ApplicationWorkbenchWindowAdvisor.class
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractManifestEOModelGroupFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/completion/ValidateKeyProposalProcessor.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.classpath (diff)
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/util/StatusLogger.class
The file was addedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$VersionComboSelectionListener.class
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/woproject/ant.frameworks.user.home
The file was modifiedwolips/plugins/org.objectstyle.wolips/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/JdtPlugin.java (diff)
Commit a95cd7373cf65ad054cd66c9b8ab1f4461fee2f2 by mschrag
removed stupid bin folders

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5444 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a95cd73)
The file was removedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceConstants.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectory.class
The file was removedentityModeler/bin/entitymodeler/Application.class
The file was removedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor$3.class
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/bin/org/objectstyle/wolips/groovy/ui/Activator.class
The file was removedentityModeler/bin/entitymodeler/actions/OpenEOModelAction.class
The file was removedentityModeler/bin/entitymodeler/actions/NewEOModelAction.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$WriteModelJob.class
The file was removedentityModeler/bin/entitymodeler/Application$1.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/actions/OpenWOMavenApplicationWizard.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/AppleMavenPlugin.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$POMTextFieldModificationListener.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$ProfilesTextFieldModificationListener.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceInitializer.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectoriesComponent.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/preferences/AppleMavenPreferencePage.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenDependenciesProjectWizardPage.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenProjectWizardArtifactPage.class
The file was removedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor$2.class
The file was removedentityModeler/bin/entitymodeler/ApplicationWorkbenchAdvisor.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage.class
The file was removedentityModeler/bin/entitymodeler/ApplicationWorkbenchWindowAdvisor.class
The file was removedentityModeler/bin/entitymodeler/ApplicationActionBarAdvisor$1.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/util/StatusLogger.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$VersionComboSelectionListener.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectoriesComponent$DirectorySelectionListener.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOAppleLicenseWizardPage.class
The file was removedentityModeler/bin/entitymodeler/actions/NewEOModelAction$ModelNameInputValidator.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage$WriteProfileJob.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.class
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/bin/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.class
The file was removedentityModeler/bin/entitymodeler/Activator.class
Commit 576fffb383d59ace47e154468229d5e7077b1e52 by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5446 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 576fffb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/EclipseProjectEOModelGroupFactory.java (diff)
Commit 0fcb42b66735ee090e5eb3c9fa0dbe63ffc18788 by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5447 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0fcb42b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOClassLoaderFactory.java (diff)
Commit 6be1415ab7937b2d892339ba0dc18713e0198bb1 by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5448 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6be1415)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/ContainerContentProvider.java
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/Container.java
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/ClasspathModel.java
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/ContainerPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/ContainerEntries.java
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/ContainerInitializer.java
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/FrameworkFilenameFilter.java
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/Framework.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/plugin.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/Root.java
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/ContainerEntry.java
Commit b6277bf83b98192b634e4086048ecadfa053977a by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5449 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b6277bf)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
Commit a46bdbaa939c49270cbc40702b6dc3f2e28f313a by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5450 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a46bdba)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/java/org/objectstyle/wolips/deployment/ui/actions/InstallWithSelectionDialogAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/META-INF/MANIFEST.MF (diff)
Commit ccb27b8bfcf7fa2b4edf5243588c732485bfde45 by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5451 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ccb27b8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
Commit 4653080ea9aa3030521fb7984f214ebc538e84cf by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5452 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4653080)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/plugin.xml (diff)
Commit 3ab310257644298918758a827959690379848e07 by mschrag
no idea why these didn't merge properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5453 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3ab3102)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/PBDotProjectBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/META-INF/MANIFEST.MF (diff)
Commit 41174d1432621915216d48b1c87458c841e894ce by mschrag
no idea why these didn't merge properly (but actually, i think i like the old one better .. i may roll this back .. we'll see)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5454 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 41174d1)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/IHateCCombo.java (diff)
Commit 89a78471fbfd497dedae460eaf8c612d01392618 by mschrag
racecar in the red ... i can't tell you how much i mf hate build systems

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5455 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 89a7847)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/build.xml (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/build.xml (diff)
Commit b3cdd3d6dbd76bcbecf58a37103fa08e94357c45 by hprange
Using Ant 1.7.1 as dependency for woproject-ant-tasks.
Don't require baseforplugins dependency anymore.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5456 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b3cdd3d)
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/pom.xml
The file was modifiedpom.xml (diff)
Commit b448ca641842d4be53fc0b0fa07a3f7844d488c1 by mschrag
cache the version number

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5457 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b448ca6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/BuildProperties.java (diff)
Commit ad2331a942ac01ebb62a2c48aebe07c788f58e2a by mschrag
* split install is default
* compile is always run before build
* build.app.name support
* package target

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5458 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ad2331a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
Commit 771519aa7f61e17ec904847bb5c4bafd11fce75c by mschrag
cug's patches for EntityMigration0

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5459 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 771519a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 9090605bbf56ce498be9085a7e8ae869b84e461f by mschrag
add methods for looking up the available plugin and adaptor frameworks

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5460 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9090605)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ProjectFrameworkAdapter.java (diff)
Commit bb9c95901be8ac20a41797eacf88a97491ca99ca by mschrag
redesigned the new eomodel wizard some -- you can now pick the adaptor and plugin from all reachable adaptor and plugin frameworks and it will automatically add the frameworks to your project

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5461 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bb9c959)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreationPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/.settings/org.eclipse.jdt.core.prefs (diff)
Commit 438cc14118bf0983f2fb176145cfcedbd4b017fe by mschrag
don't split install servlet deployments

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5464 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 438cc14)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
Commit 7162400387db320d674edad13f4a8cc384e59887 by mschrag
the first number is actually the number of entries to follow ... i really hate this format

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5465 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7162400)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
Commit 60e28a732885272041d003e09f63ef53a82c9781 by mschrag
always put ERX on top of the wonder frameworks

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5468 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 60e28a7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkClasspathComparator.java (diff)
Commit 9d866112ce63088257aa5be116d3d3976da871dc by mschrag
remove frameworks out of framework builds

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5469 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9d86611)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
Commit cc631c8dac1b4b475ad6bf4097f80f6a4292941a by mschrag
add /Lib/WO/Ext jars to the default build ....

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5474 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cc631c8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
Commit 9e5db0a53e4af70e7c7c65357dd021850505e811 by mschrag
preserve the executable permission on the launch script

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5475 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9e5db0a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
Commit 9746536742e26508d957120cee6a735b24bf5226 by mschrag
goodbye class

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5476 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9746536)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
Commit 150c9ea6d14ee150b6320632008afa66ab51df11 by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5478 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 150c9ea)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodElementTypeHyperlink.java (diff)
Commit 71f14da9d3cc29d8f32b62ae02722ae8d395f356 by mschrag
NPE fix

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5479 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 71f14da)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
Commit f090364dcae8d38dd2db9d9d8bd8933b6207d0ec by mschrag
push ERX to the top for new projects

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5480 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f090364)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath (diff)
Commit c992f819b9c9c9c9f4434b68db375436c3af7f4a by mschrag
remove ant.* junk from the stock projects

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5482 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c992f81)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.frameworks.wo.wosystemroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.frameworks.wo.wolocalroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.classpaths.wo.wosystemroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.frameworks.user.home
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.frameworks.wo.wosystemroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.classpaths.user.home
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.classpaths.wo.wolocalroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.frameworks.wo.wolocalroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.classpaths.wo.wolocalroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.classpaths.wo.wosystemroot
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/woproject/ant.frameworks.user.home
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/woproject/ant.classpaths.user.home
Commit bfa1e65d81fdf795afa6a991b8cae95112824c02 by qdolan
Handle validation of generic type classes as though they were type erased (sort of). 

Note: Users may see errors or warnings for bindings that previously appeared to validate correctly, most noticably when binding to NSCollection classes.
The reason for this is that previously they weren't validated at all because they are genericised classes.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5483 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bfa1e65)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 2c497a917c973af1f39a8f5b0c6b024ee43e8119 by qdolan
Add migration support for ERXKeyGlobalID fields

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5484 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2c497a9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit fe4691470171dc30acada54f2a727ef1a1595369 by mschrag
put URL first .. i just think that way

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5485 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fe46914)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/RESTConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JDBCConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JNDIConnectionDictionarySection.java (diff)
Commit 7e14d3af40e55453e55f4858980fe83fa7d2c42d by mschrag
bump to 1.0.8

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5486 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7e14d3a)
The file was modifiedentityModeler/Info.plist (diff)
The file was modifiedentityModeler/EntityModeler.product (diff)
Commit 9324198a81bcc25a3873ce325e4afdc976e83efc by mschrag
support for new hotness .classpath files in standalone entity modeler

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5487 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9324198)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/EclipseProjectEOModelGroupFactory.java (diff)
Commit cc60bb4c9545694c7a1bd0071143fc39826cc063 by mschrag
fix class name references

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5493 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cc60bb4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit d34c984cfe1e16dfdbc0c7c59dc3a9c0f0954bac by mschrag
only shorten NSTimestamp if shorten == true

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5494 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d34c984)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit 2d502d7fdd72f75112dfbbbf05f937f90e4c544c by mschrag
don't set className on save if className was null

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5495 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2d502d7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit 5681856418dd0452b29ebee7ed1b626f142f6d6f by mschrag
fix a bug with className writing out to attributes that were prototyped and should not have had className set ... this cleans up its own mess the next time you write the model

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5496 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5681856)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit c2b4521b3d24b6a61f7ffe33afb54de25c98e652 by mschrag
fix up allows null on single table inheritance entities

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5500 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c2b4521)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
Commit 1fc8f5bbc3f1a84555645f3c256607ced52852b5 by mschrag
write namespace names out when reformatting

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5501 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1fc8f5b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
Commit c87dc578e5f5683a1d3cfc89a93754b0d0faea86 by mschrag
format XML using our formatter and not the original one (which sucks)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5502 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c87dc57)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/xmleditor/editors/XMLEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/plugin.xml (diff)
Commit 082a0bbf710ed3202460231d61f8075ffb041ebd by qdolan
Fixed support for displaying WO's Java*.framework docs as external javadoc

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5503 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 082a0bb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipsePathFramework.java (diff)
Commit 5ef073db3915a8da666321859a9ee3aeeb677d4d by hprange
[maven-release-plugin] prepare release woproject-all-parent-2.0.16

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5504 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5ef073d)
The file was modifiedpom.xml (diff)
Commit 02860a426a440fd0ea1f3a30f6f1170463ad24be by hprange
Cutting the 2.0.16 version again. Sorry.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5507 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 02860a4)
The file was modifiedpom.xml (diff)
Commit 0368709d7bd65a1065b007475961a6b80114da35 by hprange
[maven-release-plugin] prepare release woproject-all-parent-2.0.16

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5508 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0368709)
The file was modifiedpom.xml (diff)
Commit 3ca45ee49752d8dc59a3837c4fa18c377a21b56f by hprange
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5510 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3ca45ee)
The file was modifiedpom.xml (diff)
Commit a8926cd5573d1f60c9d5cb224eeaac3cc1079982 by mschrag
* added getName()/setName() to BuildProperties ... name and lowercase name
* added build.properties conversion step to upgrade (converts framework.name to project.name)
* added project.type = framework/application to build.properties (for people who need it) + to upgrade
* removed otherClasspath include of /Library/WebObjects/Extensions in the woapplication task (still in the compile task)
* fixed web.xml references to .woa path for servlet build
* changed dependency code to use the build properties.getName() instead of just project.name

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5511 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a8926cd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseDependency.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsDevelopmentPropertyPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/BuildProperties.java (diff)
Commit 41906dd77b1c5519db407c9b7fd8c009d48055ba by hprange
It's me again. It's me with connection problems again. :( I'll make this release at home. Sorry for the awkward commits.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5512 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 41906dd)
The file was modifiedpom.xml (diff)
Commit c62dcd039192a35c1e25043d5188e830af43859d by hprange
[maven-release-plugin] prepare release woproject-all-parent-2.0.16

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5515 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c62dcd0)
The file was modifiedpom.xml (diff)
Commit c19946ac706d525c8172ff3bbf9fe80d5d463d39 by hprange
It's me again. No connection problems this time. I just forgot to clean up the mess caused by the release process yesterday before I start make the release today. Sorry.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5517 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c19946a)
The file was modifiedpom.xml (diff)
Commit 1ddd76a6bdf2eef2c3808cd9f60bee67b86602c4 by hprange
[maven-release-plugin] prepare release woproject-all-parent-2.0.16

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5518 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1ddd76a)
The file was modifiedpom.xml (diff)
Commit bbdfcd665852930ce63f22b0941a9d841479beea by hprange
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5520 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bbdfcd6)
The file was modifiedpom.xml (diff)
Commit ee01927a7a6f99c8c4f8f7d19dc83f51050ce690 by mschrag
fix infinite loop on circular references

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5521 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ee01927)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/EOModelGroupCache.java (diff)
Commit abaed392a0ba77d35fe72ed83c749031e5a82aab by mschrag
generalized support for NSString factory methods

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5522 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: abaed39)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit a29ab8a7d56143d788253ca9a9fd857cbf4ffd52 by mschrag
another fix for jar-based models

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5523 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a29ab8a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
Commit b6d905ce5fa5c61d5154d0fab6d0e143fa5c10cb by mschrag
track the original escaped attribute value so we can validate that you are escaping properly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5524 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b6d905c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLDocumentImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 20a42b4864b1602da53a2d041c8c0e08ac0ea02f by mschrag
support for executing sql on Oracle (splitting on '/')

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5525 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 20a42b4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateSQLDialog.java (diff)
Commit 94a59623ca0970d2f18c02c8b8ebcf54b5db4e8e by qdolan
Fix build dependencies.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5526 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 94a5962)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/build.xml (diff)
Commit d026ddd7c75ee348f8c5a53117f44ef8553dba41 by dlee
fix build issues with using m2eclipse 0.9.6

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5527 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d026ddd)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenDependenciesProjectWizardPage.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/AppleMavenPlugin.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/META-INF/MANIFEST.MF (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectoriesComponent.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.java (diff)
Commit dc1552d33a9a7d6f2416c2899888c0c964bf8b71 by qdolan
Improved the hack for resolving generic types. It still doesn't work properly (it only handles one degree of separation), but it's better than setting everything to QObject;
This should hopefully be enough to fix lachlan's binding validation problem.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5528 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dc1552d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKeyPath.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit fa7c85e789abf5dc34fb76f53576caeed3a15e7f by mschrag
copy-and-paste error

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5529 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fa7c85e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
Commit 23ff3e2d2d581b1fedbbf8e8c238c60e5b448004 by mschrag
don't include non-exported frameworks of dependencies in the runtime classpath for launch (more closely matches the WO runtime behavior -- everything needs to be defined at the project level)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5531 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 23ff3e2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathProvider.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WODefaultEntryResolver.java
The file was addedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WOJavaRuntime.java
Commit a54656fbc163faa67e14f77915269e1ae0ae308a by mschrag
produce a build path error when a framework can't be resolved

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5532 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a54656f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
Commit 333cee4a09433f071aaa2dda40fef68e763a0f97 by mschrag
Fix for formatting of namespaced attributes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5533 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 333cee4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
Commit 298986b2bb9c9c62d77736bf8abe7dd6ebca78f1 by mschrag
don't export jars from frameworks

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5536 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 298986b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipsePathFramework.java (diff)
Commit c71cac50cfa19daedc1519e46ec99ac4ec9f37d9 by mschrag
fix for an incorrect reflection call

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5539 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c71cac5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WOJavaRuntime.java (diff)
Commit a971ade0bd3183238dca10168fb233d100781aca by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5540 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a971ade)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/Builder.java (diff)
Commit d1d203a9d00ad38002f946b2aa96170d8f7beade by mschrag
yes, i know it churns your _files, but it makes it a lot easier to open up this file and see the attribtues/relationships and their types .... so it's for the greater good, right?

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5541 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d1d203a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit 8bfe9cdf882420dbf551155ffb0c5da0b45b5529 by mschrag
i'm not actually sure wtF this code is even doing ... looks SUPER sketchy, but for now, at least make it not have a terrible race condition

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5542 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8bfe9cd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/Preferences.java (diff)
Commit f27bf9e2ee6fd95378ef7b65bc19457fc70f6a28 by mschrag
support for canceling eogen jobs and multiple eogen jobs for the same file will kill eachother accordingly

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5543 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f27bf9e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/ExternalEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/actions/GenerateAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/builder/EOGeneratorBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGenerateWorkspaceJob.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/IEOGeneratorRunner.java (diff)
Commit bdb5b5f3a4658e35a0a039065670012a7ec14137 by qdolan
Remove surrounding white space from url, plugin and driver fields of database config.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5544 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bdb5b5f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODatabaseConfig.java (diff)
Commit e9dfb523cbf6c336913b6fb38b44a3c7b65a7d23 by mschrag
only include models that match the resources patternset

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5545 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e9dfb52)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit fcc956f438c2730cddf91f71a5e59ebc9fb707ae by mschrag
add a package step to the framework build.xml

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5546 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fcc956f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
Commit c06f16b5e7df29abf5f7496dfb8788637893cbaf by mschrag
turns out that method is really expensive to call ... just let it throw an exception, since it should be the rare case

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5549 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c06f16b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/result/LocalizedComponentsLocateResult.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
Commit f3183ec7be27f74aa4312b3b9b7dd0acab70135a by mschrag
http://mschrag.blogspot.com/2008/11/never-hashcode-on-mutable-value.html

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5550 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f3183ec)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOStoredProcedure.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODatabaseConfig.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOArgument.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOJoin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityIndex.java (diff)
Commit ded8d7b168205619a2d326e57ef6bc506abf7e55 by mschrag
rename c&p variable name

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5551 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ded8d7b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
Commit 076ac106353c8a6c55747baa7ed706934722cf88 by mschrag
lazily create the definition path ... I had this commented out before, but I don't recall WHY that was .... I have a sneaking suspicion I'm going to find that out again soon .. 

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5552 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 076ac10)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
Commit ec480a2aace461d8b15e18b2de8e34f109fdc615 by mschrag
Switch the CreateRelationshipDialog to use operations instead of just creating the relationships -- how long has undo not worked for relationships?

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5553 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ec480a2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/AbstractNewObjectAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/NewManyToManyRelationshipOperation.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/CreateRelationshipDialog.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/NewOneToManyRelationshipOperation.java
Commit e81fd8fe24f33bae166e7062a86a9ca5888bbc24 by mschrag
WOL-914 changing attribute optionality should only impact to-one relationships in our own entity, not others that happen to refer to us

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5554 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e81fd8f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit d702222eaccaf4d3c959fdf855d9baf7ca8cfc44 by mschrag
WOL-902 ... that menu item isn't so useful, huh

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5555 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d702222)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorEditorContributor.java (diff)
Commit 906d28b4e3b6f57739f7eb3e7fbfba756f93fe41 by mschrag
WOL-892 when pasting across model groups, if you don't copy every entity that is referenced by the relationships of an entity it would NPE

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5556 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 906d28b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOJoin.java (diff)
Commit ab57c1b27379299df7414797e5545e97b4916c65 by mschrag
remove model loading code that breaks maven

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5557 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ab57c1b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit 9ec335e5c1e47f9aee861b197c4ab81ec5edd3c7 by mschrag
updated for 1.0.9 and eclipse 3.4.1

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5558 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9ec335e)
The file was modifiedentityModeler/Info.plist (diff)
The file was modifiedentityModeler/EntityModeler.product (diff)
Commit 55c8d535bf6a7fff13848b9bce956df072f9923a by mschrag
... wrong jar name for 3.4.1

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5559 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 55c8d53)
The file was modifiedentityModeler/Info.plist (diff)
Commit 8092bf5b9d9634dac6bebda783c896b24bf8156b by mschrag
prevent NPE

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5560 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8092bf5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/VariablesPlugin.java (diff)
Commit f64f755b0b5962f141e40e9a269db9f1412572fe by mschrag
remove startup plugin.xml

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5561 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f64f755)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/plugin.xml (diff)
Commit c433032da018c6b195bd3965fded5595892b38ce by mschrag
what was i thinking calling that code that was inside the eofsql jar

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5562 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c433032)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/SQLUtils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateSQLDialog.java (diff)
Commit 83ac117a6d0edecb9b5c970def07dfa592e4e3e9 by mschrag
1.0.10 includes a fix for sql execution

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5563 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 83ac117)
The file was modifiedentityModeler/Info.plist (diff)
The file was modifiedentityModeler/EntityModeler.product (diff)
Commit b8fcb182cdc5837caa9bcde94ac4c2e60b1f79ec by mschrag
added missing frameworksBaseURL to default Wonder App build.xml

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5564 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b8fcb18)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
Commit f804103e317331e445a2a3d383e228a37e53abef by mschrag
NPE prevention

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5565 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f804103)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java (diff)
Commit dc79974d8741aaa0d36e9ae92855fcb19924d0fb by mschrag
WOL-918 -- I missed an equals and hashCode

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5566 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dc79974)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit a247fbab47f6212a7263eb550eccaf51c4b21803 by mschrag
WOL-859

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5567 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a247fba)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 9ba0c60eb14cd7bb5f9ecf0a8cdccba65fced2e8 by mschrag
source projects always win

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5568 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9ba0c60)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java (diff)
Commit dde37355a85b41907956cefbf03d334a4e025239 by mschrag
default to INFO instead of DEBUG

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5569 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dde3735)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Resources/Properties (diff)
Commit cbdbe4b81bc814f202e6f342c141a667809f89c9 by mschrag
removed old code

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5570 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cbdbe4b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationships/EORelationshipsTableViewer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/arguments/EOArgumentsTableViewer.java (diff)
Commit e23f12f4d2df3f5048cee761c8a28f4a4a10ee33 by mschrag
cast to Collection instead of Set

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5571 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e23f12f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateSQLDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelErrorDialog.java (diff)
Commit f0988f116f8f7e197421f5aff02cee96d9d9d3bb by mschrag
support for eventless actions on the map

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5572 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f0988f1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/utils/NotificationMap.java (diff)
Commit 8dd6a7c261a12011689fb078ebd0affd59001eb4 by mschrag
i have no idea why we were doing this before, but quite possibly to work around mutable keys in a HashSet?

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5573 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8dd6a7c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit 162cb5ef8d437442a025acd128efba543d199281 by mschrag
eventless for ENTITY_MODELER_KEY

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5574 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 162cb5e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/UserInfoableEOModelObject.java (diff)
Commit 42f5a2a364ff5928290ec2572afc3915d81b6bee by mschrag
support for insensitive comparison ... turns out that for PropertyMaps, they're only used when saving, and it's a 10% performance increase on save to sort sensitively ... so this MAY impact your ordering in your plist files, but only if you mixed case in a single domain of objects, which is a little weird, and even if it does ... it's a 10% perf benefit...

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5575 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 42f5a2a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/PropertyListComparator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/PropertyListSet.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/PropertyListMap.java (diff)
Commit ae0f3a5a3908e4eedfeea9dc018acfbbd0f7787b by mschrag
track the dirty state on model objects ... only write files that actually changed (which then falls through to the WOLPropertyList checks for the contents of the plists actually being different)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5577 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ae0f3a5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOStoredProcedure.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit d8193da9831b4ebc5776956dd569219ec06aeb7a by mschrag
don't ever return null from getFullyQualifiedName

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5578 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d8193da)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit 78ed1af8173fca79238c04fd4c87a6d068096e5e by mschrag
WOL-922

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5579 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 78ed1af)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit c90a1202f292e1ceaf7b336634af9b22bf821e7b by mschrag
WOL-923

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5580 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c90a120)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit ccc5e70517dbdd6ce1ca04e210dbbad06b46a797 by mschrag
1.0.12

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5581 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ccc5e70)
The file was modifiedentityModeler/EntityModeler.product (diff)
Commit 93ec7581f7bda6b39954e47e193c5c4846e6b1ca by mschrag
when converting, don't export farmeworks

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5583 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 93ec758)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
Commit 31b319242c7beaa347663f3ead5b5812484cf550 by mschrag
put project names and lowercase versions

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5584 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 31b3192)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
Commit f89cbb435bc485c74ce5ee0245d631dc4baf76fc by mschrag
well .. that was sort of important

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5585 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f89cbb4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
Commit ba91d3c9f481e147617a35df97ceb2569a40f488 by mschrag
lame support for binary files in project templates

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5586 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ba91d3c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
Commit f09d57b015d3b7f0481978f7d427ceba1d53e1b8 by anjo
refactoring of Wonder-D2W templates

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5587 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f09d57b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderd2wapplication/Session.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderd2wapplication/Application.java.vm (diff)
Commit 5442cceff5fa95a5e34fd43b92a3603eb8ae3348 by anjo
refactoring of Wonder-D2W templates

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5588 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5442cce)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderapplication/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderapplication/Session.java.vm (diff)
Commit e4505f50408b292c9514f0cb701ec2aadc696a33 by mschrag
don't disable the join semantic combo

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5589 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e4505f5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
Commit 1f20d760fe2fad2609fca85cd192eb8b9ddfc3c4 by mschrag
added ERX's file copying method

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5590 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1f20d76)
The file was addedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FileUtilities.java
Commit 9448279f509c765b58ab9aa73bda7793b16a7f03 by mschrag
if the file is marked __binary, then copy the file directory -- don't try to run it through velocity

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5591 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9448279)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
Commit c4caa11fc5e438f81aa986f1b71fdf1534281a85 by mschrag
add a junit dependency in -- not using just yet, but coming

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5592 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c4caa11)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
Commit 5d3d011d3541426cd36fbce8a7b241d8c9ff37cc by mschrag
latest dev woproject.jar

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5594 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5d3d011)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
Commit 115417e61455e71a37f7a2fbb62dfc738a9f804f by mschrag
don't write database configs if you can store everything you need to store in the connection dictionary (to preserve the format of old models)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5595 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 115417e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODatabaseConfig.java (diff)
Commit 97d0b090d65d07adf0c6da4f44ab8d7bd78f0bba by mschrag
show the error dialog in the display thread to prevent invalid thread access exceptions

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5596 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 97d0b09)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/CreateEOGenFromEOModelWorkspaceJob.java (diff)
Commit 57354780f4d606bf49b13df9cad6268b5b289b4f by mschrag
added shorter constructor for TagShorcut + added all of the tag shortcuts from 5.4

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5597 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5735478)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TagShortcut.java (diff)
Commit e0b3aa4c4725fb727ae15b84b2bf79989c150138 by mschrag
WOPassword=>WOPasswordField

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5598 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e0b3aa4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
Commit 4e36fb3356ab8a87b9a3cc3d25c67556ba3e2120 by mschrag
skip .svn and CVS folders in template

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5599 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4e36fb3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
Commit e3029022249ce49fb11f2d6edf16a331c159b82a by mschrag
easier overriding of wolips.properties values:

1) you can set wolips.properties= in your build.properties (relative path = loads from ~/Library/Application Support/WOLips/whatever, absolute = ... absolute)
2) you can set WOLips Properties File in the global WOLips Build Preferences (to set a workspace default) -- same rules as #1
3) you can override any settings from wolips.properties in your build.properties (this was supported before, but just reminding)

This should make it easier to experiment with different versions of WO on a per-project (or per-workspace) basis

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5600 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e302902)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/VariablesPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/preferences/BuildPreferencesPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/ProjectVariables.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/Preferences.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/PreferencesMessages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
Commit 5d80346696e4b7e5ce0f959e47634adf2ee24e18 by mschrag
NPE fix

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5601 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5d80346)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOSortableEOModelObjectComparator.java (diff)
Commit 3168c2702cf42a58469ed79a6d0bbc57efaff437 by mschrag
fix build order

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5602 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3168c27)
The file was modifiedwolips/plugins/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.classpath (diff)
Commit 3ba0ebb03bcf3fa65f76441de324d2dd88a7f200 by mschrag
WOL-944 Force add the double-clicked model to the modelgroup even if it would not have matched the given patternsets

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5604 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3ba0ebb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit 33d14c34cb7985d3ac39dc419bb03e3b21367d49 by mschrag
don't throw an exception if you're just about to create the folder two lines later

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5605 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 33d14c3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/TemplateEngine.java (diff)
Commit b7e8af350fb25418cb9f8ab84e54dacb5441a425 by mschrag
WOL-940 correct the default patternsets in maven apps
both of these should be using the new project template system, btw, but I just need to make it basically work.  I also removed resources and wsr from being source folders, which was really odd before

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5606 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b7e8af3)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/resources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/wsresources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/wsresources.include.patternset
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/classes.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/resources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/maven/classes.exclude.patternset
Commit aafab214a01badb4135b5d4b723aad498b8e960f by mschrag
WOL-933 turn off WOLifebeatEnabled by default
you'll thank me in a couple months

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5607 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: aafab21)
The file was modifiedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPLaunchingMessages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/PreferencesMessages.properties (diff)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerLaunchingMessages.properties (diff)
Commit 1b361e71bb0bf99c21b3afd86afb2cb7cc120e6c by mschrag
Fix for loading the global workspace properties file

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5608 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1b361e7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/VariablesPlugin.java (diff)
Commit 5b739e9366bddb2cb4c9ae203f0df121a97bbfc1 by mschrag
WOL-919	Entity Modeler's Migration generation produces incorrect output

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5609 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5b739e9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 5ea4e62b6f848e213893cd6350ed4d99f84d74b0 by mschrag
turn lifebeat back on .. chuck lied to me

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5610 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5ea4e62)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerLaunchingMessages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/PreferencesMessages.properties (diff)
The file was modifiedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPLaunchingMessages.properties (diff)
Commit 860d47f84b2922ec70fbb3f7253900a9c7558b6a by mschrag
just fixing warnings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5611 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 860d47f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
Commit 858bc7be9e363f7873e84996a9923435cffb224b by mschrag
throw a specific exception type for optionality mismatches

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5612 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 858bc7b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationshipOptionalityMismatchFailure.java
Commit 73bba32adfd01f3d35fb0e1e5385ec3614f41a5d by mschrag
don't show a warning when a db config is added (since it might collapse back down later)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5613 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 73bba32)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit 1105159f019fffb43e22c61b8a56272ddca85563 by mschrag
unused import

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5614 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1105159)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
Commit a87c64877d6381cf6c25d1922d5f016205ef4cc1 by mschrag
... and another unused import

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5615 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a87c648)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityIndex.java (diff)
Commit f8a9e97c89c9c406a48a20605969a6754c59e326 by mschrag
make error message clearer

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5616 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f8a9e97)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 083733ec887bc7820788df5d96e520c3c9fb899e by mschrag
remove unused import

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5617 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 083733e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOArgument.java (diff)
Commit 6b8e0f06dd6b9c829ff037577bf6d34f41252f93 by mschrag
config setting to not show relationship/attribute optionality mismatch warnings (which lots of people have and might not want to see)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5618 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6b8e0f0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/EntityModelerPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
Commit 6ff9a65a106f60efc97e09b4575c71e2e2823286 by mschrag
don't draw double parens for the not operator when the qualifier is aggregate

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5619 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6ff9a65)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EONotQualifier.java (diff)
Commit eb7193d23e967e3fb61bb82b2adce520a130b791 by mschrag
WOL-929 EntityModeler mangles fetchspec qualifier when it includes a not statement in the middle of it.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5620 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: eb7193d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/qualifier/EOQualifierParser.java (diff)
Commit 54f73e389a087b9ab3206c1b2bb942f04d0ff7c7 by mschrag
WOL-856 'WebObjects Maven Framework' Wizard raise when I try to create a new project.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5621 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 54f73e3)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenDependenciesProjectWizardPage.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.java (diff)
Commit f1b689270b89ac6e739c521d63b9d05e8fce2c80 by mschrag
WOL-558 remove binding in API Editor does not work

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5622 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f1b6892)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Unbound.java (diff)
Commit da82b3067d9cd9944cc07ed0cbff2668041fad74 by mschrag
WOL-946 build.properties does not update to new hotness from old-and-busted

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5623 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: da82b30)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
Commit 75431738c066aaaf89e93c83d829759b03f01827 by mschrag
WOL-947 Weird selection artifact after renaming an entity

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5625 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7543173)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit eecacb8a1bb923c316a6ccfd0549a205da909409 by mschrag
WOL-942 show the attribute className when it is set (maybe?)
WOL-936 Fix broken className references inside of older models

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5626 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: eecacb8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataType.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EODataTypeLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit 8e11bdd76a17e15cb4f93af600bda8cad1edbfb6 by mschrag
WOL-926 Entity Modeler: Creating a flattened Many to Many relationship doesn't follow Advanced settings for the EO Model

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5627 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8e11bdd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 9686231f1a0b430d364782b3f9035a27dab45fbf by mschrag
BigDecimal was declared in the wrong package ... switch to class literals for the ones that we can do that for.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5629 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9686231)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataType.java (diff)
Commit 1a7b0772637277b96fb18aa2829de4ae704c8f9f by mschrag
Maybe WOL-879 WOLips randomly replaces (ws)resources.*.patternset

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5630 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1a7b077)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectPatternsets.java (diff)
Commit 9bfdac09df578094ce0181bd7bd6053255492dbe by mschrag
WOL-948 API editor: Error dialog shown when existing binding name is pasted

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5632 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9bfdac0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/BindingDetailsPage.java (diff)
Commit 8c0c3892cd4c25df3e7987d03ef71ebbdcbf3b34 by mschrag
fix NPE in WOL property pages when you're not a WO project yet

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5633 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8c0c389)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsDeploymentPropertyPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsPropertyPage.java (diff)
Commit 758dacb64d39bdc2dbab37cb3d85f143382a930d by mschrag
fixed warnings + generate *GenericRecord entities if the actual name of the entity itself is also *GenericRecord

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5634 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 758dacb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGenerateWorkspaceJob.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
Commit 295b75c8296ba638a52e927b7167687be5c7f4bd by mschrag
fix problem with custom prototypes being accidentally removed

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5635 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 295b75c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java (diff)
Commit 5058dbdc58727196f65744d4dc32b65a04f8d2ef by mschrag
NPE fix

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5636 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5058dbd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit 653ec5246e662077363855a0afe5bc219318b2b6 by mschrag
don't hold onto classloaders if a project classpath changes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5637 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 653ec52)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOClassLoader.java (diff)
Commit 62e01794dfb17a194d3a1fe6183268235302d78d by mschrag
WOL-959 create a new EOModel and it has no "Defaults"
- fix for creating default database configs
- fix for NPE when loading models with null connection dictionary
- removed "create default database config" flag (we just figure this out and collapse-on-write now)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5638 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 62e0179)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/EntityModelerPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/PreferenceInitializer.java (diff)
Commit eded62565751fe587df44e660f1103e4c3e85fa9 by mschrag
sheesh ... check for prototype cycles and remove the offending prototype's prototype

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5639 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: eded625)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 824f58d1a723dcfe90cfd2ee2f6509925adc29ee by mschrag
smaller error message for prototype cycles

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5640 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 824f58d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 36caf9283eade46257394fb1e03c9bb9e677e864 by mschrag
remove debug println

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5641 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 36caf92)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/TableRefreshPropertyListener.java (diff)
Commit 357b52ef3131b69409bc373aa12bd923bd1fbef7 by mschrag
WOL-834 Migration generated by Entity Modeler fails
fix this properly, once and for all

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5642 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 357b52e)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityForest.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/MigrationGenerator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityTreeNode.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityComparator.java
Commit 9a39b5ab4381d2119addc2446c529b5274388d08 by mschrag
veogen updated to latest API

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5646 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9a39b5a)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit e66a6f98cc85f5d23785b69c245110e2d3685ff0 by mschrag
1.0.13

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5647 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e66a6f9)
The file was modifiedentityModeler/EntityModeler.product (diff)
Commit 1b6421b4e36f92ed4f5baf46870bc5947c04da78 by mschrag
updated standalone veogen

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5648 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1b6421b)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
The file was addedveogen/java/veogen/VeogenResourceLoader.java
The file was modifiedveogen/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedveogen/package.sh (diff)
Commit c29dff7740f9443ddb0351ac04e62adefe28d988 by mschrag
generate veogen.jar with the svn build number

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5649 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c29dff7)
The file was modifiedveogen/package.sh (diff)
Commit 6c304dd872961c4ed8c2eba5e14fe1e9d9c4218a by mschrag
generate eomodeldoc.jar with the svn build number

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5650 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6c304dd)
The file was modifiedeomodeldoc/package.sh (diff)
Commit ab9f7f4112126d6660284bd02d98bfc1a852fcdc by mschrag
another java.lang.BigDecimal=>java.math.BigDecimal ... this one has been here for a REALLY long time, though

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5651 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ab9f7f4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit 3c60c0b24981b2187b74dfc58182460bda12d1da by mschrag
WOL-348 Add support for loading models from inside of jar files

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5652 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3c60c0b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/URLUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit c9bfa1b96d3e159cbecc5aaa1321ec2987ab9ddd by hprange
Fix for NullPointerException while opening EOModels inside jar files. It still doesn't open the model correctly though.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5654 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c9bfa1b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit 50b40ee7d92ff5bb486e876dffd78969ccc5f820 by mschrag
more fixes to className/
valueClassName repair

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5655 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 50b40ee)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 19a845c65a63c77d220cdcfc20d299848be23769 by mschrag
support jars inside and outside of the workspace

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5656 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 19a845c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit ffb75af9f51afc2f29335c000207bf2eb9b49c1a by mschrag
same error message != same error

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5657 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ffb75af)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelVerificationFailure.java (diff)
Commit fe93fd987fe6a6dacd43565d0390b27f53eb1219 by mschrag
this isn't perfect for double-clicking a jar, but it's closer than before

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5658 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fe93fd9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit 7f1b3fa7f10b672f27da3ca3ef18156488a65915 by mschrag
updated woproject.jar for dev

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5659 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7f1b3fa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
Commit 7f77c94612c5324d793e13c6c453859c97d0c824 by mschrag
don't put a show button for ones that can't be shown

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5660 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7f77c94)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelErrorDialog.java (diff)
Commit 77143360f9a149259ed405a7153c5c141dc7976e by mschrag
take out explicit references to 3.4.0 (some things are now 3.4.1 and I think it might be causing some update conflicts)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5662 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7714336)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
Commit ee9f754a8a1f005cff2efc496c1bd582248a4485 by mschrag
remove unused PDE dependency so WOL installs properly with the "Eclipse Java Edition"

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5664 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ee9f754)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
Commit dc314a5585ec1d0b27af778942592dd6ed62c76b by mschrag
support for java.math.BigDecimal in addition to "BigDecimal"

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5666 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dc314a5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit df6931d24577a0ca21dbcbcc0399e6d12a5bfc35 by qdolan
Generate fully qualified type signature.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5668 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: df6931d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit a086d4159c386c3ef8494962ef6663ea0a1b8ef0 by mschrag
replace $ with . when renderer inner classes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5669 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a086d41)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelRenderContext.java (diff)
Commit 8a6d15a7b1da4dfeabbaf03c9d4201ce8d31706c by mschrag
new EOCustomXxxPrototypes from Wonder

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5670 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8a6d15a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit 25c650f8083504c5bf5b873601c35bfa466dcad8 by mschrag
5th time's a charm?  blame anjo -- i'm innocent here, people

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5671 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 25c650f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
Commit 41c4114105eab87ce244f165745bc28f9c386dc9 by qdolan
Add support for wonder's longText prototype to migration template

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5672 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 41c4114)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 747467edff939b6a17408b88f77dfcc6d6cfc81c by qdolan
Don't generate sql for attributes that are derived.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5673 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 747467e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit b2388308d8fcaa8bb26bd8709b9e1b6c299524ef by mschrag
fix for workspaces with spaces in their filenames

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5674 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b238830)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/URLUtils.java (diff)
Commit 0cba7022f1841b051173cb50e58223478508ee8c by mschrag
double support

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5675 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0cba702)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 591b24e089fdabc52b72ff6b5d2fb13256dc5913 by mschrag
WOL-609  Entity Modeler and embedded eclipse Entity Modeler copy from text field copies attribute instead of text

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5677 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 591b24e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/PasteAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/CopyAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/CutAction.java (diff)
Commit 130467fb37fa210847e8b4927b72539c0446ba1a by mschrag
added toString

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5678 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 130467f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseDependency.java (diff)
Commit e089e225b30bc7c5b8abc5f050f6d843abf60381 by mschrag
WOL-972 Exception when moving a Component that is under svn version control


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5679 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e089e22)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/input/ComponentEditorInput.java (diff)
Commit 751d55dade56397d5deaaa5b5253e73b6794c7b1 by mschrag
don't add the javadoc location if it's null

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5680 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 751d55d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipsePathFramework.java (diff)
Commit 0466b40e20912cf21649bcb02f25e3dc22a14247 by qdolan
Loosen WOLips' strangle hold on component file/folder encoding type settings.
This should help eliminate unnecessary encoding entries being added to .settings/org.eclipse.core.resources.prefs when creating new components.
Will need to watch this for any unexpected encoding mismatch warnings.


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5683 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0466b40)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/AbstractEngine.java (diff)
Commit de25ae60529a952218dc69615535a437b5b6c27a by mschrag
made templating more generic so it can be used for more than just projects

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5684 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: de25ae6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOFrameworkWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOnderD2WApplicationWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOnderFrameworkWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/D2WebServiceApplicationWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOApplicationWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/template/SelectTemplateWizardPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/InstallTemplateOperation.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/D2WApplicationWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOnderApplicationWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/JarProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/template/NewProjectFromTemplateWizard.java (diff)
Commit 4107f0c34653bc33fd7ef83fec615cbe27a84966 by mschrag
support for project-relative component templates, with build.properties overrides for the template folder

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5685 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4107f0c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/template/NewProjectFromTemplateWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit 65efc29b3265f1d9d231c920b4ab6aa6d8a8a6f3 by qdolan
minor fix from mikes generic template change

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5688 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 65efc29)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.java (diff)
The file was modifiedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java (diff)
Commit 838318bdf576ca9bb5249617ca66d32a83f4a8c6 by mschrag
whoops .. sorry folks ... some test code

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5689 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 838318b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit 8ed0bde0879701008f8d8c47b8f40b00f7cd85ad by qdolan
Don't create duplicate components within a project.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5690 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 8ed0bde)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit b32f5aee22df740578f38ded9d0c0a61ae2e05fb by qdolan
Added custom displaygroup class support to display group editor. Can now use ERXDisplayGroup etc, including auto populated generics.
Note: This only checks that a class is a WODisplayGroup subclass, it doesn't reflect the class to ensure it has the necessary static methods for woo instantiation to work correctly.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5691 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b32f5ae)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/WooeditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyOperation.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupDetailsPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit 1615a3ef99b95e5e8b9c353b5f93ca8a6cb245a6 by qdolan
Only replace displaygroup fields when they have actually changed.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5692 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1615a3e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit a266ef16be1a9076bb5f503ac400c6f576cfc589 by qdolan
Master detail doesn't need special handling.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5693 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a266ef1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
Commit 30a3f33322dbb95c91a45d4e4bdedf0d41ed41ec by qdolan
Don't allow wocomponents to be created within another component

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5694 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 30a3f33)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit 76fd70132430e4b02bb0b3892728cd89fc0e5abf by qdolan
Another attempt at doing binding validation with generic type resolution.
Not sure if this is going to have cache issues.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5695 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 76fd701)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit 4d17ed1522c7b97517a498e546ab85d0632de99b by qdolan
Resolving generic type values is different between fields and methods.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5696 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4d17ed1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 29cddbe977e40326c274ddc4cf176dc092a32312 by qdolan
Grrr.. generics.. humph. (this could take a few more attempts)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5697 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 29cddbe)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit d69f882d14595f9227467455399547fefc9a1338 by qdolan
The 14th time is a charm.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5698 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: d69f882)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 6e32845a611c0c38d5c24b94cd05e578e567fad3 by qdolan
More generic type resolution changes.
This time we don't cache key binding search results for classes with generic types unless it's an empty result set.
We need to do this to force  a new binding key to be instantiated and passed the binding key's declaring type which is then used to resolve the generic type parameters.


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5700 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 6e32845)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
Commit 4c4645a3e56a3feb4569cce341efbae8fae4e582 by mschrag
store entity modeler's files in a more macish place

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5701 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4c4645a)
The file was modifiedentityModeler/config.ini (diff)
Commit 71c451d1dc2b210e0ad58da7804b5fecfd56a35c by mschrag
added a getBundleName on IProjectAdaptor that will (eventually) return the real framework name rather than the project name

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5702 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 71c451d)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/project/IProjectAdapter.java (diff)
Commit e10801ef04a8c55f972354dace7787af10254e36 by mschrag
added convenience method to add a project reference to another project, checking to see if the referenced project is a framework, and if so, adding the framework dependency rather than the direct project dependency

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5703 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e10801e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/IEclipseFramework.java (diff)
Commit 5f6586506b88e044f51f04d031753c927505aade by mschrag
WOL-981 .classpath generated in wrong order for new Wonder apps that reference project frameworks
+ dynamically remap project refs to framework refs (where appropriate)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5704 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5f65865)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
Commit 06f43b4a9aaf0d439fa6bd5300fc0950952034d4 by mschrag
don't parse a blank child text node

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5706 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 06f43b4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 684f13fde5a8fa4d6ebd014b49394fc638c6f439 by mschrag
added toDebugString to all FuzzyXMLNodes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5707 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 684f13f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLFormatComposite.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLProcessingInstructionImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLNode.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLTextImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLDocTypeImpl.java (diff)
Commit c3955f4228395a1595d950050feb3cc124e1d170 by mschrag
added beginnings of a test case

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5708 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c3955f4)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/test/jp/aonir/fuzzyxml/FuzzyXMLParserTest.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.classpath (diff)
Commit cff10bc306b255f0ba76a861eaf8fc604576e326 by mschrag
added support for parsing and validating "[var: xxx]" style bindings

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5709 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cff10bc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/HtmlElementCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
Commit 97a09a05ed9477feee44fb6a3498bb018d823c8e by qdolan
Fixed typo in argument list which caused InsertHtmlAndWodAction to exhibit incorrect behaviour.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5713 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 97a09a0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodBinding.java (diff)
Commit 09db3ae1164a1de6ad706dd6a9954eab39828985 by mschrag
* Added support for xxx:yyy style bindings in the WOD editor
* Don't try to parse the "yyy" of xxx:yyy bindings as keypaths

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5714 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 09db3ae)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/ElementNameRule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/SingleWordRule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/WodEditorPreferencePage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/BindingValueNamespaceRule.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/WodScanner.java (diff)
Commit 82529b7e919b58e7c7cc89fae2f814f39d6f52a5 by mschrag
WOL-992 Entity Modeler eats factoryMethodArgumentType = EOFactoryMethodArgumentIsNSData;

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5715 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 82529b7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFactoryMethodArgumentType.java (diff)
Commit 5aea37a59f225e836fce48279fe245ed54a50582 by mschrag
WOL-993 Entity Modeler migration generator doesn't seem to recognize EOFactoryMethodArgumentIsNSData

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5716 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5aea37a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 7a4309c256e0fd60e6efa2804f757e6099193c50 by mschrag
couple osgi fixes

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5720 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7a4309c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/META-INF/MANIFEST.MF (diff)
Commit 992adc153767bd164eb09dd344c032ef9020025b by mschrag
trying to make it slightly easier to work on EntityMigration0.java + fixed parse error in the previous version

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5721 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 992adc1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 9b5d8beb84be6c6a82f34a3e5d11dcbe87d94b3e by mschrag
WOL-991  JavaClient specific build.xml content could be improved

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5722 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9b5d8be)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
Commit 4ffbcba09515279b1a779bcbe8174cf9299a76c6 by mschrag
WOL-985 Update Wonder D2W Application Template to match the current Wonder Application Template

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5723 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4ffbcba)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/resources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/template.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/.settings/org.eclipse.core.resources.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/classes.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.wo/MenuHeader.html
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.api
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOnderD2WApplicationWizard.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Resources/Properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/WebServerResources/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.wo/PageWrapper.html
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/resources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.wo/PageWrapper.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.wo/PageWrapper.wod
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__basePackage_folder__/Session.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/classes.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Resources/d2w.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.wo/MenuHeader.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__componentsPackage_folder__/Main.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__basePackage_folder__/DirectAction.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.api
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.api
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__componentsPackage_folder__/MenuHeader.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.wo/MenuHeader.wod
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.wo/Main.html
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.wo/Main.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/wsresources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/wsresources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.wo/Main.wod
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__basePackage_folder__/Application.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/.project
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Libraries/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Resources/user.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__componentsPackage_folder__/PageWrapper.java
Commit 9813acc1f8f65337bcb0ee3b04abab8abeca2283 by mschrag
disable the class name text editor if the selected data type is "Custom"

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5724 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9813acc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
Commit 9762fb14c565817be1777f3d296a9cd4a41f8a98 by hprange
WOL-1000: Reorganize modules hierarchy
WOL-999: Remove the deprecated maven-archetype-woapplication from build

There is a special module for archetypes now: 'woproject/maven2/archetypes'.

I've refactored the woproject-parent-all to not build all submodules by default. Now we have to execute 'mvn clean install -P build-all' to achieve this goal. This kind of configuration is more flexible and will make the release task easier in the future.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5763 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9762fb1)
The file was removedpom.xml
Commit 28a4cf6622f3d296c96a357fc6406529e7616e23 by mschrag
prevent NPE if your project adapter is null

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5771 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 28a4cf6)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/Builder.java (diff)
Commit f18b6356e911b3b019f1a07873e3e6c8fa184cfe by mschrag
5.6 has a different return value, so the compiled method signature binding no longer matches

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5772 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f18b635)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar (diff)
Commit 3d962434652e0537e9299e439b75472e7d71ca10 by mschrag
cast the result of ec.objectsWithFetchSpec so things build on 5.6

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5773 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 3d96243)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_Entity.java (diff)
Commit 0459b9e6865f66c0f173bc8bace67c704afdeb53 by mschrag
1.0.16 3.4.2 EM

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5775 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0459b9e)
The file was modifiedentityModeler/Info.plist (diff)
The file was modifiedentityModeler/EntityModeler.product (diff)
Commit a9c69a9dc003ac752488ff559dc3e7457c59a7fd by mschrag
warn when multiple models in a model group have been edited

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5776 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a9c69a9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit b843c2cea9d53614f2261b3bbc6d5e0015361e2a by mschrag
add hashCode and equals to ManifestSearchFolder

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5777 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b843c2c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/ManifestSearchFolder.java (diff)
Commit e6518846ac35b19e35daf9707ad1be8431d160e7 by mschrag
if a model group factory loads more than one model, there's a pretty good chance you can stop loading ... this saves a lot of time if your project defines both idea AND eclipse project files, and you want to be able to short circuit

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5778 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e651884)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractManifestEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/IEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit f87b22a6b7647d1704e282b0dbf4466a6e95c37e by mschrag
skip .wo and Java folders inside Resources

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5779 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f87b22a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelGroup.java (diff)
Commit 83c384b210a675099778c83a63c955986f9e1026 by mschrag
don't warn if we remove a valueClassName or className that was inferred by us at load time to begin with ... only warn if you explicitly had declared a value class name or a class name

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5780 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 83c384b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit ec58913f45ef23e66cdddc5465585135b9fbb5f7 by mschrag
remove duplicates from project scanners + prevent FileNotFoundException

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5781 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ec58913)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/EclipseProjectEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOClassLoaderFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOModelGroupFactory.java (diff)
Commit 1d06456640348cc36a6e6eeb8a5ba7bedd47f782 by mschrag
eclipse pde is being kind of finnicky ... this seems to make it better

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5782 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1d06456)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/META-INF/MANIFEST.MF (diff)
Commit b5cadeaa6e0279623404ad55c9386e7329ce11cd by mschrag
prevent NPE

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5783 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b5cadea)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/IDEAProjectEOModelGroupFactory.java (diff)
Commit a741917dc2da12246f7482caf86dcdb6e20942c9 by mschrag
eclipse pde is being kind of finnicky ... this seems to make it better

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5784 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: a741917)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
Commit e1acffb4f8f211730689ed5f7b121d3c1677448a by mschrag
eclipse pde is being kind of finnicky ... this seems to make it better

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5785 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e1acffb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
Commit 06ccd7487cdff5ffcb17587b8224e05f6c208c6e by mschrag
make a real sash instead of a gray line

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5786 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 06ccd74)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorTab.java (diff)
Commit ef4dad753e6c7fb8d69c5d2f40485be0f2548553 by mschrag
Total hack, but it looks nicer with a gray hairline between the sash and the text editor (at least with maclipse)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5787 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ef4dad7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
Commit 79eba2db9d23fefe8820283ab0bf9b6b546859b4 by qdolan
Rewrote generic type resolution for binding validation and completion. This could break binding validation completely or it could fix the single level of indirection problem.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5788 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 79eba2d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 41d4f5d8ea19b70cf8a1ff34a009ce2ddf6a12a3 by qdolan
Prevent infinite loop

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5789 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 41d4f5d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 03d76f7d317a28ec2c9eecbf934ac37c14d9e374 by mschrag
well, it's for the good of mankind that i had to take this out because of a redraw issue

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5790 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 03d76f7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
Commit 254e8185417e94aa10848af347a25fbf530ef0a2 by qdolan
Doh! Dynamic strings don't just magically intern themselves. Using equals() instead of ==

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5791 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 254e818)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit fe9e63aa3a5fc66b77946b231576926da9a4f2ba by qdolan
Restrict WOLips properties panes to project properties

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5792 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fe9e63a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/plugin.xml (diff)
Commit 5bebe2d87238bcd665c11192fdece07146e0afe7 by mschrag
prevent NPE when you have a duplicate relationship name

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5793 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 5bebe2d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
Commit b6989cfe544e891f829945e4de05909a73d4f1d1 by mschrag
WOL-1013 Refactor : Format command in component editor is swallowing text


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5795 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b6989cf)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/test/jp/aonir/fuzzyxml/FuzzyXMLParserTest.java (diff)
Commit b617996dcbd39459c1d4591d668cc8dcc8e9a66c by mschrag
WOL-1009  Entity Modeler: Attribute's "Common Class Property" value isn't saved

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5796 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: b617996)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit ff6b44400640b60b965fe4c43754123bd122366f by qdolan
Changed attribute values to use minimal XML entity references when escaping.
Don't disable attribute value escaping when WO54 is set.
Keep processing instructions (eg. <?xml .. ?> tags) before the doctype when reformatting

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5797 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ff6b444)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/FormatRefactoring.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLProcessingInstructionImpl.java (diff)
Commit dcdb25398642af91849d06aa0ece80107bfe1af9 by mschrag
it wasn't PDE being weird, it was the !@$@! maven plugins ruining my dev environment

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5798 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: dcdb253)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
The file was modified3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
Commit 961865a8ab9d713245d4e0ff5e417652b4e33888 by qdolan
Support for 'cd in terminal' when selection is a file.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5799 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 961865a)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/java/org/objectstyle/wolips/goodies/ui/mac/actions/CdInTerminalAction.java (diff)
Commit bfe5ff3685301713789b215bda83debe6e0f2a29 by qdolan
Fix logic error in generic type resolution

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5800 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: bfe5ff3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit f923fb58a35b247ae43c63fa4d1de5db7ca5f56e by mschrag
WOL-1019 Content assist no longer works in WOD between : and {


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5801 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f923fb5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
Commit 34cae609ecb2d8f122b7c84e01a20fa3de792604 by mschrag
WOL-1019 Content assist no longer works in WOD between : and {

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5802 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 34cae60)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
Commit 0bc7a1276615c9aa6f8f0629bfbb5a944ce29877 by mschrag
WOL-1021  Missing } in wod file should show an error
added tentativeElementName support because it was getting confused between namespaced bindings and element names (which look the same to the parser)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5803 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0bc7a12)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
Commit ae6508942447cddc90fc904125e29337fffef1bc by mschrag
WOL-1022  Additional space in a webobject html tag should be flagged as an error

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5804 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ae65089)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
Commit 2381d1346307b98be63fbea67973eee762217833 by mschrag
WOL-996  NullPointer trying to run WO application on Windows

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5805 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2381d13)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/delegates/WOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
Commit 2a52db487e9051395cdd3ad927dda3713f487b63 by ldeck
WOL-939 Adding initial cut of a new component/controller creation wizard
- extends JDT type creation wizard
- customisable source folders with smart defaults
- java charset encodings listed
- visual separation of view/controller controls

TODO:
- auto populate serialVersionUID
- auto open component view also
- use project properties templates
- wizard icon from Andrew Lindesay (final?)


git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5806 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2a52db4)
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationWizard.java
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/icons/action/new-component-controller.png
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/icons/wizban/add-component-controller.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WizardsPlugin.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/plugin.xml (diff)
Commit 504470af060a395e728a98fa10eafd32a28b9106 by ldeck
WOL-939 removing left over debugging sys.err messages and providing class/method names for error messages.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5807 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 504470a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java (diff)
Commit e79c8e1bff537aa4e8925bf68787e358edeca6ee by ldeck
WOL-939 polish
- defaults from current selection are determined for superclass, package, source folders, interfaces.
- shortened list of encoding options to a basic list
- improved validation logic for possible/rejected source paths

  

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5808 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: e79c8e1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java (diff)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/CharSetUtils.java (diff)
Commit 2244ec85c0ea5d548bcfa8b75cd079ff27866ad1 by ldeck
WOL-939 adding javadoc for CharSetUtils defaultCharsetEncodingNames
TODO confirm the list

  

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5809 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 2244ec8)
The file was modifiedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/CharSetUtils.java (diff)
Commit 70dcb19c6cc728e89067b329d27775c4a1f53d09 by mschrag
Added Dave's D2JC project template

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5812 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 70dcb19)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Resources/_EntityClient__binary
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/woproject/classes.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/WebServerResources/Java/log4j-1.2.15.jar__binary
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__componentsPackage_folder__/JavaClient.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/woproject/wsresources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.externalToolBuilders/__projectName__JCBuilder.launch
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Components/Main.wo/Main.html
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__basePackage_folder__/DirectAction.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Support/log4j license
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Components/Main.wo/Main.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__clientSideEOFPackage_folder__/MyGenericRecord.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__serverSideEOFPackage_folder__/MyGenericRecord.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/user.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/woproject/classes.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Resources/Properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__basePackage_folder__/Application.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__basePackage_folder__/Session.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/woproject/resources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Components/Main.api
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/woproject/wsresources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.project
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/woproject/resources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/javaclientbuild.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Components/JavaClient.wo/JavaClient.html
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Libraries/log4j-1.2.15.jar__binary
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/ClasspathClient.txt
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Components/Main.wo/Main.wod
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__componentsPackage_folder__/Main.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Components/JavaClient.wo/JavaClient.wod
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.settings/org.eclipse.core.resources.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Components/JavaClient.wo/JavaClient.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Resources/client.eogen
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Resources/EntityClient__binary
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/template.xml
Commit 59d83cee17bb8135d4f15b653d0d07bcfdbba75e by ldeck
WOL-939 disabling super interfaces from wizard gui and fixing regression for creating blank components (so they're actually blank).

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5830 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 59d83ce)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java (diff)
Commit f4725bb2970dcae1bfdb5dd52238d3c3ad4cf403 by hprange
Adding better description for WOLips Maven plug-ins. Using only one group called "Maven Support" for both extensions: Apple Integration and WOLips Maven 1.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@5851 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f4725bb)
The file was modifiedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/default.properties (diff)
The file was modifiedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/feature.properties (diff)
The file was modifiedmaven/features/org.objectstyle.wolips.maven/feature.properties (diff)
The file was modifiedupdate/local/site.xml (diff)
The file was modifiedmaven/features/org.objectstyle.wolips.maven/default.properties (diff)
Commit 09ea06e49417876d4cd64019af774ea1fcef6c29 by mschrag
merged eclipse_3_6 into trunk



git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6191 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 09ea06e)
The file was removedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/feature.properties
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/java/org/objectstyle/wolips/maven/core/mavenlaunchers/internal/MavenLauncherWrapper.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EODataTypeContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/storedProcedureContent.html.vm (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Libraries/xercesImpl.jar__binary.jar
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/Builder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModelMap.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOAppleLicenseWizardPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/pattern/PatternsetMatcher.java (diff)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/actions/CdInShellAction.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ResourceUtilities.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOStoredProcedure.java (diff)
The file was removedtptp/features/build.xml
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.settings/org.eclipse.jdt.core.prefs
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/java/org/objectstyle/wolips/goodies/ui/mac/actions/RevealInFinderAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Support/log4j license
The file was modifiedentityModeler/Info.plist (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/JdtPluginStartup.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeAdvancedEditorSection.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTextCellEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/resourceloader/ResourceLoader.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.ui.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/build.properties
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/IEditorTarget.java
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/BuildResourceValidator.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/classes.include.patternset
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/MenuHeader.wo/MenuHeader.html
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLFormatComposite.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__componentsPackage_folder__/MenuHeader.java
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/jna/CoreFoundation.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractManifestEOModelGroupFactory.java (diff)
The file was removedgoodies/features/org.objectstyle.wolips.goodies.mac.feature/default.properties
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/AbstractBaseActivator.java
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/resources.exclude.patternset
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/Activator.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/DataSetsPluginTest.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/PluginImages.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/BuildProperties.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/Preferences.java (diff)
The file was removedgoodies/features/org.objectstyle.wolips.goodies.mac.feature/build.xml
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/.settings/org.eclipse.jdt.ui.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Resources/Properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/java/org/objectstyle/wolips/deployment/ui/actions/InstallAction.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecPrefetchingEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLNode.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/PBDotProjectBuilderTest.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOLipsCompilationUnit.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/woproject/wsresources.exclude.patternset
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/preferences/AppleMavenPreferencePage.java
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/NativeHelper.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/PrincipalClassRenameParticipant.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/WebServerResources/__placeholder__
The file was removedgoodies/features/org.objectstyle.wolips.goodies.mac.feature/feature.properties
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPLaunchingMessages.properties
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.settings/org.eclipse.jdt.core.prefs (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/java/org/objectstyle/wolips/maven/core/mavenlaunchers/internal/MavenLauncherExtensionPointTest.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JDBCConnectionDictionarySection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/template.xml
The file was removedbase/features/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/.project
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.properties
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/actions/RevealInFileBrowserAction.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/actions/OpenComponentAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EOFSQLUtils56.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/WodScanner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/tests/AbstractProjectTestCase.java (diff)
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/.settings/org.eclipse.jdt.ui.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.core.prefs
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.classpath
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/META-INF/MANIFEST.MF
The file was modifiedveogen/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/NewRelationshipAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToWOBuilderActionDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/ElementTypeRule.java (diff)
The file was removedtptp/features/org.objectstyle.wolips.tptp.feature/.project
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.ui.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/HtmlProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtilities.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/java/org/objectstyle/wolips/thirdparty/commonscollections/Activator.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/DataSetsTestSuite.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/BrowserTextObservableValue.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/d2w.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/SimpleManifestUtilities.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/default.pbxuser
The file was modifiedveogen/java/veogen/Veogen.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Resources/client.eogen
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/groupHeader.vm
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToWodEditorActionDelegate.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Components/Main.wo/Main.html
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/PageWrapper.wo/PageWrapper.woo
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
The file was removedbase/features/org.objectstyle.wolips.base.feature/build.xml
The file was addedgoodies/features/org.objectstyle.wolips.goodies.feature/.project
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/logging/ConsoleLogger.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/WOJRebelPluginProvider.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/AbstractOpenWizardAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListContentProvider.java
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/FullBuildDeltaVisitor.java (diff)
The file was removedgoodies/features/org.objectstyle.wolips.goodies.win.feature/feature.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.settings/org.eclipse.jdt.core.prefs (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/META-INF/MANIFEST.MF
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/AbstractJavaProjectAdapterType.java
The file was modifiedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/feature.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/AbstractDataSetTest.java
The file was removedbase/features/org.objectstyle.wolips.base.feature/default.properties
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTableViewer.java
The file was addedeomodeldoc/eomodeldoc.sh
The file was modifiedwolips/plugins/org.objectstyle.wolips/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/WOLipsAntPropertyValueProvider.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.variables/java/er/extensions/foundation/ERXValueUtilities.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/RESTConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/NatureTest.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/JarBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/WonderEntity.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator56.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-beanutils-1.7.0.jar
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListKeyLabelProvider.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/woproject/resources.exclude.patternset
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/PreferencesMessages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/actions/OpenSourceAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JNDIConnectionDictionarySection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/EOModelWOLipsResource.java
The file was modifiedentityModeler/java/entitymodeler/actions/OpenEOModelAction.java (diff)
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ComponentEngine.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-beanutils-1.7.0.jar
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/default.properties
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Support/xerces+license__binary
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-digester-1.8.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/CommentRule.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTreeCellNavigationStrategy.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListKeyLabelProvider.java
The file was removed3rdparty/features/org.objectstyle.wolips.thirdparty.feature/feature.xml
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.wo/MenuHeader.wod
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToJavaEditorActionDelegate.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils53.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/about.properties
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/TableRowDoubleClickHandler.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/IEclipseFramework.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/build.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EOFSQLUtils.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntitySharedObjectsEditorSection.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/AbstractFolderAdapterType.java
The file was modifiedentityModeler/java/entitymodeler/actions/NewEOModelAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOGeneratorWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/FuzzyXMLWodElement.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/MiscTemplates/FrameworkInfoPList/Info.plist
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.wo/PageWrapper.wod
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListTypeEditingSupport.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/MultilineCommentRule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/AbstractFuzzyXMLNode.java (diff)
The file was removedbase/features/org.objectstyle.wolips.base.feature/feature.xml
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/OpenComponentAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/Nature.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTreeCellNavigationStrategy.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateTripleClickAdapter.java (diff)
The file was removedmaven/features/org.objectstyle.wolips.maven/feature.xml
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/ListContentProvider.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseDependency.java (diff)
The file was addedentityModeler/InsideEclipse.product
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/groupFooter.vm
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/org/objectstyle/wolips/eomodeler/doc/EOModelGraffleGenerator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/OpenDeclarationAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtils.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF
The file was modifiedentityModeler/EntityModeler.product (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/template.xml
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseJarFramework.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__clientSideEOFPackage_folder__/MyGenericRecord.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/EOFSQLUtils.jardesc
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOComponentWoo.java
The file was modifiedentityModeler/java/entitymodeler/Application.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/java/org/objectstyle/wolips/thirdparty/log4j/Activator.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath53
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Libraries/log4j-1.2.15.jar__binary
The file was removedmaven/features/build.xml
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/java/org/objectstyle/wolips/maven/ui/actions/TouchAllProjectXMLOperation.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entityIndex/EOEntityIndexBasicEditorSection.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/DatabaseConfigSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/indexContent.html.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/StringDataTypePanel.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOComponentJava.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListPath.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.wo/Main.html
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/java/org/objectstyle/wolips/thirdparty/cayenne/Activator.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath56
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditor.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/IProjectAdapterFactoryTest.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.classpath (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/AbstractObjectAction.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IEOModel.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtils.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/LRUMap.java
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.wo/MenuHeader.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/MiscTemplates/ApplicationInfoPList/Info.plist
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WOJavaRuntime.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TagShortcut.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__basePackage_folder__/Session.java
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/actions/OpenWOAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/PasteAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/about.html
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOComponentWoo.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/delegates/WOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.settings/org.eclipse.jdt.ui.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecRawFetchEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/InlineWodElementHyperlinkProvider.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/Project.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.core.prefs
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/logging/ConsoleLogger.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeBasicEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/woproject/classes.exclude.patternset
The file was removedmaven/features/org.objectstyle.wolips.maven/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/PrincipalClassMoveParticipant.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceConstants.java (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/WodElementTypeHyperlink.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__basePackage_folder__/Application.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/Activator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipsePathFramework.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/java/org/objectstyle/wolips/editors/launcher/SystemEditorLauncher.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/java/org/objectstyle/wolips/goodies/core/win/NativeHelper.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsPropertyPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Components/Main.wo/Main.woo
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/SimpleWodBinding.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/plugin.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/resources.include.patternset
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/pattern/IStringMatcher.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/plugin.xml (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/utils/WOProjectUtils.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/KeyComboBoxCellEditor.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlPreviewTab.java (diff)
The file was removedmaven/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.wo/PageWrapper.html
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WorkbenchUtilities.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/EclipseDependencyOrdering.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/velocity-tools-generic-1.4.jar
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceConstants.java
The file was removedbase/features/org.objectstyle.wolips.base.feature/.project
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/MacRefreshProvider.xcodeproj/project.pbxproj
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateSourceEditor.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/avalon-logkit-2.1.jar
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.core.prefs
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/.settings/org.eclipse.jdt.core.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/model/EOModelAdvancedEditorSection.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/wsresources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__basePackage_folder__/DirectAction.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateConfiguration.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditor.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/AdaptableTestSuite.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/DocumentationPropertySection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-chain-1.1.jar
The file was modifiedveogen/package.sh (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator53.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/BindingValueRule.java (diff)
The file was modifiedentityModeler/icons/newEntity32.png (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ProjectFrameworkAdapter.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ProjectFrameworkAdapterFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/java/org/objectstyle/wolips/target/TargetBuilderNature.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/META-INF/MANIFEST.MF
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/.project
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/.settings/org.eclipse.jdt.core.prefs
The file was removedgoodies/features/org.objectstyle.wolips.goodies.win.feature/.project
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.ui.prefs
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/ListContentProvider.java
The file was removedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/feature.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/LRUMap.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/WOUtils.java
The file was addedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/IWOLipsResource.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/velocity-1.5.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/CopyAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOLastModified.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/default.properties
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/.project
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/properties/AppleMavenPropertyPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelErrorDialog.java (diff)
The file was modifiedentityModeler/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/UtilsTest.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/JavaProjectClasspath.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/java/org/objectstyle/wolips/maven/launching/internal/DefaultMavenLauncher.java
The file was removedmaven/features/org.objectstyle.wolips.maven/feature.properties
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/URLUtils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapterTest.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/builder/IBuilder.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Resources/user.d2wmodel
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/ConvertInlineToWodRefactoring.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/java/org/objectstyle/wolips/maven/ui/MavenUIPlugin.java
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPWOJavaLocalApplicationLaunchConfigurationDelegate.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/pattern/StringUtilities.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/preferences/PreferenceInitializer.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTextCellEditor.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/resourceloader/ResourceLoader.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__componentsPackage_folder__/PageWrapper.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/woproject/resources.include.patternset
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/file/PBDotProjectAdapterTest.java (diff)
The file was removedbase/plugins/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/WOLips32-32.png
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/.settings/org.eclipse.jdt.core.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/WOBuildPropertiesInitializer.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/lib/commons-collections-3.1.jar
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/.settings/org.eclipse.jdt.ui.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/woproject/resources.exclude.patternset
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/.settings/org.eclipse.jdt.core.prefs
The file was removedtptp/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/project/ProjectAdapter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/RefactoringWodBinding.java (diff)
The file was removedeomodeldoc/package.sh
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/EOFSQLUtils56.jardesc
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/JavaProjectLaunchParameter.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOComponentApi.java
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/lib/jsr223-api.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/tags/WOTagLibResourceChangeListener.java (diff)
The file was removedgoodies/features/org.objectstyle.wolips.goodies.win.feature/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/TemplateValidator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/ErrorUtils.java
The file was removedtptp/features/org.objectstyle.wolips.tptp.feature/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/WOLipsResourceAdapterFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSortOrderingEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/java/org/objectstyle/wolips/eogenerator/jdt/EOGeneratorCreator.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/Activator.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__componentsPackage_folder__/MenuHeader.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/woproject/wsresources.include.patternset
The file was modifiedeomodeldoc/.classpath (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/project/IProjectPatternsets.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/StableDataStructureFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedView.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOComponentApi.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/file/PBDotProjectAdapter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/PatternsetDeltaVisitor.java (diff)
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/.project
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/META-INF/MANIFEST.MF
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/Main.wo/Main.wod
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/SetTool.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectInput.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__basePackage_folder__/Application.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/WOLipsNatureUtils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/logging/PluginLogger.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/attribute.vm
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFetchSpecification.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/BuildVisitor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/project/IProjectAdapter.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/actions/OpenEOModelIndexAction.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IEOEntityJava.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/builder/AbstractOldBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/Activator.java
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPWOJavaApplicationLaunchShortcut.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EOFSQLUtils53.jar
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityStoredProceduresEditorSection.java (diff)
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/jna/CoreServices.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-digester-1.8.jar
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/Activator.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOComponentBundle.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/META-INF/MANIFEST.MF (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/ResourceUtilities.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ApiTab.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/woproject/wsresources.exclude.patternset
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/WOIncrementalBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateSQLAction.java (diff)
The file was addedjrebel/features/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was addedjrebel/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/entityContent.html.vm (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EntityModelerSQL.jardesc
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/build.properties
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/AppleMavenPlugin.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/IDataSet.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/velocity-1.5.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/storedProcedure/EOStoredProcedureBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseProjectRoot.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/DeleteTagRefactoring.java (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-54-5.0.jar
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/IJavaProjectAdapterFactory.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/PageWrapper.wo/PageWrapper.html
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/SetTool.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/DoubleDataTypePanel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/header.vm
The file was modifiedentityModeler/plugin.xml (diff)
The file was modifiedwolips/plugins/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentProcessor.java (diff)
The file was modifiedeomodeldoc/java/eomodeldoc/EOModelDoc.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/toOne.vm
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToHtmlEditorActionDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsDeploymentPropertyPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__componentsPackage_folder__/Main.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/woproject/classes.exclude.patternset
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/databinding/observable/CustomSWTObservables.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.ui.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyInfo.java (diff)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerLaunchingMessages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/WooTab.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/.project
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/ErrorUtils.java
The file was removedbase/build.xml
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.classpath (diff)
The file was removedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__componentsPackage_folder__/Main.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/StableDataStructureFactory.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/java/org/objectstyle/wolips/thirdparty/commonscollections/Activator.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Support/xerces+notice__binary
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/lib/commons-collections-3.1.jar
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/about.ini
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/ListTool.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/EOModel.java
The file was removedmaven/features/org.objectstyle.wolips.maven/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FileUtilities.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__basePackage_folder__/MainNavigationController.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/OpenEntityModelerAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/Activator.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/AbstractEngine.java (diff)
The file was removedgoodies/features/org.objectstyle.wolips.goodies.win.feature/feature.properties
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOComponentHtml.java
The file was addedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/preferences/WOLipsPropertiesPreferencesPage.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/AbstractBaseUIActivator.java
The file was removedtptp/features/org.objectstyle.wolips.tptp.feature/feature.xml
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityBasicEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Resources/Properties
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.api
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/NavigationMenu.plist
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodHtmlUtils.java (diff)
The file was removedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/.project
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__componentsPackage_folder__/JavaClient.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/CloseDefinitionWordDetector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/propertypages/WOLipsDevelopmentPropertyPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/.settings/org.eclipse.jdt.ui.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/ListTool.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/internal/DataSet.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/Throttle.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/CutAction.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/util/StatusLogger.java
The file was addedjrebel/plugins/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__basePackage_folder__/DirectAction.java
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/.classpath
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.ui.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.project
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/English.lproj/Localizable.strings
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListValueEditingSupport.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListContentProvider.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOLipsModel.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOComponentDefinition.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/Activator.java
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/.cvsignore
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ComparisonUtils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/ProjectVariables.java (diff)
The file was removedapple/features/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLElement.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/java/org/objectstyle/wolips/thirdparty/log4j/Activator.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOComponentBundle.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/TypeNameCollector.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/plugin.xml
The file was addedwolips/plugins/org.objectstyle.wolips.wooeditor/.settings/org.eclipse.jdt.core.prefs
The file was removedgoodies/features/org.objectstyle.wolips.goodies.win.feature/default.properties
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/CustomDataTypePanel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Components/Main.api
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/META-INF/MANIFEST.MF (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/java/org/objectstyle/wolips/maven/tests/MavenCoreTestSuite.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
The file was addedgoodies/features/org.objectstyle.wolips.goodies.feature/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/CharSetUtils.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/woproject/wsresources.include.patternset
The file was modifiedbuild.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOComponentHtml.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/build.xml
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/java/org/objectstyle/wolips/goodies/ui/mac/actions/CdInTerminalAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ComparisonUtils.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/.cvsignore
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/folder/FolderAdapterFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/openEntity/OpenEntityHandler.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-validator-1.3.1.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/VerifyAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/preferences/BuildPreferencesPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/org/objectstyle/wolips/eomodeler/doc/EOModelDocGenerator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/WOTableViewer.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/ClasspathClient.txt
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/builder/WodBuilder.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/subEntity.vm
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/IDataSetTypes.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__serverSideEOFPackage_folder__/MyGenericRecord.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/MarkerEOGeneratorListener.java (diff)
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.h
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListTypeEditingSupport.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/SingleWordRule.java (diff)
The file was modifiedentityModeler/icons/newFetchSpecification32.png (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/.settings/org.eclipse.jdt.ui.prefs
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/actions/OpenWOMavenApplicationWizard.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/ElementNameRule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.classpath (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/ProjectNatures.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/indexOverview.html.vm (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.wo/Main.wod
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__basePackage_folder__/DirectAction.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/WooModel.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/default.properties
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/java/org/objectstyle/wolips/maven/core/mavenlaunchers/IMavenLauncher.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/logging/ILogger.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/WOHierarchyScope.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/lib/cayenne-1.2M12.jar
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/.project
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOLipsResource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/AbstractCacheEntry.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/AbstractProjectAdapterType.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreationPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/PageWrapper.wo/PageWrapper.wod
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenDependenciesProjectWizardPage.java
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/TableRowDoubleClickHandler.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpathShared
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EODataTypeLabelProvider.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/DefaultDeltaVisitor.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenApplicationProjectWizard.java
The file was modifiedupdate/local/site.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/IApi.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Components/JavaClient.wo/JavaClient.html
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/lib/log4j.jar
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/IHateCCombo.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.project
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/MenuHeader.wo/MenuHeader.woo
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/.project
The file was removedtptp/features/org.objectstyle.wolips.tptp.feature/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseProjectFramework.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListTypeLabelProvider.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/WOFrameworkContainerPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/Main.wo/Main.html
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/PrincipalClassChange.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/AbstractBaseActivator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/TableViewerSupport.java (diff)
The file was addedeomodeldoc/eomodelgraffle.sh
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/WebServerResources/Java/log4j-1.2.15.jar__binary
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/java/org/objectstyle/wolips/components/editor/IComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/TemplateEngine.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/javaclientbuild.xml
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/lib/log4j.jar
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemFile.java
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-53-5.0.jar
The file was addedwolips/plugins/org.objectstyle.wolips.variables/schema/org.objectstyle.wolips.variables.buildPropertiesInitializer.exsd
The file was removedmaven/plugins/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/IPropertyListChangeListener.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/SimpleManifestEOClassLoaderFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Resources/_EntityClient__binary
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/URLUtils.java
The file was modifiedgoodies/features/build.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/woproject/classes.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.settings/org.eclipse.core.resources.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemProject.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/internal/Api.java
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/lib/jna.jar
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.api
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOLipsCompilationUnit.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLAttributeImpl.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/builder/EOGeneratorBuilder.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/Main.wo/Main.woo
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.ui.prefs
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.ui.prefs
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-lang-2.1.jar
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/build.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/footer.vm
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipAdvancedEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/preferences/WOLipsDirectoryFieldEditor.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/java/org/objectstyle/wolips/maven/core/MavenCorePlugin.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/DateDataTypePanel.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataType.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/CharSetUtils.java
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenDirectoriesComponent.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/java/org/objectstyle/wolips/workbenchutilities/WorkbenchUtilitiesPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/java/org/objectstyle/wolips/maven/ui/actions/TouchProjectXMLAction.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/ErrorDialog.java
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/build.properties
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Components/JavaClient.wo/JavaClient.woo
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/FormUtils.java
The file was removed3rdparty/features/org.objectstyle.wolips.thirdparty.feature/default.properties
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/classes.exclude.patternset
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.api
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/MavenProjectWizardArtifactPage.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateBreadcrumb.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/labeldecorator/ResourcesLabelDecorator.java (diff)
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/icons/WOLips16-16.png
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/.classpath
The file was modifiedentityModeler/icons/flattenRelationship32.png (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/pattern/StringMatcher.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/actions/ShowFileInShellAction.java
The file was addedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.settings/org.eclipse.pde.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/java/org/objectstyle/wolips/locate/result/LocalizedComponentsLocateResult.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/.settings/org.eclipse.jdt.core.prefs
The file was addedgoodies/features/org.objectstyle.wolips.goodies.feature/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/PBDotProjectBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLAttribute.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/MenuHeader.wo/MenuHeader.wod
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/GenerateMigrationAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.classpath
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/META-INF/MANIFEST.MF (diff)
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.m
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/actions/ShowFileInExplorerAction.java
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__componentsPackage_folder__/PageWrapper.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/schema/mavenlaunchers.exsd
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__basePackage_folder__/Session.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/AdapterCache.java
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/woproject/wsresources.include.patternset
The file was addedeomodeldoc/java/eomodeldoc/EOModelGraffle.java
The file was removedapple/plugins/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/AntNature.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorTab.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedLabelProvider.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/GenericWOLipsResource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupDetailsPage.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/EMAction.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/DataSetsPlugin.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/ProjectPatternsets.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/toMany.vm
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/variables/WorkingDirResolver.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/EOEntityJava.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathProvider.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__basePackage_folder__/Session.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/logging/PluginLogger.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/icons/woproject/woapplication_wiz.gif
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/refactoring/actions/RenameWOComponentAction.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODatabaseConfig.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/BindingValidationPreferencePage.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListTypeLabelProvider.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelContentOutlinePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/META-INF/MANIFEST.MF (diff)
The file was addedgoodies/features/org.objectstyle.wolips.goodies.feature/feature.xml
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOComponentJava.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/entity.vm
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSQLEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/IEditorTarget.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/DotXcodeBuilder.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/IFolderAdapterFactory.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCacheInvalidator.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/velocity-tools-generic-1.4.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/icons/woproject/eomodelGroup_wiz.gif (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/user.d2wmodel
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/ProjectBuilder.java
The file was addedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/IBuildPropertiesInitializer.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ArrayUtilities.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WizardNewWOResourcePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/DataDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/AbstractIncrementalProjectBuilder.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshProvider.java (diff)
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.properties (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-lang-2.1.jar
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/AbstractResourceAdapter.java (diff)
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/preferences/PreferenceInitializer.java
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Resources/EntityClient__binary
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/Main.wo/Main.woo
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/databinding/observable/ComboObservableValue.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/WOAntBuilder.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToApiEditorActionDelegate.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtilities.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/messages.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/logging/ILogger.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkClasspathContainer.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.externalToolBuilders/__projectName__JCBuilder.launch
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/os/macosx/libMacRefreshProvider.jnilib
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Components/Main.wo/Main.wod
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/.project
The file was removed3rdparty/features/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/WOLips32-32.png
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOClassLoader.java (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/.project
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/AbstractMavenProjectWizard.java
The file was removedgoodies/features/org.objectstyle.wolips.goodies.mac.feature/feature.xml
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.core.prefs
The file was addedgoodies/features/org.objectstyle.wolips.goodies.feature/feature.properties
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/build.xml
The file was removedgoodies/features/org.objectstyle.wolips.goodies.mac.feature/.project
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/MenuHeader.wo/MenuHeader.html
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/BundleEOModelGroupFactory.java
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/default.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateAssistProcessor.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemResource.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/ProjectFiles.java
The file was removedapple/plugins/org.objectstyle.wolips.apple.mavenintegration/java/org/objectstyle/wolips/apple/mavenintegration/wizards/WOMavenFrameworkProjectWizard.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/VariablesPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/IWodElement.java (diff)
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/native/macosx/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/about.ini
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/KeyComboBoxCellEditor.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/folder/DotSubprojAdapterTest.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlineSelectionHandler.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditorPart.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/IncrementalBuildDeltaVisitor.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOLipsModel.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/DeleteAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedContentProvider.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapter.java
The file was modifiedentityModeler/config.ini (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/LProjFolder.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/Throttle.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/default.properties
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/default.properties
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/avalon-logkit-2.1.jar
The file was modifiedscripting/features/org.objectstyle.wolips.groovy.feature/feature.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Components/JavaClient.wo/JavaClient.wod
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/build.xml (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListValueLabelProvider.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/modelContent.html.vm (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Libraries/__placeholder__
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPWOLocalJavaApplicationTabGroup.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.project
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/graffle/relationship.vm
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/openEntity/OpenEntityDialog.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/Activator.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/.project
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/woproject/classes.include.patternset
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-chain-1.1.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFolderRoot.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/D2JCApplicationWizard.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/java/org/objectstyle/wolips/maven/launching/MavenLaunchingPlugin.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/JavaProject.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/build.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/project/WOLipsCore.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils56.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListEditorPart.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FileUtilities.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyOperation.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer56.java
The file was removedmaven/plugins/org.objectstyle.wolips.maven.launching/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/IApiTest.java
The file was removed3rdparty/features/org.objectstyle.wolips.thirdparty.feature/.project
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/oro-2.0.8.jar
The file was modifiedentityModeler/icons/newAttribute32.png (diff)
The file was modifiedentityModeler/icons/newRelationship32.png (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/actions/RenameWOComponentAction.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/about.html
The file was modifiedwolips/features/org.objectstyle.wolips.feature/feature.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/Main.api
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineerFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListKeyEditingSupport.java
The file was removedapple/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Sources/__componentsPackage_folder__/Main.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/modelOverview.html.vm (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/template.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecOptionsEditorSection.java (diff)
The file was removedtptp/features/org.objectstyle.wolips.tptp.feature/feature.properties
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/ErrorDialog.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Components/PageWrapper.wo/PageWrapper.woo
The file was addedwolips/plugins/org.objectstyle.wolips/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/index.html.vm (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/default.properties
The file was removed3rdparty/features/org.objectstyle.wolips.thirdparty.feature/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/ComponentWOLipsResource.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/BuildPropertiesAdapterFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/about.properties
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/pattern/PatternsetMatcher.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGeneratorFactory.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.core/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOnderD2WApplicationWizard.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/plugin.xml
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListValueLabelProvider.java
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/commons-validator-1.3.1.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/BuildHelper.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListKeyEditingSupport.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelSaveErrorDialog.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/user.d2wmodel
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/IPropertyListChangeListener.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.velocity/build.properties
The file was removed3rdparty/plugins/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/IntegerDataTypePanel.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EntityModelerSQL.jar
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/EOFSQLUtils53.jardesc
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/.settings/org.eclipse.core.resources.prefs
The file was removedtptp/plugins/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/adaptable/IProjectAdapterFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/IWOComponentDefinition.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/SubclassEntityAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodModel.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/IWo.java
The file was modifiedentityModeler/java/entitymodeler/ApplicationWorkbenchAdvisor.java (diff)
The file was removedmaven/plugins/org.objectstyle.wolips.maven.ui/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/java/org/objectstyle/wolips/htmlpreview/editor/PreviewRenderDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/indexModels.html.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/AbstractNewObjectAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOSubprojectCreator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/TablePropertyViewerSorter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorEditor.java (diff)
The file was removedapple/features/org.objectstyle.wolips.apple.mavenintegration.feature/default.properties
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/document/DocumentWodModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/file/FileAdapterFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ResourceUtilities.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/Properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WizardsPlugin.java (diff)
The file was removedmaven/features/org.objectstyle.wolips.maven/default.properties
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/build.xml (diff)
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/.project
The file was addedentityModeler/java/entitymodeler/OpenDocumentEventProcessor.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/SimpleManifestEOModelGroupFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/woproject/resources.include.patternset
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/ReverseEngineerAction.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/AbstractBaseUIActivator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/HtmlCacheEntry.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListValueEditingSupport.java
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/resources/WOLipsResource.java
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshMonitor.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/Utils.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__basePackage_folder__/Application.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/JdtPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreator.java (diff)
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/ArrayUtilities.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/IHateCCombo.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/FlattenAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/folder/BuildAdapter.java (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/utils/WOProjectClassLoader.java
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder D2W Application/Resources/d2w.d2wmodel
The file was removed3rdparty/plugins/org.objectstyle.wolips.thirdparty.cayenne/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/DecimalNumberDataTypePanel.java (diff)
The file was removed3rdparty/build.xml
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPLaunchingMessages.java
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/.settings/org.eclipse.jdt.core.prefs
The file was removedbase/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/plist/PropertyListPath.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/ConvertInlineToWodAction.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.datasets/java/org/objectstyle/wolips/datasets/pattern/QuotedStringTokenizer.java
The file was removedtptp/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPLaunchingPlugin.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer53.java
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemFolder.java
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.xml
The file was removedbase/plugins/org.objectstyle.wolips.baseforplugins/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/lib/oro-2.0.8.jar
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkResourceListener.java
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/project/ProjectAdapterFactory.java (diff)
Commit 0d31aff8a41d712fdb6388c6dcbd2c16027b9aad by mschrag
no idea why this didn't all merge properly



git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6192 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0d31aff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/parser/BindingValueNamespaceRule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelErrorDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/Builder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java (diff)
Commit 14ccf3a1b3a07d73e0e57b701da157971033915f by mschrag
whoops ...



git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6193 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 14ccf3a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelErrorDialog.java (diff)
Commit 87db9a61d91843b23d539a45e58dc70aca50ac91 by mschrag
fix fetchSpec template for subentities



git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6194 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 87db9a6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit fdca3b0c10571cff1aaca28d293a9195cee3eeb8 by mschrag
release the attributes and relationship throttle threads

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6196 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: fdca3b0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityEditor.java (diff)
Commit 57b3ae769d0d7714fa3489c1be3605501d2d6a89 by mschrag
speed up the throttle some

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6197 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 57b3ae7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/SelectionThrottle.java (diff)
Commit 7d06b5ef9af70d889092575a5cfdd448c61507e4 by mschrag
call through the accessor (helps debugging)

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6199 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 7d06b5e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
Commit ac9279f1b1e45997d4f66b7a655e7007e508cb0f by mschrag
oh my god .. burn in hell bug. burn in hell. i've been hunting you down for months.

this is the bug where you save a java file and cmd-shift-2 back to the component editor only to find that your focus is all messed up -- the cursor is in the html editor, but not all your keys work right because you're secretly half-focused on the wod editor. so you paste, and the paste goes into the wod editor, but if you move the cursor keys, it appears that you're in the html editor. it's the most annoying bug ever and it's plagued me on 3.6. good riddance.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6200 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ac9279f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/launcher/ComponentEditorMatchingStrategy.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
Commit 1f6f7202c19d4a4e1c7b2778fb8c3239151f0da4 by mschrag
add translation for "raw rows only"



git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6202 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 1f6f720)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
Commit 246fe76ae2ed534fd266f5de995ab44c498088d4 by mschrag
prevent NPE

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6204 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 246fe76)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 4aa2d002eda86a60cced2db98ed643215d14e781 by mschrag
fix for single file components

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6206 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 4aa2d00)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
Commit cbb88a2de6cc0b90356a8b4c061aa9044d1cfb8e by mschrag
prevent an infinite loop in workspace refreshing and support symlinked workspaces

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6208 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: cbb88a2)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshMonitor.java (diff)
Commit ddd7272cec82d781df1861e4012472d1468d25b4 by qdolan
Added TD to list of non self closing tags

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6210 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: ddd7272)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLElementImpl.java (diff)
Commit 159cde26d748d445f5c7b53c88589b26b158df72 by mschrag
whoops .. wrong damn branch



git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6212 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 159cde2)
The file was addedwolips/features/org.objectstyle.wolips.mechanic.feature/.project
The file was addedwolips/features/org.objectstyle.wolips.mechanic.feature/build.properties
The file was addedwolips/features/org.objectstyle.wolips.mechanic.feature/feature.xml
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/META-INF/MANIFEST.MF
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/ImportProjectTaskScanner.java
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/Activator.java
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/plugin.xml
The file was addedwolips/site/org.objectstyle.wolips.mechanic.site/.project
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/.settings/org.eclipse.jdt.core.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/ImportProjectsTask.java
The file was addedwolips/site/org.objectstyle.wolips.mechanic.site/site.xml
The file was addedwolips/plugins/org.objectstyle.wolips.mechanic/.project
Commit f57da5faaa29e8f5b126e795c445d378470b7cbb by qdolan
WOL-1192 - Finder no longer shows parent folder instead of exact file.

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6213 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: f57da5f)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/NativeHelper.java (diff)
Commit 0d5a06a0ae41d022d039d22c8216c0f8c79c81ab by qdolan
Updated for JRebel 3.5

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6214 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 0d5a06a)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-54-5.0.jar (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-53-5.0.jar (diff)
Commit 36a1055278a9a2c99009d1b6e409a4e9d543c45a by qdolan
Fix "Cd in Terminal" for folder names with spaces

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6215 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 36a1055)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/NativeHelper.java (diff)
Commit c8ffc811c0f9fc773af60e52d5aef2386e303654 by qdolan
Merging r6216 from stable into trunk

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6217 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: c8ffc81)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
Commit 9d2c72edaeebb5f3100a71d7d575fd267023783d by qdolan
Merging r6218 from stable into trunk

git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6219 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
(commit: 9d2c72e)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
Commit 234144f2ce90de2959af0ea281e895a74ec06dbf by qdolan
Added empty dirs needed to build
(commit: 234144f)
The file was addedjprofiler/lib/.gitignore
The file was addedscripting/lib/.gitignore
The file was addedjrebel/lib/.gitignore
The file was addedwolips/plugins/org.objectstyle.wolips/lib/.gitignore
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/lib/.gitignore
The file was addedgoodies/lib/.gitignore
The file was addedwolips/lib/.gitignore
Commit 7dce8c0829c443cf632c2c9ea7cb9a193738487e by johnthuss
remove precision and scale from columns of type "double"
(commit: 7dce8c0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit b97e3d2c1f58aa999c74b3cd7e40c4d149547c51 by johnthuss
migration0 generation improvements: 
- add default values
- add indexes
- support date columns
(commit: b97e3d2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/Migration0.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/Builder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemProject.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/AntBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/build/IncrementalBuilder.java (diff)
Commit 1ca985582c4211ec09d739c625ed2223c38ff061 by qdolan
Added additional timestamp valuetype.
(commit: 1ca9855)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataType.java (diff)
Commit 40c5b6d38d639dbe603d83154852b5d9c9ba0f83 by qdolan
Revert "Added additional timestamp valuetype."

This reverts commit 1ca985582c4211ec09d739c625ed2223c38ff061.
(commit: 40c5b6d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODataType.java (diff)
Commit b44a0b01c7be06afaf28d478dd98730ea9dfe319 by qdolan
Try to prevent random deadlock when saving components
(commit: b44a0b0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
Commit f0b08fb6d175ff88e02d05c57b65e8256a2f011e by qdolan
Improve concurrency handling of TypeCache
(commit: f0b08fb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodParserCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiCache.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/AbstractCacheEntry.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/TypeCache.java (diff)
Commit f20ff90d02019146bb4494434976723603c55daf by qdolan
Expand scope of synchronised block to avoid non critical null check race condition.
(commit: f20ff90)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/AbstractCacheEntry.java (diff)
Commit c3e3afa218a035ca1fc77d8af508439318c9c1e0 by qdolan
Updated veogen to build with 3.7.
Modified package script to build new jar
Added ant build.xml file
(commit: c3e3afa)
The file was modifiedveogen/.classpath (diff)
The file was addedveogen/build.xml
The file was modifiedveogen/package.sh (diff)
Commit dcc3be17d5b60f476e2870249412ec9cd0b4f6d8 by qdolan
Updated to latest mechanic
(commit: dcc3be1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/ImportProjectTaskScanner.java (diff)
Commit 2cdf2706fd2423ef5f8a8e2974c78e7aa2a01ed2 by qdolan
added new utility method for path conversion
use a working base dir to compute paths
added cardinality
better handling of working dir, error checking, use the bundle model group now
(commit: 2cdf270)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/PathUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/BundleEOModelGroupFactory.java (diff)
Commit ed47892a391507805c103871b0c201c7153a88a5 by qdolan
Fix default path for EOGeneratorModel path resolution.
(commit: ed47892)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
Commit 10b3a305c11b792f97d92ac4cba727fc9cd52f53 by q
Update class path for eomodeldoc to 3.7
Add ant build script for eomodeldoc
(commit: 10b3a30)
The file was modifiedeomodeldoc/.classpath (diff)
The file was addedeomodeldoc/build.xml
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-54-5.0.jar (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-53-5.0.jar (diff)
Commit 10ac73941df2ada89e4a12f813e70437023990f3 by q
Preserve insertion order into sets to keep eogen files consistent.
(commit: 10ac739)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit f0f333f54daea3e2d547319b15bf88f174b4a2ad by q
Disable style check of attribute names until it can be made user selectable.
(commit: f0f333f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 7bc9978ba9fd70add9dbc93d5ae4ea54f2a02045 by q
Fix relative workingdir path resolution
(commit: 7bc9978)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit 6e29119d1fb40f78885afba94aff4e8ddf314674 by q
Prevent unsynchronised modification of resourcePaths set.
(commit: 6e29119)
The file was modifiedwolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/types/WOHierarchyScope.java (diff)
Commit 87c802679bbedaf1bf6d49da99578dc445ef70ba by q
Fix completion bug when binding value contains ':' character
(commit: 87c8026)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
Commit c4b12dc2bced6fe103a55f13bf851e633e709bef by q
Handle embedded and escaped quotes better when excluding quoted values
(commit: c4b12dc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
Commit 69e1e73c8b92bcedaf02ad4dbed4097a3cf7765f by q
Disable false positive validation error
(commit: 69e1e73)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EORelationship.java (diff)
Commit 593c19136ed1660266672ce14a59019a30b31b24 by q
Added setAllowsConcurrentRequestHandling(true); to all Application class template. This is a common question that people ask for performance, and unless you are doing something very wrong, setting it to true by default should be fine for 99% of people.
(commit: 593c191)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_wol_application_54/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2webservice_application/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/Sources/__basePackage_folder__/Application.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/woapplication/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Sources/__basePackage_folder__/Application.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_neu_application_52/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_bas_application_52/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderapplication/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_wol_application_52/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/Sources/__basePackage_folder__/Application.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/Sources/__basePackage_folder__/Application.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/Application.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_neu_application_54/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderd2wapplication/Application.java.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_bas_application_54/Application.java.vm (diff)
Commit 63c8487d814540a82c84628c36a7064cdac6253d by q
Added missing properties for two wizards
(commit: 63c8487)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/Messages.properties (diff)
Commit 3a23b0ccd9d167ebb0f1913efa14df89a90aee5d by q
Setting embed.Local and embed.System to true by default, since this is a common "problem" for developers, and it's best practices to embed frameworks anyway.
(commit: 3a23b0c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/woapplication/build.properties.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderd2wapplication/build.properties.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderframework/build.properties.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2webservice_application/build.properties.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/woframework/build.properties.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderapplication/build.properties.vm (diff)
Commit 49a5740c1716d59a087ae7305501242b29898b22 by q
Removed servletDeployment from the build.properties for Modern D2W app + added missing Libraries folder
(commit: 49a5740)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Libraries/__placeholder__
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/build.properties (diff)
Commit 95a4ac13c5579c9fe5178c62ad865f1fe9e50ef5 by q
Removed the old documentation, and added links to the source code, Jira and the wiki.
(commit: 95a4ac1)
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/reference/preferences.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wolips/WOLips-medium.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/select_eomodel.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/woproject/wocomponent_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/select_component.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/h/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wolips/step_1.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/wiz/new_framework.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pde/Step2.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/plugin_wolips_build.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tips/refactoring.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/perspective/enable_disable_build.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/w/webserverresources.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/point_name_application.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/point_name_framework.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tips/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/o/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/launch/arguments.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/launch/wo.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/coding.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/d/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/launch/jre.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/name_framework.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/eomodeler/webobjects_eomodeler.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wolips/component_step_2.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/x/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pde/Step3.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/template_engine/my_templates_my_context.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tips/building.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/eclipse.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/plugin_wolips_log.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/i/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/wiz/add_eomodel.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/t/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/plugin_wolips_ui.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wolips/WOLips-large.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/b/building.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/perspective/package_explorer.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/perspective/actions.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/plugin_wolips.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/plugin_wolips_wobuild_properties.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/template_engine/MyContextStep3.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/woproject/woapplication_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/launch/common.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wolips/project_step_1.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/wiz/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/coding/step4.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wobuilder/webobjects_builder.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/n/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/concepts.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wobuilder/wocomponent_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/coding/step3.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/p/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/launch/main.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/k/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wolips/project_context_menu.png
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/install.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/m/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tips/launching.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/coding/step6.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tips/organising.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/u/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/l/launching.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wobuild/disable_build.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/r/resources.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/a/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/woproject/woframework_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tips/debugging.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/history.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/faq.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wobuild/enable_build.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/container/container.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/s/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/perspective/related.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/select_framework.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/proj_wolips.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pde/Step4.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/wiz/new_application.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/b/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/coding/step1.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/test.html
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/index.html (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/future.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wolips/WOLips-icon.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/j/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pde/Step1.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/coding/step2.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/reference/plugins_features.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/proj_path.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/name_application.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wolips/project_step_2.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/wiz/import_application.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/q/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/l/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/wiz/add_component.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/project_name_component.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wolips/component_step_1.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/programmer/build.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/profile.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/template_engine/MyContextStep2.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/reference/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/step1a.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/z/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/woproject/woproject_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/introduction.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/eclipse/organize_imports.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/wiz/import_framework.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/d/debugging.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tips/classpath.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/step1b.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/woproject/wosubproject_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/v/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pde/Step5.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/r/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/e/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/project_name_eomodel.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/reference/perspectives_views.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/template_engine/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/wiz/select_application.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/y/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/reference/project_context_menu.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/f/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/issues.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wizban/webobjects_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/pref/plugin_wolips_launch.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/coding/step5.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/launch/classpath.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/perspective/perspective.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/template_engine/MyContextStep1.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/programmer/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/programmer/pde.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/w/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/b/build.properties.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/build.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/wolips/WOLips-small.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/launch/source.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/woproject/eomodel_wiz.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/b/build.xml.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/programmer/api/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/c/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/icons/projectbuilder/projectbuilderwo.gif
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/images/eclipse/refresh_workspace.jpg
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/tasks/launch.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/a-z/g/index.html
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/doc_root/examples/targets.plist
Commit e74c35602833d3935c7cb42bd842d113f58777de by q
Had to modify the TOC too.
(commit: e74c356)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/toc_root.xml (diff)
Commit 2e1010baf9c1ed9b3aa7356d961aaca91c9af4a6 by q
http://issues.objectstyle.org/jira/browse/WOL-1200

Added support for mutableDict prototype. Patch provided by Johann Werner.
(commit: 2e1010b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit feb44d08ece64e14eb5bdb652de8e57a69c5f791 by q
http://issues.objectstyle.org/jira/browse/WOL-1186

Added missing WebServerResources folder
(commit: feb44d0)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/WebServerResources/__placeholder__
Commit 0e3dae29c1a2063b2f2edeae9458e8802c3a1cc1 by q
http://issues.objectstyle.org/jira/browse/WOL-1180

Currently the login page form is submitted by a link firing some js.

Meaning that hitting return has not effect. Adding a woimagebutton as the first element in the form remedies this oversight.

Patch by David LeBer
(commit: 0e3dae2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/Main.wo/Main.html (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/Main.wo/Main.wod (diff)
Commit f618d78bde144711a2abd46cc5cb1ed5987697b3 by ramseygurley
Improvements to vertical inheritance modeling in entity modeler.
(commit: f618d78)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
Commit 7b267420111b1fb5a35b26cccd5b0445a6dc094c by ramseygurley
Flattened attributes don't have a column name
(commit: 7b26742)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 654789f41261dfb1464d0a63c08970d0c228bff5 by ramseygurley
Update to fix PK column generation for migrations of vertically
inherited entities.
(commit: 654789f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 419274b4ba1a87487903bc380e4206099b0b70dc by q
Prevent infinite loop when type is not known
(commit: 419274b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodCompletionProcessor.java (diff)
Commit 86866479bfc57218ff7ff36bacae235da053e499 by ramseygurley
WOL-1202: [PATCH] Added support to entity modeler for new EOAttribute
characteristics
http://issues.objectstyle.org/jira/browse/WOL-1202
(commit: 8686647)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/CustomDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFactoryMethodArgumentType.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractEOArgument.java (diff)
Commit 8d220d7a0cfda2f168259d981bff69822f85771a by ramseygurley
Fix for C2O. Now splitting on &amp; instead of &
(commit: 8d220d7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/java/org/objectstyle/wolips/womodeler/server/Request.java (diff)
Commit fc69259de7bf40bb20c7c9134827668d19e3a152 by ramseygurley
Updated C2O fix. Request looks rather general so it should
probably support & as well as &amp;
(commit: fc69259)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/java/org/objectstyle/wolips/womodeler/server/Request.java (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-54-5.0.jar (diff)
Commit ee9fc4ad4f528298a3bb2f68332f5a73e4586b7d by johann.werner
sort entities by name to make the ordering in the migration definite
(commit: ee9fc4a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityForest.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntityTreeNode.java (diff)
Commit ab78b40c9b087489aad93634a0f4a463841448c0 by johann.werner
change the java class name inside of the api file when renaming component
(commit: ab78b40)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java (diff)
Commit 498c15e763c34abbf0342ac962025650a54f6ff9 by johann.werner
when no width is given for attribute with factory method expecting a string don't insert a width param in migration
(commit: 498c15e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 72aa240268594d8ac670107fe6087f72cb8cbc76 by johann.werner
sort launch configurations by parameter name
(commit: 72aa240)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/Preferences.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/ui/CommonWOArgumentsTab.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/ILaunchInfo.java (diff)
Commit a729f6b91b3f3402d5e15c452084a44c8f9486b4 by johann.werner
use generics for argument/parameter vector
(commit: a729f6b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/ui/CommonWOArgumentsTab.java (diff)
Commit 4f4eee5be28abe5ee9704c8aeb1bb5a416578141 by q
Added some properties to turn off specific modelgroup factories in veogen
(commit: 4f4eee5)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit fdec6ebe2d772dd87430416628d10be62b11b374 by johann.werner
should use newDateColumn in migration if valueClassName and valueType are pointing to date instead of timestamp
(commit: fdec6eb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 4cb1e93da97f6b89ce2194a8f9d22b234bd65af2 by q
Added force option to veogen

Fixed some indentation anomalies
(commit: 4cb1e93)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit c3c23d61fb1e9eda242430eedb72a02d9a8f47de by Pascal Robert (probert)
Added missing properties for the LaunchPreferences dialog
(commit: c3c23d6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/PreferencesMessages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/preferences/LaunchPreferencesPage.java (diff)
Commit 63a94ae7e98b74e04ad8e6495942b67899b02612 by Pascal Robert (probert)
Issue #42. Put the WO Component by default into the Components folder
(commit: 63a94ae)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit f4bb686f3d8b364b02fb043cea7669323052b5df by Pascal Robert (probert)
Issue #45. WOHost should be added to the default WO arguments.
(commit: f4bb686)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/PreferencesMessages.properties (diff)
Commit f3ef437585206cf13ef3c9f1d853f2026e31ebde by Pascal Robert (probert)
Issue #47 WOL-898 It's not possible to create a Component on the project root
(commit: f3ef437)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit 1dce54c76e682ed77972dd24940d0cc5e101f24f by q
Fixed HTML Comment
Fixed veogen build
(commit: 1dce54c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLSourceEditor.java (diff)
The file was modifiedveogen/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/plugin.properties (diff)
Commit c3683264aa8b340652f8bcebbde7004bc96a9786 by q
Allow underscores in component instance names
(commit: c368326)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/actions/ComponentInstanceNameVerifyListener.java (diff)
Commit 4e0e684cfdb0b9e03fe5d9b9952ec78b27118420 by q
Don't convert eogen model paths to absolute when in eclipse.
(commit: 4e0e684)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
Commit e11690a0897ab61d790dc3f0313ea674de0eb25b by q
Add support for outputting to STDOUT
Add support for only generating specific EOModels / Entities
(commit: e11690a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit 9c7fc83375a574097bc2a558e438d593fc3e8a2b by q
Fix logic error in stdout handling
Drop model name from entity name list
(commit: 9c7fc83)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
Commit 19fdf20391794bb12bce51a2cdc83b5fed956efa by q
Fixed WOComponent creation to not have brain dead defaults because the Issue #42 changes fucked it up.
(commit: 19fdf20)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit 1c18cc895381f178557db5f95bd20b552b189265 by q
Fix stray import caused by weird eclipse bug.
(commit: 1c18cc8)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/WOComponentCreationPage.java (diff)
Commit 177cbaa7a24c7d55c0af7256bac88e5c122aea4e by Pascal Robert (probert)
Changes by David Holt to fix the Modern D2W Application template
(commit: 177cbaa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Components/Main.wo/Main.html (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/user.d2wmodel (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/template.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/Properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/woproject/wsresources.exclude.patternset
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Main.html.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Application.java.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/DirectAction.java.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Components/Main.wo/Main.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/build.xml.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Makefile.postamble.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Makefile.vm
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/ERRestApplicationWizard.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Sources/__restControllersPackage_folder__/PagesController.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/template.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Sources/__componentsPackage_folder__/Main.java
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/actions/OpenERRestApplicationWizard.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Components/Main.wo/Main.wod
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Sources/__basePackage_folder__/Application.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/ant.classpaths.wo.wolocalroot.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/woproject/resources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Sources/__restControllersPackage_folder__/BaseRestController.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/woproject/classes.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/ant.classpaths.user.home.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.project
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Main.api.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Sources/__basePackage_folder__/Session.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Properties.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Sources/__basePackage_folder__/DirectAction.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/.classpath.usingprojects.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/woproject/wsresources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Libraries/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Resources/Properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Makefile.preamble.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/WebServerResources/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/ant.frameworks.user.home.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/woproject/resources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Main.woo.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Components/Main.api
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/Components/Main.wo/Main.html
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Main.wod.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/ant.classpaths.wo.wosystemroot.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/.project.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/ant.frameworks.wo.wosystemroot.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/woproject/classes.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Main.java.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Session.java.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/ant.frameworks.wo.wolocalroot.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Templates.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/CustomInfo.plist.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/.classpath.vm
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/build.properties.vm
Commit 8c162427f7b784b6ef6a1a42f11bc7d7625fa651 by Pascal Robert (probert)
Fixed bug of ERRest Application wizard which don't open
(commit: 8c16242)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/template.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/Templates.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/Messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/plugin.xml (diff)
Commit 02e92c57c57ceffd5cdb5093a23a0e962274fd05 by Pascal Robert (probert)
To see the ERRest Application wizard in the File --> New menu first nivel
(commit: 02e92c5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
Commit efcfe3b9f3ee7b8c5071d5057ba72082cfa9b012 by Pascal Robert (probert)
Removing the WebObjects project type from the File menu
(commit: efcfe3b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
Commit 832d6e5ae7bbbdfe0633b64bab8c9204a2ebaea9 by Pascal Robert (probert)
Reworked the Direct To WebServices template, which was still using the old layout (src instead of Sources, etc.)
(commit: 832d6e5)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/woproject/wsresources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/woproject/resources.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/woproject/classes.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Sources/__basePackage_folder__/Application.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/template.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Components/Main.api
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/D2WebServiceApplicationWizard.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Sources/__basePackage_folder__/Session.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/woproject/wsresources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Components/Main.wo/Main.wod
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/WebServerResources/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/.settings/org.eclipse.core.resources.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Resources/Properties
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Libraries/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Components/Main.wo/Main.woo
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Components/Main.wo/Main.html
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Sources/__componentsPackage_folder__/Main.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Sources/__basePackage_folder__/DirectAction.java
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/woproject/resources.exclude.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Resources/client.wsdd
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Resources/user.d2wmodel
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/woproject/classes.include.patternset
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/Resources/server.wsdd
Commit 76a630ceb38b51123a587fcb7fbb47c3bba233d7 by johnthuss
Override appliation() and session() in project template to return correct class
(commit: 76a630c)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__componentsPackage_folder__/BaseComponent.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/Session.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__basePackage_folder__/DirectAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/Sources/__componentsPackage_folder__/Main.java (diff)
Commit 0dd1810918644f963032bd02f0c1b3ec8384dd7c by johann.werner
output standalone="yes" when saving API file
(commit: 0dd1810)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiModel.java (diff)
Commit 6086203372f70cacea63dea675ed9a785cb1bd10 by q
Fix handling of comments and blank lines in EntityModeler.modelpath
(commit: 6086203)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/SimpleManifestEOModelGroupFactory.java (diff)
Commit ef8321925b5efa03afa1a366831d728917456cfe by q
Fixed lockup in UI when there are a lot of validation failures (now limiting display to 100)
Updated EntityModeler launch plugins to match eclipse 3.7
(commit: ef83219)
The file was modifiedentityModeler/EntityModeler.product (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelErrorDialog.java (diff)
The file was modifiedveogen/package.sh (diff)
The file was modifiedveogen/build.xml (diff)
Commit 9acc3725434e2530807ad2b28b9c12320e72e4ea by q
Make .eogen files multiline so they are diff friendly
(commit: 9acc372)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit 53aeec60cbcd20b9529920870a3629765a8bdad9 by q
Fix veogen class path in eclipse
(commit: 53aeec6)
The file was modifiedveogen/.classpath (diff)
The file was modifiedeomodeldoc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemResource.java (diff)
Commit e17f00684b69a7b6fd9b65771f8abeabd81f4699 by q
Re-add New WebObjects Application / Framework  (some people still use this)
(commit: e17f006)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
Commit 0afd436309e8bf0e7f1d6070d6ffea64b3a6f063 by qdolan
Fix issue with new eogen multiline format
(commit: 0afd436)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
Commit 69551675d8c6d13d399f76105f3192426bff5c4f by qdolan
Fix issue with new eogen multiline format
(commit: 6955167)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit 290a7b2e2ee976110713b091000c751f34da77cc by qdolan
Fix issue with new eogen multiline format
(commit: 290a7b2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
Commit fcaf635f4dd7fc7c6c36f3872b52559d6640220e by qdolan
Performance enhancements for very large workspaces
(commit: fcaf635)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseProjectRoot.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
Commit 6d900bb26ce35de64ecb75f1a2097ffd91a34158 by qdolan
Modify classpath caching so the shared framework model is used only when there is no project level wolips properties.
(commit: 6d900bb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/ProjectVariables.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/VariablesPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java (diff)
Commit 0f19aa3b8af0a511c190fb9d88f4f8e3d87b076a by Johann Werner (jw)
completion proposals in Wod/HTML editor will strike through deprecated methods and add markers that will signalize a warning or error if set in WOLips preferences
(commit: 0f19aa3)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodBindingDeprecationProblem.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateAssistProcessor.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodElementDeprecationProblem.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/InlineWodTagInfo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/BindingValidationPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLDeprecatedCompletionProposal.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodSourceViewerConfiguration.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/AssistInfo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLConfiguration.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/InlineWodProblem.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodDeprecatedCompletionProposal.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCompletionUtils.java (diff)
Commit 228ce7dd156e19d0631921b02e0693929aa7f512 by qdolan
Fixed deprecation warning in MacRefreshMonitor

Performance enhancements
(commit: 228ce7d)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshMonitor.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshProvider.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/jna/CoreFoundation.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/jna/CoreServices.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipsePathFramework.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkClasspathContainer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkResourceListener.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/java/org/objectstyle/wolips/variables/VariablesPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseJarFramework.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseProjectFramework.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/IEclipseFramework.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/JdtPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/WOFrameworkContainerInitializer.java (diff)
Commit 1ac072fac6e30f821a2b8abfdf9e5a6f537fffcf by qdolan
Fixed NPE when setting prototype to null

Fixed data type display issue when setting prototype
(commit: 1ac072f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 3dfbe98b4d98841f3b36c7cf3facf0ddb619d712 by qdolan
Updated Entity Modeler config to eclipse 3.8

Added repackage script for fix application bundle layout
(commit: 3dfbe98)
The file was modifiedentityModeler/EntityModeler.product (diff)
The file was modifiedentityModeler/java/entitymodeler/actions/NewEOModelAction.java (diff)
The file was addedentityModeler/repackage.sh
The file was modifiedentityModeler/java/entitymodeler/OpenDocumentEventProcessor.java (diff)
Commit b91bac9e5cb4f6838a954ba8c5dc1396ace45e90 by qdolan
Configure ant based builds.
(commit: b91bac9)
The file was modifiedentityModeler/repackage.sh (diff)
The file was addedentityModeler/build.sh
The file was modifiedentityModeler/build.properties (diff)
The file was removedentityModeler/InsideEclipse.product
The file was addedentityModeler/build-antrunner.xml
Commit ed05d6508d376124056b3cbe6ee6bb6c83faf882 by qdolan
Be a little more multi-platform friendly
(commit: ed05d65)
The file was modifiedentityModeler/repackage.sh (diff)
Commit b42e55738d5149fdeafe61ab0ea2ae9fa0cb0446 by qdolan
Added retina display support
(commit: b42e557)
The file was modifiedentityModeler/Info.plist (diff)
Commit 70545e6d183d3277a2dc5d3cfa7821619e8739a9 by qdolan
Added a build target for veogen.jar
(commit: 70545e6)
The file was modifiedveogen/build.xml (diff)
The file was modifiedveogen/build.xml (diff)
Commit 45bc01f4386218fc2864488b0e3d296c04c0ca3c by qdolan
Added missing build dependency
(commit: 45bc01f)
The file was modifiedveogen/build.xml (diff)
Commit c7e1f4084d1b6f3482845388b95a83a5d0d70086 by qdolan
Try to make a standalone build
(commit: c7e1f40)
The file was modifiedveogen/build.xml (diff)
Commit 2b38f356d4cc0540cbda15efbc103047677773e7 by qdolan
Don't force full ant build
(commit: 2b38f35)
The file was modifiedveogen/build.xml (diff)
The file was modifiedveogen/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
Commit ffce87f6febc1e4276342f17c7c70e6ff3b5cb72 by qdolan
Increment EntityModeler version to 1.0.21
(commit: ffce87f)
The file was modifiedentityModeler/EntityModeler.product (diff)
Commit a9fc88b1c589784608c1c6f7b22c20ff86772dad by Johann Werner (jw)
completion proposals in Wod/HTML editor will strike through deprecated methods and add markers that will signalize a warning or error if set in WOLips preferences
(commit: a9fc88b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodCompletionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/InlineWodProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodBinding.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodBindingDeprecationProblem.java
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/completion/WodDeprecatedCompletionProposal.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editor/WodSourceViewerConfiguration.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/WodElementDeprecationProblem.java
The file was addedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLDeprecatedCompletionProposal.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/AssistInfo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/BindingValidationPreferencePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/InlineWodTagInfo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceConstants.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/preferences/PreferenceInitializer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/AbstractWodElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLConfiguration.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
Commit c3ab8203262ef882dfa8e672463161aa78eb339c by johann.werner
add missing embed properties and reorder properties the same across project templates
(commit: c3ab820)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.properties (diff)
Commit bdcbe51b84a0b8f3e1462ac7b8779d1694825c41 by chuck_hill
Add Number as option for Factory Method Argument
(commit: bdcbe51)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/messages.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOFactoryMethodArgumentType.java (diff)
Commit 999f7cdab0354e47e78c2d66faa460c438f733f2 by qdolan
Make duplicate column usage warning less strict.
(commit: 999f7cd)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 210c9d0a1069d2c3c7e43c05116c50edc5d3f025 by qdolan
Incremented EntityModeler version to 1.0.22
(commit: 210c9d0)
The file was modifiedentityModeler/EntityModeler.product (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/WOJRebelPluginProvider.java (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-5.0.jar
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-54-5.0.jar
Commit aa0abb62724f6644a9333bc41772fcb94c9645c7 by johann.werner
add base package input to wizard for frameworks to set the cfBundleID or to create a default empty package
(commit: aa0abb6)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/Sources/__basePackage_folder__/__placeholder__
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/Sources/__placeholder__
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/template.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/template.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/Sources/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/Sources/__basePackage_folder__/__placeholder__
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/build.properties (diff)
Commit a82669717030ea5af6d17cddd0379271478fa5b5 by johann.werner
add a default framework principal to a new Wonder framework
(commit: a826697)
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/Sources/__basePackage_folder__/__placeholder__
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/Sources/__basePackage_folder__/__projectName__.java
Commit adff0cf005628a414f7e5ea1a0b43d0c28019327 by qdolan
Changes to support eclipse 4.3
(commit: adff0cf)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/HTMLPlugin.java (diff)
The file was modifiedveogen/.classpath (diff)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/openEntity/OpenEntityDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
The file was modifiedeomodeldoc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/SplitPageHTMLEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/WooTab.java (diff)
Commit 9add0d46b88e8926cacad1616f2554df27a5f703 by qdolan
Remove unused dependencies
(commit: 9add0d4)
The file was modifiedwolips/features/org.objectstyle.wolips.feature/feature.xml (diff)
Commit cb0be26fcfbab40ea9187de9a788c6b42d48a3f4 by qdolan
Avoid NPE if input is fetched too early.
(commit: cb0be26)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditorPart.java (diff)
Commit 6a8b0f01aa5137e8a3a7e160f5f9c2b44514ed82 by qdolan
Fixed dodgy JRebel launch config logic with dodgy custom tab implementation
(commit: 6a8b0f0)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/META-INF/MANIFEST.MF (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/JRebelCustomTab.java
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/plugin.xml (diff)
Commit c94e3b68ea4f6892c4aac27010e94dfa3f3819e1 by qdolan
Added a proper fix for JRebel launch tab
(commit: c94e3b6)
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/JRebelCustomTab.java
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/plugin.xml (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/WOJRebelLaunchConfigProvider.java
Commit a4209967f6a83788eb77e7aaed8f8e4efd5019ab by qdolan
Updated veogen class path
Updated veogen build.xml
Improve veogen memory footprint by recreating the velocity context for each entity
(commit: a420996)
The file was modifiedveogen/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedveogen/.classpath (diff)
Commit 5828acb104c131e47eda583435037e3cbad6ae96 by qdolan
Add ugly hack to workaround textfield focus issues with Eclipse 4.x on OSX
(commit: 5828acb)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecOptionsEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/DatabaseConfigSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/storedProcedure/EOStoredProcedureBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JDBCConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entityIndex/EOEntityIndexBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JNDIConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/CustomDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/RESTConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/model/EOModelAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipAdvancedEditorSection.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/UglyFocusHackWorkaroundListener.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
Commit 04ef1d11b3cf4b8bbfd4b89b4533a53e87ef64d7 by qdolan
Refactored the classpath resolution handling for WOFrameworks to not use a custom JavaRuntime implementation
Changed WOLaunch config to not set a delegate for source lookup (which seems to fix source lookup)
(commit: 04ef1d1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions/WOJavaApplicationLaunchShortcut.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/delegates/WOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WODefaultEntryResolver.java
The file was addedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathEntryResolver.java
The file was removedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WOJavaRuntime.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/LaunchingPlugin.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/delegates/JavaSourceLookupDirectorWO.java
Commit f5f7b4f7b586054bed73f6eeae44cf06b585285b by qdolan
Fix NPE in Entity Modeler perspective
(commit: f5f7b4f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
Commit 5b7310fdd906595e5f499e079917466ec54e4b5e by qdolan
Readded missing recursion optimisations
(commit: 5b7310f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathEntryResolver.java (diff)
Commit bb33d0cac2e74a7156a101cd25153706f0464bdb by qdolan
Fix issue with dependent projects referencing WOFrameworks
Code cleanup
(commit: bb33d0c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathEntryResolver.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathEntryResolver.java (diff)
Commit eb783ccde1ea223004a222e7601bd2056d783e6d by qdolan
Fixed issue when frameworks are added as direct project references.
Cleaned up unnecessary code.
(commit: eb783cc)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathEntryResolver.java (diff)
Commit c897404a9b694b6791027930dd97276133395e75 by qdolan
Fix JProfiler launch delegate
(commit: c897404)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
Commit 0bc9f1f8e4514a8e124f13b8dee8877f3634a1aa by halbeisen
Added missing manifest-file for 'org.objectstyle.wolips.woproject.ant'.
Equinox needs this file.
(commit: 0bc9f1f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.woproject.ant/META-INF/MANIFEST.MF
Commit 694656d19efbd6460245dbee1aa82db05f933864 by halbeisen
BundleURLConnection does not exist anymore. Replaced it with
URLConnection.
(commit: 694656d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/URLUtils.java (diff)
Commit 952ead2eefbc4411cc4de7dd1c3514ba772b38ca by halbeisen
EclipseEnvironmentInfo does not exist anymore. Replaced it with
EnvironmentInfo
(commit: 952ead2)
The file was modifiedentityModeler/java/entitymodeler/ApplicationWorkbenchAdvisor.java (diff)
Commit cf3b917ca1710269810a324dec9873059505860d by halbeisen
Fixed compile error so that the current version of ant can be used.
(commit: cf3b917)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/java/org/objectstyle/wolips/eomodeler/factories/EclipseProjectEOModelGroupFactory.java (diff)
Commit d74211b664cc067cd0c806eb4c3c8a765eda880e by halbeisen
Changed reading of MiscTemplates. The old process was trying to convert
a "bundleresource"-Uri into a file. This is not working for eclipse 4.4.
This approach installs the plugin which constains the
MiscTeamplates-Folder as folder (instead of as jar) and reads the given
folder with OSGI-Framework-classes
(commit: d74211b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
The file was modifiedwolips/features/org.objectstyle.wolips.feature/feature.xml (diff)
Commit 95af74b8eb0e100fa977dd578e97c9df6f6f3823 by halbeisen
Fixed bug where the Wizards for WebObjects are calling the
templateBaseFolders-method with "Project Templates" but the templates
should be search in "ProjectTemplates"
(commit: 95af74b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
Commit 3b9081f2d272838f21022718e32c643d152d43cb by halbeisen
Changed ContextClassLoader before making calls to the velocity-engine
because there is a check of velocticy which will not succeed without
this modification: Velocity checks if the ResourceManagerImpl is an
instance of a ResourceManager. This was failing when there were other
plugins in eclipse which were also using velocity.
(commit: 3b9081f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/TemplateEngine.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java (diff)
Commit e7dc3ce9d295b592a3e80e8517571e1298c64316 by halbeisen
Changed ContextClassLoader before making calls to the velocity-engine
because there is a check of velocticy which will not succeed without
this modification: Velocity checks if the ResourceManagerImpl is an
instance of a ResourceManager. This was failing when there were other
plugins in eclipse which were also using velocity.
(commit: e7dc3ce)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/AbstractEngine.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/org/objectstyle/wolips/eomodeler/doc/EOModelGraffleGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/java/org/objectstyle/wolips/eomodeler/doc/EOModelDocGenerator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/HTMLUtil.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/XPath.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/event/FuzzyXMLModifyListener.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/util/NodeSelectUtil.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLDocType.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLDocumentImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/wizards/JSPNewWizardPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLProcessingInstructionImpl.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/MultiPageHTMLEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/event/FuzzyXMLErrorEvent.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/HTMLConfiguration.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/CSSAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/event/FuzzyXMLModifyEvent.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/FuzzyXMLUtil.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/FuzzyXMLDocument.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/HTMLPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/build.properties (diff)
Commit a5b81c606b06870d3b1edeee650ccfa982f93cdf by stefan.klein
Classpath stuff and remove of WO 5.6 (yes this was in the code) dependencies
(commit: a5b81c6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.settings/org.eclipse.jdt.ui.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/WOUtils.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/EOFSQLUtils53.jardesc
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGeneratorFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/WOUtils.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/EOFSQLUtils56.jardesc
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils53.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineerFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGeneratorFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer53.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer56.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer53.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EOFSQLUtils56.jar
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineerFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EOFSQLUtils53.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.settings/org.eclipse.jdt.core.prefs (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils56.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils53.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/OpenEntityModelerAction.java (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EOFSQLUtils.jar
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava53/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator53.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava/EOFSQLUtils.jardesc
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelOutlineLabelProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/wojava56/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator56.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator53.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditorContributor.java (diff)
Commit 13bf7ec79b8d15652a38ab924402fb5fa9ae3d9c by stefan.klein
Recreation of EOModeler.eclipse

When org.objectstyle.wolips.eomodeler.eclipse was loaded into eclipse all PDE Dependencies where broken
(commit: 13bf7ec)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/subclassEntity.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/reverseEngineer.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newRelationship.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.project
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/plugin.xml
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.settings/org.eclipse.jdt.ui.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/flattenRelationship.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/META-INF/MANIFEST.MF
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/Activator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newDatabaseConfig.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/build.xml
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newFetchSpecification.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.settings/org.eclipse.jdt.core.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/migration.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newAttribute.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/Activator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/plugin.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOClassLoaderFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.settings/org.eclipse.jdt.ui.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newStoredProcedure.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/PackageExplorerDoubleClickHandler.java
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newEntity.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newArgument.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/default.properties
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newEntityIndex.png
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/verify.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.settings/org.eclipse.jdt.core.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/EntityModelerStartup.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/sql.png
Commit 3c217bf94d94e6d8446fdca68a2d0f347a164466 by stefan.klein
Groovy: Correct Import package
(commit: 3c217bf)
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/META-INF/MANIFEST.MF (diff)
Commit e72094712b03988314bf5a170303983074645fc6 by stefan.klein
Set all Bundle-RequiredExecutionEnvironment: J2SE-1.5
(commit: e720947)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_neu_application_52/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpathShared (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/jarproject/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.classpath (diff)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2webservice_application/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderframework/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.classpath (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/woframework/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/.classpath (diff)
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderapplication/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/META-INF/MANIFEST.MF (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/META-INF/MANIFEST.MF (diff)
The file was modifiedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedveogen/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderapplication/.classpath.usingprojects.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath53 (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_wol_application_52/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderd2wapplication/.classpath.usingprojects.vm (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_bas_application_52/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_wol_application_54/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.mechanic/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_neu_application_54/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderd2wapplication/.classpath.vm (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/errestapplication/.classpath.usingprojects.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/.classpath (diff)
The file was modifiedeomodeldoc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath56 (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/META-INF/MANIFEST.MF (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/wonderframework/.classpath.usingprojects.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/woapplication/.classpath.vm (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedentityModeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/templates/d2w_bas_application_54/.classpath.vm (diff)
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/.classpath (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar (diff)
Commit 90b08d9096b808d0d1b90b520faf48298ac88859 by stefan.klein
Change superclass from AbstractUIPlugin to AbstractBaseUIActivator
(commit: 90b08d9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/Activator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/Activator.java (diff)
Commit 15b01e5ac88db525eee3c1bbeb1e73c3bcc4fefd by stefan.klein
Remove replaced eomodeler.eclipse_OLD
(commit: 15b01e5)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOClassLoaderFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newRelationship.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/META-INF/MANIFEST.MF
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/sql.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/EntityModelerStartup.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/reverseEngineer.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/verify.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.project
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newFetchSpecification.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/PackageExplorerDoubleClickHandler.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newAttribute.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/Activator.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newDatabaseConfig.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/default.properties
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newStoredProcedure.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newEntity.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/flattenRelationship.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/subclassEntity.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newArgument.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/migration.png
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse_OLD/icons/newEntityIndex.png
Commit 3846141da07fb4ca3a18b4bbc2bd38bed1833870 by stefan.klein
Correct finding of api files for auto completition

This look like to be the bug why we see some time auto completiton of bindings and some times not.
(commit: 3846141)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiUtils.java (diff)
Commit 9fc3b08805f0a9bc6ff3a3330973bf1d853fa66a by samuel
Make sure the is enough space for a minimal WOD editor to prevent a NPE when opening a component editor.
This is a temporary patch to keep the workspace usable. Before 4.4, this was supported.
(commit: 9fc3b08)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/HtmlWodTab.java (diff)
Commit 5c61f370ee337ff19a6ae4d9b0b46c163659ddcb by Johann Werner (jw)
use valueOf for Integer and Boolean where possible to prevent unnecessary creation of Java objects
(commit: 5c61f37)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/HTMLUtil.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/gefutils/BooleanPropertyDescriptor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/views/PaletteView.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EODatabaseConfig.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/validation/HtmlProblem.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/arguments/EOArgumentsCellModifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/Entities.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/KeyComboBoxCellEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/ListTool.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/jseditor/editors/JavaScriptModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/util/WodModelUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOArgument.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/apache/velocity/tools/generic/SetTool.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/PropertyListComparator.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/outline/EOModelOutlineViewerSorter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EOJoinsCellModifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entities/EOEntitiesCellModifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/AttributeValueDefinition.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesCellModifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/dtdeditor/editors/DTDEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/editor/RuleEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/Wo.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/ui/tags/TagLib.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/ResourceUtilities.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/PathCoder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/java/org/objectstyle/wolips/debug/logicalstructure/type/foundation/NSArrayLogicalStructureType.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/java/org/objectstyle/wolips/target/TargetBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupPageBlock.java (diff)
Commit 2e3fa1a978e92ee9769409515b994a1b9a7718b4 by Johann Werner (jw)
use constants ALLOWS_NULL and NOT_NULL in migrations

# Conflicts:
# wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java
(commit: 2e3fa1a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOAttribute.java (diff)
Commit 3e793046612f0def40782ba574e15db7f7b340b9 by halbeisen
bugfix for classloading of sql-generator
(commit: 3e79304)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/jardesc/EOFSQLUtils.jardesc
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/lib/EOFSQLUtils.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/schema/org.objectstyle.wolips.eomodeler.eoclassLoaderFactory.exsd (diff)
Commit d9edf99879cca1cacd4567bba6afac600a2bb509 by halbeisen
bugfix for eo-sql-generator : removed dupplicated config for the
extensions
(commit: d9edf99)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_Entity.java (diff)
Commit 88872a4fab31bec573c3b9787a1df82fa111aee1 by stefan.gaertner
fixed assertion when .api file doesn't contain proper .java file name, also try legacy name without extension
(commit: 88872a4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/java/org/objectstyle/wolips/refactoring/RenameWOComponentChange.java (diff)
Commit ce3545da1bd5b8995461ce0367354865edd537fd by halbeisen
fixed deprecation message because of changes from Eclipse-Bug 50164 
(commit: ce3545d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/java/org/objectstyle/wolips/womodeler/Activator.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.womodeler/java/org/objectstyle/wolips/womodeler/WOModelerStartup.java
Commit 4e5d02031ae42285c53dfb6d5d71979f760b0b79 by halbeisen
fixed deprecation message because of changes from Eclipse-Bug 50164 
(commit: 4e5d020)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/wolips/pbserver/PBServerPlugin.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/wolips/pbserver/PBServerStartup.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/plugin.xml (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/.cvsignore
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.cvsignore
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.components/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.wizards/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.launching/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.refactoring/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.woproject.ant/lib/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.locate/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.variables/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.pbserver/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.apieditor/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.builder/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.editors/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.htmlpreview/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.ant/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.targetbuilder/.cvsignore
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.deployment.ui/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.team/.cvsignore
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.preferences/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.ui/.cvsignore
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/.cvsignore
Commit 5044c4e2fee5a6215a44095d347d66d40d549006 by ramseygurley
WOLips-106 Add ERAttributeExtension to classpath for wonder project
templates
(commit: 5044c4e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath (diff)
Commit 621fe7cf7790577e367e96e508542c28c293f149 by halbeisen
bugfix for eclipse bug 145096 where filelocator returns broken url
(commit: 621fe7c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/ProjectTemplate.java (diff)
Commit 9b2bcecb86532e19fb3e842e61ca61e146b854f7 by johnthuss
Enable building without jprofiler or jrebel without having to edit the build file
(commit: 9b2bcec)
The file was modifiedbuild.xml (diff)
Commit 305d04f78575b49b628b65c5d4e4cf8c4cb7ce53 by johnthuss
Allow Libraries folder to contain subfolders with jars without breaking the build
(commit: 305d04f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
Commit 818379fee198bec99b7bb57ac909a0c1300bc240 by johnthuss
For servlet deployment copy WSR to static folder, which allows them to be served by the app server directly

Exclude JavaClient jars if not a JavaClient project. Two copies of every jar is better than three.
(commit: 818379f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/build.xml (diff)
Commit 6c382859ed6bada7f71f82c122f492ea497f1245 by johann.werner
do not recreate constants for inherited attributes and relationships
(commit: 6c38285)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit fefae5241e01c44c8ef1961bc33d78dab9948320 by johann.werner
default value of isDeep is already true
(commit: fefae52)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit 6b2696008c8f66a3c2a40daceee5f979b22b488f by halbeisen
Migration to new eclipse-4.6-api

* also removed unnecessary casts and unnecessary SuppressWarnings
(commit: 6b26960)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/java/org/objectstyle/wolips/apieditor/editor/ApiEditor.java (diff)
Commit dc4935fbdb3b11a86bf106c83a99acda8ddb24ab by halbeisen
removed unused code for eclipse 4.6 compatibility

* TemplateEnginePlugin.getDefault().getDescriptor() was used but this
method is not supported anymore
* Due to the fact that the code did nothing a replacement was not
necessary
(commit: dc4935f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/TemplateEnginePlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/TemplateEngine.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/java/org/objectstyle/wolips/templateengine/AbstractEngine.java (diff)
Commit c69f3539da06e59daab0dac0030d43c9a516a4ef by halbeisen
readded some casts to be able to compile against eclipse 4.4
(commit: c69f353)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/org/objectstyle/wolips/templateeditor/TemplateOutlinePage.java (diff)
Commit 616aa4b58fd574449264dbf9dc768585f7e8093e by johann.werner
add type information to entity’s ERXKey
(commit: 616aa4b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/templates/_WonderEntity.java (diff)
Commit 4bf396cd78b0950db59e3be4a9f0bd5ad11a32cd by halbeisen
added new required implementation of IProject-method
(commit: 4bf396c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemProject.java (diff)
Commit f620b07c2dfb38cd50c2f93cee8231227af94424 by halbeisen
removed usage of restricted 'BasicElementLabels'
(commit: f620b07)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java (diff)
Commit 117ffac4fa3a34324b959b9ca0f52d4e878b828d by halbeisen
Added possibility to generated two more java-files with the EO-Generator
(commit: 117ffac)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
Commit 6eecb7d2d2bae51446d30f8bce72cacd46648a6e by halbeisen
Added possibility to generate the third additional file
(commit: 6eecb7d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/runner/VelocityEOGeneratorRunner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/java/org/objectstyle/wolips/eogenerator/core/model/EOGeneratorModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/java/org/objectstyle/wolips/thirdparty/velocity/WOLipsVelocityUtils.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
Commit f96b87d50128f610368ba1eeb994ca7a7fc82e54 by getsharp
Avoid internal StubUtility.getVariableNameSuggestions API by calling what it does directly
(commit: f96b87d)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/refactoring/AddKeyInfo.java (diff)
Commit 1106edf3509d640b2c54a90d95adb370a48d5191 by getsharp
Handle API changes in IActivityManager regarding parameterised types
(commit: 1106edf)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewWOProjectWizard.java (diff)
Commit 92aa09bbf70991a87af47392128759a98b8a1cd9 by getsharp
Reimplement StubUtility methods for determining line delimiter
(commit: 92aa09b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java (diff)
Commit 9ff93974e23ce7a94d2b004d7a6ab4bde0c5958c by rasc
Make WOLips build with Eclipse 2020-09 (4.17.0)

- Eclipse 2020-09 has Java 11 as default, so we can upgrade the plugin to this level.
- I don't know if the workspace mechanics plugin still works. The DirectoryIteratingTaskScanner is missing from the latest plugin version. I have refactored the code somewhat to get it to compile, but no idea what it should do or does at this point.
(commit: 9ff9397)
The file was modifiedwolips/plugins/org.objectstyle.wolips.mechanic/.classpath (diff)
The file was modifiedentityModeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemProject.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/StringUtilities.java (diff)
The file was modifiedentityModeler/java/entitymodeler/ApplicationWorkbenchAdvisor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/ImportProjectsTask.java (diff)
The file was modifiedveogen/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/editors/NonRuleBasedDamagerRepairer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/ui/AbstractWOArgumentsTab.java (diff)
The file was modifiedeomodeldoc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/java/org/objectstyle/wolips/baseforuiplugins/utils/KeyComboBoxCellEditor.java (diff)
The file was modifiedentityModeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/ImportProjectTaskScanner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsDragHandler.java (diff)
The file was addedentityModeler/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.mechanic/.settings/org.eclipse.jdt.core.prefs (diff)
Commit f34f17fefd7e9024d9118f76e6a91c6ec1739d41 by ramseygurley
Fix modeler issue where wo dependencies are not found on modular JDKs
(commit: f34f17f)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions/WOJavaApplicationLaunchShortcut.java (diff)
Commit 4757a90d5e1a0b3aa434f4639724a3b11918e8aa by ramseygurley
Detect maven projects with current maven nature id
(commit: 4757a90)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/WOLipsNatureUtils.java (diff)
Commit 696b5203c7e332247a649fe63b8bfdba607b9494 by ramseygurley
Eliminated dependence on WO_HOME variable to build/debug wolips

The WO_HOME was only required to allow three classes to compile which
would use WO frameworks at runtime for SQL generation and reverse
engineering. Removed this dependency by rewriting those three classes
using reflection.
(commit: 696b520)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLReverseEngineer53.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLGenerator53.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/sql/EOFSQLUtils53.java (diff)
Commit f5f61d797646c84ff757ff14f48140ccc17a9353 by ramseygurley
Adding a classpath root for maven projects

This allows the EOModel creation wizard to work for maven projects
without requiring WebObjects be installed in a directory outside of the
maven repository.
(commit: f5f61d7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseFrameworkModel.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/ProjectClasspathRoot.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/model/EclipseJarFramework.java (diff)
Commit 5e03b894051abf8b53477d8c43dfeb6e31c0c07c by stefan.gaertner
fixed potential NPE during binding validation
(commit: 5e03b89)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/wod/BindingValueKey.java (diff)
Commit 2d9fa2785e208cd21ae70f58def6bc0a081e85e4 by stefan.gaertner
prevent .api files from gaining new empty lines on each save by removing any TEXT nodes from the DOM
(commit: 2d9fa27)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/api/ApiModel.java (diff)
Commit 6e91f4c80edc64c3dc8c516d536c860fcd3649a4 by stefan.gaertner
#149: adjusted EntityModeler icons to work better with Dark theme
(commit: 6e91f4c)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/locking.png (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/toOne.png (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/classProperty.png (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/toMany.png (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/allowsNull.png (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/icons/primaryKey.png (diff)
Commit 136b6d4afb74e91c3b62333e83a7208eea256d80 by stefan.gaertner
#149: use different color for prototyped attributes to work better with Dark theme
(commit: 136b6d4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attributes/EOAttributesLabelProvider.java (diff)
Commit 8792fe9fbef8768a7896ac3e8c5e00bec860d88b by stefan.gaertner
Fixes #149: use Checkbox instead of Toggle in EntityModeler to work better with Dark theme
(commit: 8792fe9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeBasicEditorSection.java (diff)
Commit 2e1448ae84c731fdf07177fdcfac80ec14e2932e by ramseygurley
Make in place rule modeler work.
(commit: 2e1448a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/editor/RuleEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Selector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/lhs-example.d2wmodel (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/one-rule.d2wmodel (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSideParser.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/QualifierElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Qualifier.java (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/RuleFileWriter.java
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/RuleComparator.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestSelector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/resources/no-rules.d2wmodel (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/Rule.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/sorter/TextSorter.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/LeftHandSide.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/D2WModel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/test/org/objectstyle/wolips/ruleeditor/model/TestQualifier.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/model/AbstractQualifierElement.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/filter/RulesFilter.java (diff)
Commit 0bd9e0b41bb9a0494a9e01a00add0b4127b3fe6a by ramseygurley
Issue 165

Throw a more informative exception instead of a NullPointerException.
(commit: 0bd9e0b)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/delegates/WOJavaLocalApplicationLaunchConfigurationDelegate.java (diff)
Commit a402dbfc10ddf28dfe9e98b1222fb8750a602b12 by hprange
Support the Exclude Test Code option in WO launching configurations

WOLips always includes test dependencies when running WOApplications inside Eclipse, which may be problematic if a project has conflicting dependencies with test and runtime scopes. This fix supports the `Exclude Test Code` option of launching configurations. When enabled, WOLips won't include test dependencies in the classpath anymore.
(commit: a402dbf)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/classpath/WORuntimeClasspathProvider.java (diff)
Commit 5e82f475c0af0c51552648ab3cfea3ac31d63962 by hprange
Improve the Rule Editor filter behavior

This improvement is long overdue. Enhances the Rule Editor filter to find rules containing all words being searched in a case-insensitive way.
(commit: 5e82f47)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/java/org/objectstyle/wolips/ruleeditor/filter/RulesFilter.java (diff)
Commit c7cd1207565a0c13ef37b40d9f84b5843b2bf056 by hprange
Fix RuleEditor's Ant classpath
(commit: c7cd120)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/build.xml (diff)
Commit c826514f77d3f6384d908aa0c43d9b01aaa9a742 by Hugi Thordarson (hugi)
Added request handler to the WOLips server for opening java files
(commit: c826514)
The file was addedwolips/plugins/org.objectstyle.wolips.womodeler/java/org/objectstyle/wolips/womodeler/OpenJavaFileRequestHandler.java
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/java/org/objectstyle/wolips/womodeler/WOModelerStartup.java (diff)
Commit 0056fb32ff10904fb68d2516f6b4b24d2637cc7c by rasc
Replaced deprecated BeansObservables and SWTObservables with BeanProperties and WidgetProperties
(commit: 0056fb3)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/BrowserTextObservableValue.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/DataDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/RESTConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/databinding/observable/ComboObservableValue.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/CustomDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/utils/BooleanUpdateValueStrategy.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/EOEntityBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/databinding/observable/CustomSWTObservables.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOAttributeBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipAdvancedEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecOptionsEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/userInfo/DocumentationPropertySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/DecimalNumberDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/relationship/EORelationshipBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JNDIConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsInspector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/AbstractEOArgumentBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/StringDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entityIndex/EOEntityIndexBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/storedProcedure/EOStoredProcedureBasicEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecQualifierEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/java/org/objectstyle/wolips/eogenerator/ui/editors/EOGeneratorFormPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/fetchspec/EOFetchSpecSQLEditorSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/dataType/IntegerDataTypePanel.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/DatabaseConfigSection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/databaseConfig/JDBCConnectionDictionarySection.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupDetailsPage.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/databinding/observable/RadioGroupObservableValue.java (diff)
Commit 110629a6ef5d6a1dc7bf090fbe7c6647e7853fec by rasc
Fixed some compiler warnings (missing implementations, missing override tags, deprecated methods)
(commit: 110629a)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/WooeditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedentityModeler/java/entitymodeler/ApplicationActionBarAdvisor.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/NativeHelper.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemProject.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/EOQualifierEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOPrototypeListContentProvider.java (diff)
The file was modifiedentityModeler/java/entitymodeler/OpenDocumentEventProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/NonExistingFileEditorInput.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractManifestEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/jseditor/launch/JavaScriptLaunchConfigurationDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/SubclassEntityDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
The file was modifiedentityModeler/java/entitymodeler/actions/NewEOModelAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/widgets/RadioGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/PlistPartitionScanner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedentityModeler/java/entitymodeler/ApplicationWorkbenchAdvisor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/NonRuleBasedDamagerRepairer.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/ComponentLiveSearch.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupPageBlock.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/ReverseEngineerAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/PlistWhitespaceDetector.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/openEntity/OpenEntityHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
The file was modifiedentityModeler/java/entitymodeler/Application.java (diff)
The file was modifiedentityModeler/java/entitymodeler/actions/OpenEOModelAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/PlistDoubleClickStrategy.java (diff)
Commit 05c4c466f941489b42c5003e9d5e5deec2b8c0bc by rasc
Replaced log4j with reload4j
(commit: 05c4c46)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/lib/reload4j-1.2.24.jar
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/lib/log4j.jar
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
Commit 83b301232b2a142494879ebe454299ae05b103f2 by rasc
Replaced Tidy.jar with a version without embedded Java core packages, to let it play better with the module system
(commit: 83b3012)
The file was addedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/lib/Tidy-1.jar
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/lib/Tidy.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/META-INF/MANIFEST.MF (diff)
Commit 7967d166ea320fd4210220e771ca3e326909eaf7 by rasc
Increased compatiblity setting to Java 11, because we are building for an Eclipse version, that needs this anyway.
(commit: 7967d16)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.womodeler/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedveogen/lib/org.eclipse.equinox.common-3.17.0.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/.classpath (diff)
The file was addedveogen/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedentityModeler/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.settings/org.eclipse.core.resources.prefs (diff)
The file was modifiedentityModeler/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/META-INF/MANIFEST.MF (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wooeditor/.settings/org.eclipse.core.resources.prefs
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.classpath (diff)
The file was modifiedentityModeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.classpath (diff)
The file was modifiedeomodeldoc/build.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/.classpath (diff)
The file was modifiedeomodeldoc/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.settings/org.eclipse.jdt.core.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedeomodeldoc/lib/org.eclipse.equinox.common-3.17.0.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.classpath (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.classpath (diff)
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/.classpath (diff)
The file was addedeomodeldoc/.settings/org.eclipse.jdt.core.prefs
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/.classpath (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.locate/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedentityModeler/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedveogen/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/.classpath (diff)
The file was addedeomodeldoc/.settings/org.eclipse.core.resources.prefs
The file was addedscripting/features/org.objectstyle.wolips.groovy.feature/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedveogen/.settings/org.eclipse.core.resources.prefs
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/java/org/objectstyle/wolips/baseforplugins/util/FilesystemProject.java (diff)
Commit 04b395051216b0e3845ff76c4954513896d82e0b by ramseygurley
Remove additional compiler warning fixes.
(commit: 04b3950)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/attribute/EOPrototypeListContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/WooEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/PlistWhitespaceDetector.java (diff)
The file was modifiedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/NativeHelper.java (diff)
The file was modifiedentityModeler/java/entitymodeler/ApplicationActionBarAdvisor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/WooeditorPlugin.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/inspector/BindingsContentProvider.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/java/org/objectstyle/wolips/wodclipse/core/woo/DisplayGroup.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/NonRuleBasedDamagerRepairer.java (diff)
The file was modifiedentityModeler/java/entitymodeler/actions/NewEOModelAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/action/ComponentLiveSearch.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/AbstractManifestEOModelGroupFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/NonExistingFileEditorInput.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/jseditor/launch/JavaScriptLaunchConfigurationDelegate.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/entity/SubclassEntityDialog.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/openEntity/OpenEntityHandler.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/qualifier/EOQualifierEditor.java (diff)
The file was modifiedveogen/java/veogen/Veogen.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/actions/ReverseEngineerAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/PlistPartitionScanner.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/widgets/RadioGroup.java (diff)
The file was modifiedentityModeler/java/entitymodeler/Application.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/java/org/objectstyle/wolips/eomodeler/core/model/EOModel.java (diff)
The file was modifiedentityModeler/java/entitymodeler/ApplicationWorkbenchAdvisor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/HTMLAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java (diff)
The file was modifiedentityModeler/java/entitymodeler/OpenDocumentEventProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/plisteditor/PlistDoubleClickStrategy.java (diff)
The file was modifiedentityModeler/java/entitymodeler/actions/OpenEOModelAction.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/java/org/objectstyle/wolips/wooeditor/editor/DisplayGroupPageBlock.java (diff)
Commit ea283d90e4f33ce0c4a14ac4732d2928bc7254c9 by Hugi Thordarson (hugi)
Align with eclipse 2023-06 APIs (just testing)
(commit: ea283d9)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedView.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/PerspectiveFactory.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java (diff)
Commit 2e239a15c273116f3e004ded909c9d2c63747f8b by hprange
Add support for generating migrations for java.time prototypes
(commit: 2e239a1)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/templates/EntityMigration0.java (diff)
Commit 9652da6d585a5ae8b609040dd7a97b528da938d1 by rasc
Resolves error "class org.eclipse.jdt.internal.core.JavaNature cannot be cast to class org.eclipse.jdt.core.IJavaProject" in Eclipse 4.31 when building a project

(cherry picked from commit df263de58c59012cc661842d9ac0435e915e15d5)
(commit: 9652da6)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/WOIncrementalBuilder.java (diff)
Commit c1dc4b2b76d27332d4d338d9cea40dfeee780754 by rasc
Replaces deprecated SubProgressMonitor with SubMonitor

(cherry picked from commit 6e9695a9b1014dc1cc93522b95b953d4f4a1b3cb)
(commit: c1dc4b2)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/WOIncrementalBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/WOIncrementalBuilder.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/java/org/objectstyle/wolips/eomodeler/eclipse/EclipseEOModelGroupFactory.java (diff)
Commit 06d93b05f22d1e34bad76bd5f011a054d27da496 by Hugi Thordarson (hugi)
Support java records when editing keypaths in component editor
(commit: 06d93b0)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit 52e8b582f09c11cb058998278d62851d9b32b44f by Hugi Thordarson (hugi)
Add check for exact record component name (to ensure proper validation)
(commit: 52e8b58)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/java/org/objectstyle/wolips/bindings/utils/BindingReflectionUtils.java (diff)
Commit 88918e48b1b9e00158cf82920c4be3f4ac7ebb65 by ramseygurley
Remove workspace mechanic from project.
(commit: 88918e4)
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/build.properties
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/META-INF/MANIFEST.MF
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/ImportProjectsTask.java
The file was removedwolips/site/org.objectstyle.wolips.mechanic.site/site.xml
The file was removedwolips/features/org.objectstyle.wolips.mechanic.feature/.project
The file was removedwolips/site/org.objectstyle.wolips.mechanic.site/.project
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/.project
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/Activator.java
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/src/org/objectstyle/wolips/mechanic/ImportProjectTaskScanner.java
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/features/org.objectstyle.wolips.mechanic.feature/feature.xml
The file was removedwolips/features/org.objectstyle.wolips.mechanic.feature/build.properties
The file was removedwolips/plugins/org.objectstyle.wolips.mechanic/.classpath
The file was added.project
Commit ec0dbc5516025832e32f17e2b2d00c1a867da9a4 by ramseygurley
Initial tycho setup. Add target platform.
(commit: ec0dbc5)
The file was addedpom.xml
The file was addedwolips.targetplatform/.project
The file was addedwolips.targetplatform/wolips.targetplatform.target
The file was addedwolips.targetplatform/.settings/org.eclipse.m2e.core.prefs
The file was added.settings/org.eclipse.m2e.core.prefs
The file was addedwolips.targetplatform/pom.xml
The file was modified.project (diff)
The file was addedwolips.targetplatform/.gitignore
Commit 7a348ec0323919e81196390de9ba8daf1842199a by ramseygurley
Bump project version so it is ahead of the 4.18 current version
(commit: 7a348ec)
The file was modifiedpom.xml (diff)
The file was modifiedwolips.targetplatform/pom.xml (diff)
Commit 9e03c25c0e5381f03b77480010d015ed1c8727b1 by ramseygurley
Correct the path to the target platform.
(commit: 9e03c25)
The file was modifiedpom.xml (diff)
Commit 975ba892138abc9f9b21cad07f9ced17ea53d4fe by ramseygurley
Checkpoint. All plugins building in wolips core.
(commit: 975ba89)
The file was addedwolips.p2/category.xml
The file was addedwolips/plugins/org.objectstyle.wolips.editors/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.targetbuilder/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wizards/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.pbserver/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.preferences/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.documentation/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.eogenerator.core/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/pom.xml
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-53-5.0.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/pom.xml
The file was modifiedjrebel/features/org.objectstyle.wolips.jrebel.feature/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforplugins/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.builder/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wooeditor/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.deployment.ui/pom.xml
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.bindings/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.variables/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.womodeler/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.classpath (diff)
The file was addedwolips.p2/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.team/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/csseditor/editors/CSSOutlinePage.java (diff)
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.htmlpreview/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/.project (diff)
The file was modifiedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.xml (diff)
The file was addedwolips.p2/.project
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/META-INF/MANIFEST.MF (diff)
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/default.properties
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.ui/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/plugin.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/pom.xml
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/HTMLUtil.java (diff)
The file was addedjrebel/plugins/org.objectstyle.wolips.jrebel/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedjrebel/features/org.objectstyle.wolips.jrebel.feature/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/.project (diff)
The file was removedjrebel/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/.classpath (diff)
The file was modifiedwolips.targetplatform/wolips.targetplatform.target (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/META-INF/MANIFEST.MF (diff)
The file was removedjrebel/lib/.gitignore
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse.core/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/pom.xml
The file was removedwolips.targetplatform/.gitignore
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.classpath (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.woproject/lib/woproject.jar
The file was addedwolips/plugins/org.objectstyle.wolips.ant/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/META-INF/MANIFEST.MF (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.core/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.core.resources.prefs (diff)
The file was removedjrebel/features/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.woproject.ant/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.woproject.ant/.classpath
The file was modifiedwolips/plugins/org.objectstyle.wolips/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.workbenchutilities/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.classpath (diff)
The file was removedjrebel/plugins/build.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/java/tk/eclipse/plugin/htmleditor/assist/CSSAssistProcessor.java (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/META-INF/MANIFEST.MF (diff)
The file was addedwolips.p2/.gitignore
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/.classpath (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/lib/ss_css2.jar
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.launching/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.classpath (diff)
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/lib/WOJRebel-5.0.jar
The file was addedwolips/plugins/org.objectstyle.wolips.components/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.apieditor/pom.xml
The file was addedwolips/plugins/org.objectstyle.wolips.woproject/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.locate/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/.classpath (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.debug/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/META-INF/MANIFEST.MF (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.project (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/.project (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.wodclipse/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler/pom.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modifiedpom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/META-INF/MANIFEST.MF (diff)
The file was modifiedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.xml (diff)
Commit 6033013e109e7e05b8ee4b2e65dbfd210c9542d4 by ramseygurley
WOLips p2 repository with wolips core and jrebel.
(commit: 6033013)
The file was removedwolips.p2/.gitignore
The file was modifiedwolips.p2/category.xml (diff)
The file was addedwolips/features/org.objectstyle.wolips.feature/pom.xml
The file was modifiedwolips/features/org.objectstyle.wolips.feature/feature.xml (diff)
The file was modifiedpom.xml (diff)
The file was addedwolips/features/org.objectstyle.wolips.feature/.classpath
The file was modifiedwolips/features/org.objectstyle.wolips.feature/.project (diff)
The file was modifiedwolips.p2/category.xml (diff)
Commit 922ec1f2b457c01ec7f6fc3e1b63e77d10f88708 by ramseygurley
Set up a full product build for Linux/Win/Mac x86_64 & aarch64.
(commit: 922ec1f)
The file was addedwolips.product/pom.xml
The file was addedwolips.product/.project
The file was modifiedpom.xml (diff)
The file was addedwolips.product/category.xml
The file was addedwolips.product/wolips.product
Commit 790be34e73f7cdf606cbd1335a6e62a75b59977d by ramseygurley
Remove obsolete JProfiler integration.
(commit: 790be34)
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/icons/WOLips16-16.png
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerLaunchingMessages.java
The file was removedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/.settings/org.eclipse.core.resources.prefs
The file was removedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/feature.xml
The file was removedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/build.xml
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/fakejava/com/jprofiler/integrations/eclipse/internal/ProfilingSession.java
The file was removedjprofiler/features/build.xml
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/.classpath
The file was removedjprofiler/lib/.gitignore
The file was removedjprofiler/plugins/build.xml
The file was removedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/feature.properties
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/.settings/org.eclipse.jdt.ui.prefs
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/Activator.java
The file was removedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/.project
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/.settings/org.eclipse.jdt.core.prefs
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/plugin.xml
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/.project
The file was removedjprofiler/build.xml
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/build.xml
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/default.properties
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOJavaApplicationLaunchShortcut.java
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerLaunchingMessages.properties
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launching/JProfilerWOLocalJavaApplicationTabGroup.java
The file was removedjprofiler/features/org.objectstyle.wolips.jprofiler.feature/default.properties
The file was removedjprofiler/plugins/org.objectstyle.wolips.jprofiler.launching/META-INF/MANIFEST.MF
Commit b7ce66c08260013fa550b8fbecf8ef086ccb6e48 by ramseygurley
Remove some old ant build files.
(commit: b7ce66c)
The file was removedwolips/plugins/org.objectstyle.wolips.wizards/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.pbserver/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.womodeler/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/build.xml
The file was removedbuild.xml
The file was removedwolips/features/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.htmlpreview/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.launching/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.locate/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/build.xml
The file was removedwolips/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.woproject.ant/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.variables/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.team/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.debug/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.components/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.editors/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.ui/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.woproject/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.core/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.workbenchutilities/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.baseforplugins/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.ant/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.builder/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.deployment.ui/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.refactoring/build.xml
The file was removedwolips/features/org.objectstyle.wolips.feature/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.apieditor/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.bindings/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.preferences/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.targetbuilder/build.xml
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/build.xml
The file was removedwolips/plugins/build.xml
The file was modifiedpom.xml (diff)
The file was removedupdate/local/site.xml
The file was removedupdate/site.xml
Commit 32b9b929b6eaff497f38dbe36ba27b7ce2b6d705 by ramseygurley
Include icons in build.properties
(commit: 32b9b92)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/build.properties (diff)
Commit 88c3f8934a2d9790678546a356fe202ca8851b60 by ramseygurley
Disable wolips.product build since it isn't working yet.
(commit: 88c3f89)
The file was modifiedpom.xml (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.componenteditor/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.jdt/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.apieditor/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.launching/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.core.resources.prefs (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/.classpath (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/.classpath (diff)
Commit 3263a902cc7578be61a28cda7881556bb49e1f04 by ramseygurley
delete all .settings directories
(commit: 3263a90)
The file was removedwolips/plugins/org.objectstyle.wolips.locate/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.wizards/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.woproject/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.launching/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.components/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.htmlpreview/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.builder/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.locate/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.targetbuilder/.settings/org.eclipse.jdt.ui.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.debug/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.htmlpreview/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.settings/org.eclipse.core.resources.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.bindings/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.core.prefs
The file was removedscripting/features/org.objectstyle.wolips.groovy.feature/.settings/org.eclipse.core.resources.prefs
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/.settings/org.eclipse.jdt.core.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.settings/org.eclipse.pde.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.apieditor/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.preferences/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.pbserver/.settings/org.eclipse.jdt.ui.prefs
The file was removedveogen/.settings/org.eclipse.jdt.core.prefs
The file was removedeomodeldoc/.settings/org.eclipse.jdt.core.prefs
The file was removedentityModeler/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.settings/org.eclipse.core.resources.prefs
The file was removedwolips.targetplatform/.settings/org.eclipse.m2e.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.settings/org.eclipse.jdt.ui.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.deployment.ui/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.ui/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.refactoring/.settings/org.eclipse.jdt.ui.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.ant/.settings/org.eclipse.jdt.core.prefs
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.womodeler/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.ui/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.editors/.settings/org.eclipse.jdt.core.prefs
The file was removedveogen/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.core.runtime.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.woproject/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.locate/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.team/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.targetbuilder/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.refactoring/.settings/org.eclipse.jdt.core.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.components/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.variables/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.pbserver/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.variables/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.editors/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.settings/org.eclipse.core.resources.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.debug/.settings/org.eclipse.jdt.core.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.preferences/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.settings/org.eclipse.jdt.core.prefs
The file was removed.settings/org.eclipse.m2e.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.launching/.settings/org.eclipse.jdt.ui.prefs
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.settings/org.eclipse.jdt.core.prefs
The file was removedeomodeldoc/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.wizards/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.core.resources.prefs
The file was removedentityModeler/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.settings/org.eclipse.core.resources.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.deployment.ui/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.baseforplugins/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.ant/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.apieditor/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.team/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/.settings/org.eclipse.jdt.ui.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.builder/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.settings/org.eclipse.jdt.core.prefs
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath
The file was removedwolips/features/org.objectstyle.wolips.feature/.classpath
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.htmlpreview/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.woproject.ant/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.componenteditor/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.builder/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.apieditor/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.wizards/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.pbserver/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.wooeditor/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.team/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.preferences/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/.classpath
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.debug/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.jdt/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.bindings/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.launching/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.workbenchutilities/.classpath
The file was removedeomodeldoc/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.baseforplugins/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.editors/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.core/.classpath
The file was removedentityModeler/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.targetbuilder/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.locate/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.woproject/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.components/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse/.classpath
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.ruleeditor/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.ant/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.deployment.ui/.classpath
The file was removedveogen/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.core/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.womodeler/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.wodclipse.core/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/.classpath
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.refactoring/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.ui/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.variables/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.documentation/.classpath
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/.classpath
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.classpath
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/.classpath
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath
Commit b7cd1d2370771eb4a3a1d48346a0197aec816e47 by ramseygurley
Some regenerated project files
(commit: b7cd1d2)
The file was modifiedjrebel/features/org.objectstyle.wolips.jrebel.feature/.project (diff)
The file was modified.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/build.properties (diff)
Commit 058f6db6677c9b7882e3a4f1fd36fa88cc7f94f0 by ramseygurley
Remove ss_css2.jar from bundle classpath.
(commit: 058f6db)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
Commit 022e873f06915ee56e5c62235b80b34eb5eb65af by ramseygurley
Removing test using junit3 and finding junit4 when it compiles.

Why didn't this fail earlier?
(commit: 022e873)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/pom.xml (diff)
The file was removedscripting/build.xml
The file was removedscripting/plugins/build.xml
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/build.xml
The file was removedscripting/features/build.xml
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/build.xml
The file was removedscripting/features/org.objectstyle.wolips.groovy.feature/build.xml
The file was modifiedscripting/features/org.objectstyle.wolips.groovy.feature/feature.xml (diff)
The file was addedscripting/features/org.objectstyle.wolips.groovy.feature/pom.xml
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/.project (diff)
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips.p2/category.xml (diff)
The file was addedscripting/plugins/org.objectstyle.wolips.groovy.ui/pom.xml
The file was modifiedscripting/features/org.objectstyle.wolips.groovy.feature/.project (diff)
The file was modifiedpom.xml (diff)
The file was modifiedwolips.product/category.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/plugin.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedwolips.product/wolips.product (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/pom.xml (diff)
The file was modifiedwolips.targetplatform/pom.xml (diff)
The file was modifiedwolips.p2/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/pom.xml (diff)
The file was modifiedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/pom.xml (diff)
The file was modifiedwolips.product/pom.xml (diff)
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/pom.xml (diff)
The file was modifiedwolips.product/category.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/pom.xml (diff)
The file was modifiedwolips/features/org.objectstyle.wolips.feature/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/pom.xml (diff)
The file was modifiedwolips.product/wolips.product (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/pom.xml (diff)
The file was modifiedscripting/features/org.objectstyle.wolips.groovy.feature/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedscripting/features/org.objectstyle.wolips.groovy.feature/feature.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips.p2/category.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/pom.xml (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was modifiedpom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/pom.xml (diff)
The file was modifiedjrebel/features/org.objectstyle.wolips.jrebel.feature/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedscripting/plugins/org.objectstyle.wolips.groovy.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/features/org.objectstyle.wolips.feature/feature.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/META-INF/MANIFEST.MF (diff)
Commit d35cb02530ba564b54f1c66d8f3225d2c503bdf6 by ramseygurley
Add templates to build.properties to fix incremental build.
(commit: d35cb02)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.eogenerator.core/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.documentation/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.ruleeditor/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.editors/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/build.properties (diff)
The file was addedwolips/plugins/org.objectstyle.wolips.deployment.ui/build.properties
Commit 9586119d64b308ae843a6a4bd16b8aa34599aa96 by ramseygurley
Rename root .project to get rid of wolips_wolips thing.
(commit: 9586119)
The file was modified.project (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.woproject/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/build.properties (diff)
Commit dbb8ac421359b1fee415b7acb442e264c680693f by ramseygurley
include missing plugin.properties
(commit: dbb8ac4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/build.properties (diff)
Commit fabee0e6a015cbb4d94dfc39d64be660dd9c9e96 by ramseygurley
Remove missing bin/ output dir
(commit: fabee0e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/build.properties (diff)
Commit 33e29fafce31088f9c39ecdd6c5a9baea300eb79 by ramseygurley
Add all automatic module names in manifests
(commit: 33e29fa)
The file was modifiedwolips/plugins/org.objectstyle.wolips.components/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedjrebel/plugins/org.objectstyle.wolips.jrebel/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.locate/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wizards/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.builder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.editors/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.deployment.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.eclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.componenteditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.targetbuilder/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.team/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.womodeler/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.velocity/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.documentation/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wooeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.refactoring/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.apieditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.factories/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eogenerator.ui/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforuiplugins/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ruleeditor/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.debug/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.wodclipse.core/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.htmlpreview/META-INF/MANIFEST.MF (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.workbenchutilities/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.templateengine/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.workbenchutilities/build.properties (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.htmlpreview/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.templateengine/plugin.xml
The file was removedwolips/plugins/org.objectstyle.wolips.preferences/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.thirdparty.commonscollections/build.properties (diff)
The file was removedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/plugin.xml
The file was modifiedwolips/plugins/org.objectstyle.wolips.preferences/build.properties (diff)
Commit 4f069021aaa6982c78e6851678f6f4422babf39b by ramseygurley
Add missing build.properties file
(commit: 4f06902)
The file was addedwolips/plugins/org.objectstyle.wolips.ant/build.properties
The file was modifiedwolips/plugins/org.objectstyle.wolips.baseforplugins/META-INF/MANIFEST.MF (diff)
Commit cf9a76ec7dd81f8de0421895ef69a9598c976360 by ramseygurley
Remove unknown project natures
(commit: cf9a76e)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ui/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.pbserver/.project (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.jdt/.project (diff)
Commit 3bc7e7460336bd00dc0cb6eb51d1abeb0f3cdd69 by ramseygurley
Add missing build.properties files
(commit: 3bc7e74)
The file was addedwolips/plugins/org.objectstyle.wolips.eomodeler.doc/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.targetbuilder/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.debug/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.htmlpreview/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.team/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.components/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.locate/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.refactoring/build.properties
The file was addedwolips/plugins/org.objectstyle.wolips.eogenerator.jdt/build.properties
Commit 179fe10360eda457a69f085f084e6d65e0f1daa3 by ramseygurley
Revert "Remove unused bundles."

This reverts commit d4dcec022b5e76e32a6868fec622f56fc74622a4.
(commit: 179fe10)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/META-INF/MANIFEST.MF (diff)
Commit eb200da40d87447be730a25e2c64892ce3d1f4a1 by ramseygurley
Oops. Deleted .classpath from ant project templates.
(commit: eb200da)
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/D2JC Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Framework/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Direct To Java Client WebStart Project/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/ERRest Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/DirectToWebServices Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Application/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/WebObjects Framework/.classpath
The file was addedwolips/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Wonder Application/.classpath
Commit a4f49adefd5d9a003f7c018edac2876823686710 by ramseygurley
Add the new github repository to the WOLips product repositories.
(commit: a4f49ad)
The file was modifiedwolips.product/wolips.product (diff)
Commit 5f4811d6bb2e6003f083d7a99ec714f83cf4ae9a by ramseygurley
Add product build for linux+riscv64 and win+aarch64
(commit: 5f4811d)
The file was modifiedpom.xml (diff)
Commit 8663b662a7d2ba5cf240fd2080d1d54646574322 by ramseygurley
Temp disable product build since 2024-12 update broke macosx+aarch64
(commit: 8663b66)
The file was modifiedpom.xml (diff)
The file was modifiedwolips.p2/pom.xml (diff)
Commit 8282fe29a62c73c17dd3317aed6e1f87bbc16c2c by ramseygurley
Add basic index.html for repository site.

Make it extra bad so someone will want to fix it ;)
(commit: 8282fe2)
The file was addedwolips.p2/src/main/resources/css/site.css
The file was addedwolips.p2/src/main/resources/index.html
The file was addedwolips.p2/src/main/resources/img/favicon.ico
Commit ef1dbd4a38bdad6680a07f6c99ff36080575d66a by ramseygurley
Include migration templates in plugin packaging.
(commit: ef1dbd4)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.properties (diff)
Commit a97f8624ebe739b92584ac06ccd59aaca671dd7a by ramseygurley
WOLips 185, fix the binding completions on dynamic elements.
(commit: a97f862)
The file was modifiedwolips/plugins/org.objectstyle.wolips.bindings/build.properties (diff)
The file was modifiedpom.xml (diff)
Commit 670b9df668ac1990360045e967aee64d8f9359bc by ramseygurley
Include schema dirs in plugins.
(commit: 670b9df)
The file was modifiedwolips/plugins/org.objectstyle.wolips.variables/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.ant/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.eomodeler.core/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.launching/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.tkhtmleditor/build.properties (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips/build.properties (diff)
Commit b4f23d575bd0c7240a79631c3923889e40a41412 by ramseygurley
Add woenvironment as an extraClasspathEntry too.
(commit: b4f23d5)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/plugin.xml (diff)
Commit 92db0e792a8bd71e23b35ad01d7da585de77cdad by ramseygurley
Copy-dependencies on initialize, clear them on clean.
(commit: 92db0e7)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject/pom.xml (diff)
The file was modifiedwolips/plugins/org.objectstyle.wolips.woproject.ant/pom.xml (diff)
Commit e7b2fa022bc581ae79a81cff1d466a8b7a6de9a2 by ramseygurley
Remove obsolete goodies feature.
(commit: e7b2fa0)
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/default.properties
The file was removedgoodies/features/build.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/.project
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/actions/CdInShellAction.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/actions/AbstractObjectActionDelegate.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/lib/jsr223-api.jar
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/plugin.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/META-INF/MANIFEST.MF
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/.project
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/META-INF/MANIFEST.MF
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/java/org/objectstyle/wolips/goodies/ui/mac/actions/RevealInFinderAction.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/actions/RevealInFileBrowserAction.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/META-INF/MANIFEST.MF
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/jna/CoreServices.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/java/org/objectstyle/wolips/goodies/ui/mac/MacPlugin.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/default.properties
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/lib/jna.jar
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/build.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/default.properties
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/default.properties
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/java/org/objectstyle/wolips/goodies/ui/mac/actions/CdInTerminalAction.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/plugin.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/java/org/objectstyle/wolips/goodies/core/win/WinPlugin.java
The file was removedgoodies/lib/.gitignore
The file was removedgoodies/plugins/build.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/jna/CoreFoundation.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.win/java/org/objectstyle/wolips/goodies/core/win/NativeHelper.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshMonitor.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/build.xml
The file was removedgoodies/features/org.objectstyle.wolips.goodies.feature/feature.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacPlugin.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/build.xml
The file was removedgoodies/features/org.objectstyle.wolips.goodies.feature/feature.properties
The file was removedgoodies/build.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/.project
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/NativeHelper.java
The file was removedgoodies/features/org.objectstyle.wolips.goodies.feature/.project
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.mac/plugin.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/.project
The file was removedgoodies/features/org.objectstyle.wolips.goodies.feature/default.properties
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/java/org/objectstyle/wolips/goodies/core/mac/MacRefreshProvider.java
The file was removedgoodies/features/org.objectstyle.wolips.goodies.feature/build.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/java/org/objectstyle/wolips/goodies/ui/win/WinPlugin.java
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.ui.win/build.xml
The file was removedgoodies/plugins/org.objectstyle.wolips.goodies.core.mac/plugin.xml
Commit f3bd974feb7bd3b6b6bde806998c76959763ef3e by ramseygurley
Delete obsolete entity modeler product.
(commit: f3bd974)
The file was removedentityModeler/icons/EOModel.icns
The file was removedentityModeler/icons/newRelationship.png
The file was removedentityModeler/.project
The file was removedentityModeler/icons/sql32.png
The file was removedentityModeler/build-antrunner.xml
The file was removedentityModeler/icons/reverseEngineer.png
The file was removedentityModeler/icons/newEntityIndex.png
The file was removedentityModeler/icons/reverseEngineer32.png
The file was removedentityModeler/icons/EntityModeler64.png
The file was removedentityModeler/plugin_customization.ini
The file was removedentityModeler/icons/newDatabaseConfig32.png
The file was removedentityModeler/Info.plist
The file was removedentityModeler/icons/verify.png
The file was removedentityModeler/java/entitymodeler/ApplicationWorkbenchAdvisor.java
The file was removedentityModeler/repackage.sh
The file was removedentityModeler/java/entitymodeler/actions/OpenEOModelAction.java
The file was removedentityModeler/icons/EntityModelerSmall.png
The file was removedentityModeler/build.sh
The file was removedentityModeler/icons/eoModel.png
The file was removedentityModeler/java/entitymodeler/Application.java
The file was removedentityModeler/icons/newFetchSpecification.png
The file was removedentityModeler/icons/verify32.png
The file was removedentityModeler/icons/newEntity.png
The file was removedentityModeler/icons/newEntity32.png
The file was removedentityModeler/icons/newStoredProcedure.png
The file was removedentityModeler/icons/EntityModeler.icns
The file was removedentityModeler/icons/newFetchSpecification32.png
The file was removedentityModeler/icons/EntityModeler16.png
The file was removedentityModeler/icons/subclassEntity.png
The file was removedentityModeler/java/entitymodeler/OpenDocumentEventProcessor.java
The file was removedentityModeler/icons/newAttribute.png
The file was removedentityModeler/icons/EntityModeler.jpg
The file was removedentityModeler/icons/newArgument32.png
The file was removedentityModeler/icons/sql.png
The file was removedentityModeler/icons/newAttribute32.png
The file was removedentityModeler/icons/flattenRelationship32.png
The file was removedentityModeler/META-INF/MANIFEST.MF
The file was removedentityModeler/icons/newArgument.png
The file was removedentityModeler/icons/flattenRelationship.png
The file was removedentityModeler/java/entitymodeler/actions/NewEOModelAction.java
The file was removedentityModeler/build.properties
The file was removedentityModeler/icons/EntityModeler.png
The file was removedentityModeler/config.ini
The file was removedentityModeler/EntityModeler.product
The file was removedentityModeler/icons/newStoredProcedure32.png
The file was removedentityModeler/icons/EntityModeler48.png
The file was removedentityModeler/java/entitymodeler/Activator.java
The file was removedentityModeler/java/entitymodeler/ApplicationWorkbenchWindowAdvisor.java
The file was removedentityModeler/icons/subclassEntity32.png
The file was removedentityModeler/plugin.xml
The file was removedentityModeler/splash.bmp
The file was removedentityModeler/icons/newRelationship32.png
The file was removedentityModeler/icons/EntityModeler32.png
The file was removedentityModeler/icons/newEntityIndex32.png
The file was removedentityModeler/icons/newDatabaseConfig.png
The file was removedentityModeler/java/entitymodeler/ApplicationActionBarAdvisor.java
The file was removedentityModeler/icons/EntityModeler128.png
Commit 895a78d722e6207ef9af8aeaa11f2f1457df295b by ramseygurley
Remove obsolete JRebel plugin/feature.
(commit: 895a78d)
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/pom.xml
The file was modifiedwolips.targetplatform/wolips.targetplatform.target (diff)
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/pom.xml
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/.project
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/utils/WOProjectClassLoader.java
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/.project
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.xml
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/META-INF/MANIFEST.MF
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/build.properties
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/default.properties
The file was removedjrebel/features/org.objectstyle.wolips.jrebel.feature/feature.properties
The file was modifiedpom.xml (diff)
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/WOJRebelLaunchConfigProvider.java
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/WOJRebelPluginProvider.java
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/utils/WOProjectUtils.java
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/plugin.xml
The file was removedjrebel/plugins/org.objectstyle.wolips.jrebel/java/org/objectstyle/wolips/jrebel/Activator.java
The file was modifiedwolips.p2/category.xml (diff)
Commit ecfe614ded0192e8d3083094bfce910178a4b713 by ramseygurley
Remove obsolete groovy language feature.
(commit: ecfe614)
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/java/org/objectstyle/wolips/groovy/ui/Activator.java
The file was removedscripting/features/org.objectstyle.wolips.groovy.feature/feature.xml
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/pom.xml
The file was removedscripting/features/org.objectstyle.wolips.groovy.feature/.project
The file was removedscripting/features/org.objectstyle.wolips.groovy.feature/default.properties
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/META-INF/MANIFEST.MF
The file was removedscripting/lib/.gitignore
The file was modifiedpom.xml (diff)
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/.project
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/plugin.xml
The file was removedscripting/plugins/org.objectstyle.wolips.groovy.ui/default.properties
The file was removedscripting/features/org.objectstyle.wolips.groovy.feature/feature.properties
The file was removedscripting/features/org.objectstyle.wolips.groovy.feature/pom.xml
Commit 8b75ed575f92a87967ba8c27e970a7618d572698 by ramseygurley
Delete obsolete veogen command line jar.
(commit: 8b75ed5)
The file was removedveogen/build.xml
The file was removedveogen/java/veogen/VeogenResourceLoader.java
The file was removedveogen/java/veogen/Veogen.java
The file was removedveogen/lib/org.eclipse.equinox.common-3.17.0.jar
The file was removedveogen/.project
The file was removedveogen/package.sh
Commit 76d6c72a1877a6d36ebad0acee30020c2f171823 by ramseygurley
Remove command line eomodeldoc project.
(commit: 76d6c72)
The file was removedeomodeldoc/.project
The file was removedeomodeldoc/eomodeldoc.sh
The file was removedeomodeldoc/java/eomodeldoc/EOModelDoc.java
The file was removedeomodeldoc/build.xml
The file was removedeomodeldoc/eomodelgraffle.sh
The file was removedeomodeldoc/lib/org.eclipse.equinox.common-3.17.0.jar
The file was removedeomodeldoc/java/eomodeldoc/EOModelGraffle.java
The file was modifiedwolips.p2/category.xml (diff)
The file was removedwolips/lib/.gitignore
Commit d9f38a948db898b7117a2f2d721ff42e9a192671 by ramseygurley
Move files down one directory in preparation for filter-repo
(commit: d9f38a9)
The file was addedmvnw.cmd
The file was added.mvn/wrapper/maven-wrapper.properties
The file was added.gitignore
The file was addedmvnw
The file was added.github/workflows/maven.yml
The file was addedREADME.md
The file was modifiedpom.xml (diff)
Commit 477af09b08d74c98324d6ecc45286780663cbfe4 by ramseygurley
Modify path for directory removal
(commit: 477af09)
The file was modified.github/workflows/maven.yml (diff)
The file was modified.github/workflows/maven.yml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedpom.xml (diff)