diff --git a/build.xml b/build.xml
index e82b922db..973456442 100644
--- a/build.xml
+++ b/build.xml
@@ -323,7 +323,8 @@
+ basedir="target/checkstyle"
+ manifest="config/manifest.mf" />
@@ -336,7 +337,8 @@
dest="${dist.dir}/checkstyle-${version}/tmp" />
+ basedir="${dist.dir}/checkstyle-${version}/tmp"
+ manifest="config/manifest.mf" />
@@ -371,17 +373,18 @@
+
+
+
-
-
-
+
diff --git a/config/manifest.mf b/config/manifest.mf
new file mode 100644
index 000000000..b7c58b91e
--- /dev/null
+++ b/config/manifest.mf
@@ -0,0 +1 @@
+Main-Class: com.puppycrawl.tools.checkstyle.Main