Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.help.ui')
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.help.ui/pom.xml b/plugins/org.eclipse.osee.ats.help.ui/pom.xml
index 295e049cbca..d910d526657 100644
--- a/plugins/org.eclipse.osee.ats.help.ui/pom.xml
+++ b/plugins/org.eclipse.osee.ats.help.ui/pom.xml
@@ -47,7 +47,7 @@
</taskdef>
<if>
- <equals arg1="${update.osee.doc}" arg2="true" />
+ <equals arg1="${osee-create-help-docs}" arg2="true" />
<then>
<property name="compile_classpath" refid="maven.compile.classpath" />
<delete dir="images" />
@@ -75,7 +75,7 @@
</taskdef>
<if>
- <equals arg1="${update.osee.doc}" arg2="true" />
+ <equals arg1="${osee-create-help-docs}" arg2="true" />
<then>
<if>

Back to the top