User: pathoss Date: 02/10/06 06:39:12 Modified: xdocs/development branches.xml design.xml Added: xdocs/development dirlayout.xml Log: Updated. Added dirlayout description. Revision Changes Path 1.4 +10 -12 xdoclet/xdocs/development/branches.xml Index: branches.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/xdocs/development/branches.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- branches.xml 3 Oct 2002 14:40:37 -0000 1.3 +++ branches.xml 6 Oct 2002 13:39:12 -0000 1.4 @@ -55,18 +55,6 @@ <td>07/2002</td> <td>CLOSED</td> </tr> - <tr> - <td><code>XDOCLET_1_2</code></td> - <td>XDoclet 1.2 development branch</td> - <td>10/2002</td> - <td>BUGFIXES ONLY, STABLE</td> - </tr> - <tr> - <td><code>XDOCLET_2_0</code></td> - <td>XDoclet 2.0 development branch</td> - <td>11/2002</td> - <td>EXPERIMENTAL, UNSTABLE</td> - </tr> </table> </subsection> <subsection name="Tags"> @@ -82,6 +70,16 @@ <td>02/10/2002</td> </tr> </table> + </subsection> + <subsection name="XDoclet 2.0"> + <p> + The XDoclet team has decided in order to keep development simple and straight forward, + that development on XDoclet 2.0 will occur on the <code>xdoclet2</code> module. If we would + have branched, it would be too much hassle to do the entire rewrite. + </p> + <p> + Development on XDoclet 1.2 will still happen on the <code>xdoclet</code> module. + </p> </subsection> <subsection name="Naming Conventions"> <p> 1.7 +3 -2 xdoclet/xdocs/development/design.xml Index: design.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/xdocs/development/design.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- design.xml 5 Oct 2002 15:52:41 -0000 1.6 +++ design.xml 6 Oct 2002 13:39:12 -0000 1.7 @@ -8,8 +8,9 @@ <body> <section name="New Design"> <p> - This document is a proposal for the new <b>XDoclet 2.0 design</b>. This version - may break compability with older versions or source files using wrongly formatted tags. + This document is a proposal for the <b>XDoclet 2.0 design</b>. This version is + a complete rewrite and will probably break compability with older versions and source + files using wrongly formatted tags. </p> <subsection name="Goals"> 1.1 xdoclet/xdocs/development/dirlayout.xml Index: dirlayout.xml =================================================================== <?xml version="1.0"?> <document> <properties> <author email="[EMAIL PROTECTED]">Mathias Bogaert</author> <title>CVS Directory Layout</title> </properties> <body> <section name="CVS Directory Layout"> <p> This document describes the new directory layout for XDoclet 2.0. </p> <subsection name="The files"> <ul> <li>.cvsignore - a list of directories and files to be ignored by CVS</li> <li>LICENSE.txt - contains the XDoclet license (required by Maven)</li> <li>maven.xml - build script that contains preGoal and postGoal targets to override Maven's default behaviour</li> <li>project.properties - project properties (primarily used by Maven)</li> <li>project.xml - the project descriptor (used by Maven)</li> </ul> </subsection> <subsection name="The directories"> <p> If you need other directories than these standard ones to store files, please discuss with the development team before creating the directories. </p> <ul> <li>etc - support files</li> <li>src - the sources <ul> <li>bin - binaries (multi-platform) to execute XDoclet without Ant (.bat/.sh)</li> <li>core - the sources of the core <ul> <li>java - the java source codes</li> <li>templates - velocity templates and macros</li> </ul> </li> <li>xgg - the sources of xgg <ul> <li>java - the java source codes</li> </ul> </li> <li>xrai - the sources for xrai <ul> <li>java - the java source codes</li> </ul> </li> <li>xjavadoc - the sources for xjavadoc <ul> <li>java - the java source codes</li> </ul> </li> <li>plugins - the plug-ins (see below)</li> <li>test - the unit tests <ul> <li>java - the java unit tests</li> </ul> </li> <li>samples - the samples <ul> <li>java - the java unit tests</li> </ul> </li> </ul> </li> <li>xdocs - the documentation</li> </ul> </subsection> <subsection name="Plug-in Directory Layout"> <ul> <li>src <ul> <li>java - the java source codes</li> <li>templates - velocity templates and macros</li> </ul> </li> <li>xdocs - specific plug-in documentation</li> </ul> </subsection> </section> </body> </document>
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel