Update of /cvsroot/xdoclet/xdoclet2
In directory sc8-pr-cvs1:/tmp/cvs-serv13307

Modified Files:
        maven.xml project.xml TODO.txt 
Log Message:
Removed the need for xdoclet-plugin.xml. All metadata is now in generated BeanInfo.

Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/maven.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** maven.xml   12 Mar 2003 23:41:52 -0000      1.19
--- maven.xml   16 Mar 2003 17:08:12 -0000      1.20
***************
*** 70,78 ****
            classpathref="xdoclet.class.path"/>
  
-         <!-- Now we're generating meta info to package in the jar -->
-         <attainGoal name="xdoclet-plugin-xml"/>
-         <attainGoal name="task-xml"/>
          <!-- 
!         We want BeanInfo classes generated for all Tasks, Plugins and other sub 
elements.
          This is the metadata IDE plugins will use to figure out XDoclet's 
configuration
          options.
--- 70,75 ----
            classpathref="xdoclet.class.path"/>
  
          <!-- 
!         We want BeanInfo classes generated for all beans (Tasks, Plugins and other 
sub elements).
          This is the metadata IDE plugins will use to figure out XDoclet's 
configuration
          options.
***************
*** 91,101 ****
            classpathref="xdoclet.class.path"/>
  
!     </goal>
  
-     <goal name="xdoclet-plugin-xml" prereqs="init">
-         <xdoclet validating="false">
-             <fileset dir="${pom.build.sourceDirectory}"/>
-             <xdoclet-plugin-xml destination="${maven.build.dest}/META-INF"/>
-         </xdoclet>
      </goal>
  
--- 88,93 ----
            classpathref="xdoclet.class.path"/>
  
!         <attainGoal name="task-xml"/>
  
      </goal>
  

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** project.xml 8 Mar 2003 09:00:30 -0000       1.15
--- project.xml 16 Mar 2003 17:08:13 -0000      1.16
***************
*** 18,22 ****
      </organization>
      <inceptionYear>2000</inceptionYear>
!     <package>xdoclet</package>
      <logo>http://sourceforge.net/sflogo.php?group_id=31602&amp;type=2</logo>
      <description>
--- 18,22 ----
      </organization>
      <inceptionYear>2000</inceptionYear>
!     <package>xdoclet.util.predicates</package>
      <logo>http://sourceforge.net/sflogo.php?group_id=31602&amp;type=2</logo>
      <description>

Index: TODO.txt
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/TODO.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** TODO.txt    12 Mar 2003 23:41:53 -0000      1.13
--- TODO.txt    16 Mar 2003 17:08:14 -0000      1.14
***************
*** 1,5 ****
  o Add support for  {1} (Package name) in file name.
  o Remove the fancy introspection mechanism Superceded by BeanInfo etc.
- o Make JUnit tests run unforked.
  o property methods in xjavadoc.MethodImpl should check for public (see java bean 
spec for completeness).
  o Write a real proposal for the new mission. Think about how to organise the plugin 
sub-projects and make it easy to get started with CVS etc.
--- 1,4 ----



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to