Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-10-16 18:16:55 +0000
committerslewis2013-10-16 18:16:55 +0000
commit6fd25eac80a9dcc90f23f0756d01f554cae2e7e2 (patch)
tree0ec67f87402e91036168befaad6797cffe050fce
parent4fa931109187c894b8293b92d0ebfecc7a8f61fc (diff)
downloadorg.eclipse.ecf-6fd25eac80a9dcc90f23f0756d01f554cae2e7e2.tar.gz
org.eclipse.ecf-6fd25eac80a9dcc90f23f0756d01f554cae2e7e2.tar.xz
org.eclipse.ecf-6fd25eac80a9dcc90f23f0756d01f554cae2e7e2.zip
Fixes for javadocs for 3.7.0 release
-rw-r--r--framework/bundles/org.eclipse.ecf/javadoc.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf/javadoc.xml b/framework/bundles/org.eclipse.ecf/javadoc.xml
index bbd33878b..2ec298707 100644
--- a/framework/bundles/org.eclipse.ecf/javadoc.xml
+++ b/framework/bundles/org.eclipse.ecf/javadoc.xml
@@ -15,7 +15,7 @@
author="false"
classpathref="files.classpath"
destdir="${output}"
- doctitle="Eclipse Communication Framework (ECF) 3.6.1"
+ doctitle="Eclipse Communication Framework (ECF) 3.7.0"
nodeprecated="false"
nodeprecatedlist="false"
noindex="false"
@@ -42,6 +42,8 @@
<exclude name="**/pubsub/**"/>
<exclude name="**/collab/**"/>
<exclude name="**/osgi/services/discovery/**"/>
+ <exclude name="**/com/mycorp/examples/timeservice/**"/>
+ <exclude name="**/org.eclipse.ecf.remoteservices.tooling.pde/templates/**"/>
</fileset>
</javadoc>
</target>

Back to the top