Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschmitt2010-04-09 17:45:41 +0000
committerrschmitt2010-04-09 17:45:41 +0000
commit23633162603837132469fa306f1faf0c8841ab80 (patch)
treedc6f47f0ba6be3305c7c34ab232ffc010e2e84d8 /plugins/org.eclipse.osee.support.build/support/customTargets.xml
parentb3a8b9c58f15ffb67f3cb643552b29dd7e6fda49 (diff)
downloadorg.eclipse.osee-23633162603837132469fa306f1faf0c8841ab80.tar.gz
org.eclipse.osee-23633162603837132469fa306f1faf0c8841ab80.tar.xz
org.eclipse.osee-23633162603837132469fa306f1faf0c8841ab80.zip
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