diff --git a/build.gradle b/build.gradle
index e3c87cd114d1679532a395781846949cc9a3edd5..8384c724f4dcb0f534b19fdb51dbd9bfe9783708 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,6 +7,15 @@ apply from: 'tycho_build.gradle'
 
 // Local tasks
 
+
+task bMotionStudioHelpCustumBuild(type: Exec){
+	
+	commandLine 'ant', '-f','de.bmotionstudio.help/customBuild.xml'
+}
+
+
+install.dependsOn bMotionStudioHelpCustumBuild
+
 project(':de.prob.core') {
 
 	repositories {