diff --git .checkstyle .checkstyle
index 2491fa2..316a42e 100644
--- .checkstyle
+++ .checkstyle
@@ -5,6 +5,6 @@
-
+
diff --git README.txt README.txt
index ca72fd3..72b8be7 100644
--- README.txt
+++ README.txt
@@ -349,11 +349,15 @@ Developing Hive using Eclipse
.classpath, and a set of *.launch files for Eclipse-based
debugging.
-3. Launch Eclipse and import the Hive project by navigating to
+3. If you do not have Checkstyle plugin for eclipse, install it
+ before proceeding to next step. For more information refer to
+ http://eclipse-cs.sourceforge.net/.
+
+4. Launch Eclipse and import the Hive project by navigating to
File->Import->General->Existing Projects menu and selecting
the hive_trunk directory.
-4. Run the CLI or a set of test cases by right clicking on one of the
+5. Run the CLI or a set of test cases by right clicking on one of the
*.launch configurations and selection Run or Debug.
Development Tips
diff --git build.xml build.xml
index 125d5ef..38df212 100644
--- build.xml
+++ build.xml
@@ -514,6 +514,7 @@
failOnViolation="false">
+
diff --git checkstyle/checkstyle.xml checkstyle/checkstyle.xml
index 4c91477..5d13a4f 100644
--- checkstyle/checkstyle.xml
+++ checkstyle/checkstyle.xml
@@ -48,7 +48,11 @@
-->
+
+
+
+
diff --git eclipse-templates/.project eclipse-templates/.project
index 846dc9c..4c8bf35 100644
--- eclipse-templates/.project
+++ eclipse-templates/.project
@@ -20,9 +20,14 @@
-
+
+ net.sf.eclipsecs.core.CheckstyleBuilder
+
+
+
org.eclipse.jdt.core.javanature
+ net.sf.eclipsecs.core.CheckstyleNature