Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/reference
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22441

Modified Files:
        maven.xml project.properties 
Log Message:
Make reference to use information from generama sources.

Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/reference/maven.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** maven.xml   4 May 2005 07:40:33 -0000       1.13
--- maven.xml   31 May 2005 11:31:02 -0000      1.14
***************
*** 36,39 ****
--- 36,41 ----
  
      <goal name="generate-docs">
+         <fail message="Please provide a Generama sources location 
(path_to_generama/src/main/java/)" unless="generama.sources.path"/>
+ 
          <taskdef name="xdoclet" classname="org.xdoclet.ant.XDocletTask" 
classpathref="maven.dependency.classpath"/>
          <fileScanner var="pluginProjects">
***************
*** 46,49 ****
--- 48,54 ----
              <j:set var="pluginDir" value="${plugin.parentFile.name}" />
              <xdoclet>
+                 <fileset dir="${generama.sources.path}">
+                     <include name="**/*.java"/>
+                 </fileset>
                  <fileset dir="${basedir}/../${pluginDir}">
                      <include name="**/*.java"/>
***************
*** 56,60 ****
                      destdir="${maven.build.dir}/plugin-doc"
                      packageregex="."
!                     basedir="${basedir}/.."/>
                  <component
                      
classname="org.xdoclet.plugin.qtags.confluence.QTagConfluencePlugin"
--- 61,66 ----
                      destdir="${maven.build.dir}/plugin-doc"
                      packageregex="."
!                     basedir="${basedir}/.."
!                     generamaSourcesDir="${generama.sources.path}"/>
                  <component
                      
classname="org.xdoclet.plugin.qtags.confluence.QTagConfluencePlugin"

Index: project.properties
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/reference/project.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** project.properties  6 Feb 2005 16:43:59 -0000       1.5
--- project.properties  31 May 2005 11:31:02 -0000      1.6
***************
*** 1 ****
! maven.repo.remote=http://www.ibiblio.org/maven,http://dist.codehaus.org
--- 1 ----
! maven.repo.remote=http://www.ibiblio.org/maven,http://dist.codehaus.org
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to