xsddoc-compatibility-test/xdocs goals.xml,NONE,1.1 navigation-pdf.xml,NONE,1.1 index.xml,NONE,1.1 navigation.xml,NONE,1.1 properties.xml,NONE,1.1

Kurt Riede <[email protected]> Wed, 20 Oct 2004 17:33:14 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/xsddoc-compatibility-test/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25866/xdocs

Added Files:
	goals.xml navigation-pdf.xml index.xml navigation.xml 
	properties.xml 
Log Message:
initial import

--- 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="xsddoc" href="http://xframe.sf.net/xsddoc/index.html"/>
      <item name="maven-xsddoc-plugin" href="http://xframe.sf.net/maven-xsddoc-plugin/index.html"/>
    </links>
    <menu name="Overview">
      <item name="About" href="/index.html"/>
      <item name="XML Schema Documentation" href="/xsddoc-report.html"/>
      <item name="Link check" href="/linkcheck.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>
--- NEW FILE: index.xml ---
<?xml version="1.0"?>
<!--
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>xsddoc</title>
    <author email="[email protected]">Kurt Riede</author>
  </properties>

  <body>

    <section name="Goal">
      <p>Test runs of xsddoc against the compatibility test suite from W3C.</p>
    </section>

    <section name="Reports">
      <p>
        <a href="xsddoc-report.html">XML Schema Documentation Report</a>
      </p>
      <p>
        <a href="xsddoc-report.html">Link Check Report</a>
      </p>
    </section>

  </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