Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.support.build/support/customTargets.xml')
-rw-r--r--plugins/org.eclipse.osee.support.build/support/customTargets.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.support.build/support/customTargets.xml b/plugins/org.eclipse.osee.support.build/support/customTargets.xml
index f0e7ab68c33..2f97c5500b2 100644
--- a/plugins/org.eclipse.osee.support.build/support/customTargets.xml
+++ b/plugins/org.eclipse.osee.support.build/support/customTargets.xml
@@ -124,6 +124,7 @@
<ant dir="${buildDirectory}/plugins/org.eclipse.osee.framework.dev.help.ui" antfile="build-helper.xml" target="all" />
<ant dir="${buildDirectory}/plugins/org.eclipse.osee.ats.help.ui" antfile="build-helper.xml" target="all" />
<ant dir="${buildDirectory}/plugins/org.eclipse.osee.define.help.ui" antfile="build-helper.xml" target="all" />
+ <ant dir="${buildDirectory}/plugins/org.eclipse.osee.coverage.help.ui" antfile="build-helper.xml" target="all" />
</target>
<!-- ===================================================================== -->

Back to the top