From cf635086e848f34dd65b8f24a8d020f81b05307f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 8 Feb 2008 20:41:46 +0000 Subject: [PATCH] - tested plugins javadoc --- build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.xml b/build.xml index 70e261d3..3863c768 100644 --- a/build.xml +++ b/build.xml @@ -158,6 +158,10 @@ <include name="org/ivml/alimo/**"/> <!--exclude name="org/semanticweb/owl/**"/--> </packageset> + <!-- This works but the classpath is not set correctly --> + <!--packageset dir="plugins/src" defaultexcludes="yes"> + <include name="fr/inrialpes/**"/> + </packageset--> <link href="http://java.sun.com/j2se/1.5.0/docs/api"/> </javadoc> </target> -- GitLab