From 6c9ee0aa648c37fbef5836a03210c83f9c9908b0 Mon Sep 17 00:00:00 2001 From: evenisse Date: Tue, 22 Apr 2003 09:32:49 +0000 Subject: [PATCH] Apply Juergen Heidak's patch. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113367 13f79535-47bb-0310-9956-ffa450edef68 --- jdee/plugin.jelly | 2 ++ jdee/xdocs/index.xml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/jdee/plugin.jelly b/jdee/plugin.jelly index 76b67331..77121824 100644 --- a/jdee/plugin.jelly +++ b/jdee/plugin.jelly @@ -22,6 +22,7 @@ +;; generated by jdee plugin (see http://maven.apache.org/reference/plugins/jdee/) (jde-project-file-version "1.0") (jde-set-variables (quote (jde-project-name "${pom.artifactId}")) @@ -34,6 +35,7 @@ (quote (jde-javadoc-gen-destination-directory "./target/docs/apidocs")) (quote (jde-project-file-name "${projectFile}")) (quote (jde-javadoc-gen-window-title "${pom.name} - ${pom.organization} (${pom.inceptionYear})")) + (quote (jde-import-excluded-packages (quote ("target.*")))) diff --git a/jdee/xdocs/index.xml b/jdee/xdocs/index.xml index c9a0738f..ffdaab6e 100644 --- a/jdee/xdocs/index.xml +++ b/jdee/xdocs/index.xml @@ -47,6 +47,16 @@ ./target/classes jde-compile-option-directory + + target.classes.* + + jde-import-excluded-packages +

+ Prevent the generated class files from being included into the + list of possible imports. +

+ + ./target/docs/apidocs jde-javadoc-gen-destination-directory