Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Jury2016-03-25 18:04:36 +0000
committerRyan D. Brooks2016-03-25 18:04:36 +0000
commitb41c88247856a74d2e0d47193815521ea2908d73 (patch)
tree3c39098b972287fb934531c65661c185c9de0e3f /plugins
parent1b6b7444f9ab907fb0dfc3a55a6385f07969e41f (diff)
downloadorg.eclipse.osee-b41c88247856a74d2e0d47193815521ea2908d73.tar.gz
org.eclipse.osee-b41c88247856a74d2e0d47193815521ea2908d73.tar.xz
org.eclipse.osee-b41c88247856a74d2e0d47193815521ea2908d73.zip
feature: Turn help generation off
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.osee.ote.parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.parent/pom.xml b/plugins/org.eclipse.osee.ote.parent/pom.xml
index 3bf5755c65e..a2912ae5495 100644
--- a/plugins/org.eclipse.osee.ote.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ote.parent/pom.xml
@@ -94,7 +94,7 @@
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
<itemis-site>http://download.itemis.com/updates/releases/${xtext-version}</itemis-site>
- <osee-create-help-docs>true</osee-create-help-docs>
+ <osee-create-help-docs>false</osee-create-help-docs>
<osee-application-server-launch-ant>../../plugins/org.eclipse.osee.parent/tools/osee-application-server.xml</osee-application-server-launch-ant>

Back to the top