Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-09-16 04:54:16 +0000
committerslewis2015-09-16 04:54:16 +0000
commit2ff0d70f1b5880b61b773b5a96e10898ddff03c4 (patch)
treebc17f54f723a5ecf427109c049a29b696f686c72
parent1f86d350652f32b0f94eb4b097f86b810e29e18e (diff)
downloadorg.eclipse.ecf-2ff0d70f1b5880b61b773b5a96e10898ddff03c4.tar.gz
org.eclipse.ecf-2ff0d70f1b5880b61b773b5a96e10898ddff03c4.tar.xz
org.eclipse.ecf-2ff0d70f1b5880b61b773b5a96e10898ddff03c4.zip
-rw-r--r--framework/bundles/org.eclipse.ecf/javadoc.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/framework/bundles/org.eclipse.ecf/javadoc.xml b/framework/bundles/org.eclipse.ecf/javadoc.xml
index b256bb5bb..ecc817e8c 100644
--- a/framework/bundles/org.eclipse.ecf/javadoc.xml
+++ b/framework/bundles/org.eclipse.ecf/javadoc.xml
@@ -1,19 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc">
- <path id="files.classpath">
- <fileset dir="${target}/">
- <filename name="**/*.jar" />
- </fileset>
- </path>
-
<target name="javadoc">
<echo message="${target}"/>
<echo message="${source}"/>
<echo message="${output}"/>
<javadoc access="protected" additionalparam="-J-Xmx512m -tag model:a:Model -tag generated:a:Generated -tag noreference:tcmf:DoNotReference -tag ordered:a:Ordered -tag noimplement:a:NoImplement -tag noextend:a:NoExtend -tag ThreadSafe -tag Immutable -tag deprecated:a:Deprecated"
author="false"
- classpathref="files.classpath"
destdir="${output}"
doctitle="Eclipse Communication Framework (ECF) 3.11.0"
nodeprecated="false"
@@ -53,6 +46,7 @@
<exclude name="**/org/eclipse/ecf/remoteservice/soap/**"/>
<exclude name="**/org/eclipse/ecf/remoteservice/rest/rss/**"/>
<exclude name="**/org/eclipse/ecf/telephony/**"/>
+ <exclude name="**/org/eclipse/ecf/docshare/**"/>
<exclude name="**/org.eclipse.ecf.remoteservice.asyncproxy.j8/**"/>
<exclude name="**/org.eclipse.ecf.remoteservices.tooling.pde/templates/**"/>
</fileset>

Back to the top