Posts

Showing posts from December, 2013

Excluding javascript files from validation

Image
Go to  Project Properties > JavaScript > Include Path > Source , there is " Excluded " to highlight and press "Edit" button, here you are able to add what you want to exclude (file, folder, pattern).

Linux File system

Directory Content /bin Common programs, shared by the system, the system administrator and the users. /boot The startup files and the kernel,  vmlinuz . In some recent distributions also  grub  data. Grub is the  GRand Unified Boot  loader and is an attempt to get rid of the many different boot-loaders we know today. /dev Contains references to all the CPU peripheral hardware, which are represented as files with special properties. /etc Most important system configuration files are in  /etc , this directory contains data similar to those in the Control Panel in Windows /home Home directories of the common users. /initrd (on some distributions) Information for booting. Do not remove! /lib Library files, includes files for all kinds of programs needed by the system and the users. /lost+found Every partition has a  lost+found  in its upper directory. Files that were saved during failures are here. /misc For miscellaneous purposes. /mnt Standard mount point for external file s

Maven Local Repository update on distribution management change

Whenever there is a change in the Distribution Management for the Maven. Ensure to go into the Settings.xml and modify the new URL . the settings.xml can be found under the .m2 local folder or in the Maven install folder under the conf folder.