maven-xsddoc-plugin/xdocs navigation-pdf.xml,NONE,1.1 goals.xml,NONE,1.1 properties.xml,NONE,1.1 navigation.xml,NONE,1.1

Kurt Riede <[email protected]> Sat, 09 Oct 2004 23:41:51 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/maven-xsddoc-plugin/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30658/xdocs

Added Files:
	navigation-pdf.xml goals.xml properties.xml navigation.xml 
Log Message:
initial import after extraction from sub folder of project xsddoc

--- NEW FILE: properties.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<document>
  <properties>
    <title>Maven xsddoc Plug-in Properties</title>
  </properties>
  <body>
    <section name="Maven xsddoc Plug-in Settings">
      <table>
        <tr>
          <th>Property</th>
          <th>Optional?</th>
          <th>Description</th>
        </tr>
        <tr>
          <td>maven.xsddoc.dest</td>
          <td>Yes</td>
          <td>
            <p>Default value is
              <code>${maven.docs.dest}/xsddocs</code>.</p>
          </td>
        </tr>
        <tr>
          <td>maven.xsddoc.src</td>
          <td>Yes</td>
          <td>
            <p>Default value is
              <code>src/xsd</code>.</p>
          </td>
        </tr>
        <tr>
          <td>maven.xsddoc.include</td>
          <td>Yes</td>
          <td>
            <p>Default value is
              <code>**/*.xsd</code>.</p>
          </td>
        </tr>
      </table>
    </section>
  </body>
</document>
--- NEW FILE: navigation.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<project name="Maven xsddoc Plug-in">
  <title>Maven xsddoc Plug-in</title>
  <body>
    <links>
      <item name="Maven" href="http://maven.apache.org/"/>
      <item name="xsddoc" href="http://xframe.sf.net/xsddoc/index.html"/>
      <item name="PDF Documentation" href="/maven-xsddoc-plugin.pdf" img="/images/pdf.gif"/>
    </links>
    <menu name="Overview">
      <item name="About" href="/index.html"/>
      <item name="Goals" href="/goals.html"/>
      <item name="Properties" href="/properties.html"/>
    </menu>
  </body>
</project>

--- NEW FILE: navigation-pdf.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<project name="Maven xsddoc Plug-in">
  <title>Maven xsddoc Plug-in</title>
  <body>
    <links>
      <item name="Maven" href="http://maven.apache.org/"/>
      <item name="xsddoc" href="http://xframe.sf.net/xsddoc/index.html"/>
    </links>
    <menu name="Overview">
      <item name="About" href="/index.html"/>
      <item name="Goals" href="/goals.html"/>
      <item name="Properties" href="/properties.html"/>
    </menu>
  </body>
</project>

--- NEW FILE: goals.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<document>
  <properties>
    <title>Maven xsddoc Plug-in Goals</title>
  </properties>
  <body>
    <goals>
      <goal>
        <name>maven-xsddoc-plugin:register</name>
        <description>Register the xframe xsddoc tool.</description>
      </goal>
      <goal>
        <name>maven-xsddoc-plugin:deregister</name>
        <description>Deregister the xframe xsddoc tool.</description>
      </goal>
      <goal>
        <name>maven-xsddoc-plugin:report</name>
        <description>Generate xml schema documentation using the xframe xsddoc tool.</description>
      </goal>
      <goal>
        <name>xsddoc:generate</name>
        <description>Generate xml schema documentation using the xframe xsddoc tool.</description>
      </goal>
    </goals>
  </body>
</document>


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl