To change a default Eclipse project to an Eclipse Java project you can follow the steps below.
Example:
Original .project file
<?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>A project</name>
Sometimes you want to replace one piece of text with another in all files in a whole directory tree.
*nix and sed to the rescue.
find ./ -type f -exec sed -i ’s/queryString/replaceString/g’ {} \;
AJT 2.2 fixes a bug in the handling of TitledComponent, the component inside the border now properly expands in both directions.