Added TestSessionURN: to test the creation of a sessionURN and to retrieve a correct...
[vamsas.git] / build.xml
index 303c160..ae600aa 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -134,10 +134,11 @@ inheritRefs="true"/> -->
        <target name="javadoc" depends="init">
        <javadoc destdir="docs/api" author="true" version="true" use="true">      
       <fileset dir="${sourceDir}" defaultexcludes="yes">
+       <exclude name="**/.castor.cdr"/>
+       <!-- this was for the old ebi packages.
        <exclude name="uk/**"/>
-       <exclude name="uk/*.java"/>
-       <exclude name=".castor.cdr"/>
-      </fileset>
+       <exclude name="uk/*.java"/> -->
+           </fileset>
     </javadoc>
   </target>