Ignore common.properties and unix.propertiesAdding common.properties and unix.properties files to .gitignore inorder to be able to modify them locally without the need to push them tothe remote repo
Remove folder after it was moved to masterRemoving it as there is no need to keep it in lams25 branch after it was moved to the master branch. Besides, it was never meant to be run under JBoss (lams25 branch).
LDEV-4364 Properly save question after another one was removedThe problem comes from MCQ incorrectly assigning question's orderIdafter some question was removed.
LDEV-4363 Adding stub for old lams_tool_dimdimAdding lams_tool_dimdim to GitHub as we need to use it for other siteand we didn't import it originally from CVS.
LDEV-4305 adding new labels. LDEV-4217 Removing labelsAdding new labels for upload widget and dropping labels for LDEV-4305Removing labels for LDEV-4217
LDEV-4360 Adjust Ant build pathsSince public and private projects are not in the same dir now,we need to make sure Ant commands point to proper resources.