Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/javadoc.xml')
-rw-r--r--framework/bundles/org.eclipse.ecf/javadoc.xml96
1 files changed, 48 insertions, 48 deletions
diff --git a/framework/bundles/org.eclipse.ecf/javadoc.xml b/framework/bundles/org.eclipse.ecf/javadoc.xml
index f2f18b62b..39bfab941 100644
--- a/framework/bundles/org.eclipse.ecf/javadoc.xml
+++ b/framework/bundles/org.eclipse.ecf/javadoc.xml
@@ -1,48 +1,48 @@
-<?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 "
- author="false"
- classpathref="files.classpath"
- destdir="${output}"
- doctitle="Eclipse Communication Framework (ECF) 3.5.6"
- nodeprecated="false"
- nodeprecatedlist="false"
- noindex="false"
- nonavbar="false"
- notree="false"
- source="1.5"
- splitindex="true"
- use="true"
- version="true">
-
- <fileset dir="${source}" defaultexcludes="true">
- <include name="**/*.java"/>
- <exclude name="**/ui/**"/>
- <exclude name="**/smack/**"/>
- <exclude name="**/incubation/**"/>
- <exclude name="**/internal/**"/>
- <exclude name="**/ch/**"/>
- <exclude name="**/jmdns/**"/>
- <exclude name="**/tests/**"/>
- <exclude name="**/sdo/**"/>
- <exclude name="**/tutorial/**"/>
- <exclude name="**/twitter/**"/>
- <exclude name="**/jivesoftware/**"/>
- <exclude name="**/pubsub/**"/>
- <exclude name="**/collab/**"/>
- <exclude name="**/osgi/services/discovery/**"/>
- </fileset>
- </javadoc>
- </target>
-</project>
+<?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 "
+ author="false"
+ classpathref="files.classpath"
+ destdir="${output}"
+ doctitle="Eclipse Communication Framework (ECF) 3.5.6"
+ nodeprecated="false"
+ nodeprecatedlist="false"
+ noindex="false"
+ nonavbar="false"
+ notree="false"
+ source="1.5"
+ splitindex="true"
+ use="true"
+ version="true">
+
+ <fileset dir="${source}" defaultexcludes="true">
+ <include name="**/*.java"/>
+ <exclude name="**/ui/**"/>
+ <exclude name="**/smack/**"/>
+ <exclude name="**/incubation/**"/>
+ <exclude name="**/internal/**"/>
+ <exclude name="**/ch/**"/>
+ <exclude name="**/jmdns/**"/>
+ <exclude name="**/tests/**"/>
+ <exclude name="**/sdo/**"/>
+ <exclude name="**/tutorial/**"/>
+ <exclude name="**/twitter/**"/>
+ <exclude name="**/jivesoftware/**"/>
+ <exclude name="**/pubsub/**"/>
+ <exclude name="**/collab/**"/>
+ <exclude name="**/osgi/services/discovery/**"/>
+ </fileset>
+ </javadoc>
+ </target>
+</project>

Back to the top