Posted By:
Jeff_Bannister
Posted On:
Thursday, January 12, 2006 07:30 AM
We keep JBuilder project settings in our version control system. Several of our projects require custom build items i.e. Project | Properties | Build | Menu Items.
However these menu items are kept in the .local.jpx files and not with the main project file. This gives us a problem because these .local.jpx are not meant be placed into version control.
So I how can I setup project specific menu items and have them stored in version control?
Ideally these menu items should be stored in the main .jpx project file.