From: Eric P. <de...@us...> - 2006-04-25 18:15:27
|
dep4b 06/04/25 11:15:17 Modified: schemaspy/xdocs index.xml Log: Fix home page docs! Referring to RPM plugin, not SchemaSpy! Revision Changes Path 1.2 +7 -6 maven-plugins/schemaspy/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 25 Apr 2006 17:46:59 -0000 1.1 +++ index.xml 25 Apr 2006 18:15:17 -0000 1.2 @@ -6,15 +6,16 @@ </properties> <body> - <section name="RPM Plugin"> + <section name="SchemaSpy Plugin"> <p> - The RPM Plugin generates RPM Distributions from the project. - Those distributions include source distributions, binary distributions, - web applications distributions (if your project generates a web application). + The SchemaSpy Plugin generates SchemaSpy documentation for your database. </p> <p> - The RPM plugin takes care for you about the dependencies, so that you can - easily install them and distribute them. + SchemaSpy uses the JDBC metadata to extract the database schema, and the + <i>dot</i> executable from GraphViz to generate usable ER diagrams. + </p> + <p> + The Maven plugin has only been tested with MSSQLServer. </p> </section> </body> |