You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/04/22 11:32:50 UTC

cvs commit: maven/src/plugins-build/jdee/xdocs index.xml

evenisse    2003/04/22 02:32:49

  Modified:    src/plugins-build/jdee plugin.jelly
               src/plugins-build/jdee/xdocs index.xml
  Log:
  Apply Juergen Heidak's patch.
  
  Revision  Changes    Path
  1.2       +2 -0      maven/src/plugins-build/jdee/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jdee/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	8 Apr 2003 08:02:20 -0000	1.1
  +++ plugin.jelly	22 Apr 2003 09:32:49 -0000	1.2
  @@ -22,6 +22,7 @@
   	
       <j:file name="${basedir}/${projectFile}" prettyPrint="false"
   	   omitXmlDeclaration ="true" xmlns="dummy">
  +;; 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.*"))))
   
       <j:set var="mainClass"
   	  value="${context.getVariable('maven.jdee.application.class')}" />
  
  
  
  1.2       +10 -0     maven/src/plugins-build/jdee/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jdee/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	8 Apr 2003 08:02:20 -0000	1.1
  +++ index.xml	22 Apr 2003 09:32:49 -0000	1.2
  @@ -48,6 +48,16 @@
   			<td><code>jde-compile-option-directory</code></td>
   		  </tr>
   		  <tr>
  +			<td><code>target.classes.*</code></td>
  +			<td>
  +			  <code>jde-import-excluded-packages</code>
  +			  <p>
  +				Prevent the generated class files from being included into the
  +				list of possible imports.
  +			  </p>
  +			</td>
  +		  </tr>
  +		  <tr>
   			<td><code>./target/docs/apidocs</code></td>
   			<td><code>jde-javadoc-gen-destination-directory</code></td>
   		  </tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org