blob: 9ff61db846bedb5effb94169808400c0f2354164 [file] [log] [blame]
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="./tools/stylesheets/module.xsl"?>
<module name="xml-forrest">
<url href="http://xml.apache.org/forrest/"/>
<!-- tells forrest to kick in for the site -->
<forrest version="0.1">
<skin name="xml-apache-site" style="xml-apache-site"/>
<!-- other forrest available skins
<skin name="jakarta-site" style="jakarta-site"/>
<skin name="cocoon-printer" style="cocoon-printer"/> -->
</forrest>
<cvs repository="xml"/>
<mailing-lists>
<mailing-list mail="forrest-dev@xml.apache.org"
subscribe="forrest-dev-subscribe@xml.apache.org"
unsubscribe="forrest-dev-unsubscribe@xml.apache.org"
user="developer"/>
</mailing-lists>
<description>
Forrest is an XML standards-oriented project documentation framework based
on Apache Cocoon.
</description>
<detailed>
Forrest is an XML standards-oriented project documentation
framework based on Apache Cocoon, providing XSLT stylesheets and schemas,
images and other resources. Forrest uses these to render the XML source
content into a website via command-line, robot, or a dynamic web
</detailed>
<what>
<goal>Standards-based site documentation framework.</goal>
<!-- <goal>analysis of logs and publishing of results</goal> -->
</what>
<why>If you ever participated in ASF open development you know why: there is always the feeling that you are left on your own, that each project, effort, community mail list and invidual has to struggle to keep up with the others and to keep coherence. This effort was started by those who believe that a better and more coherent technical infrastructure is a first step in the right direction.</why>
<licence>This software is released under the Apache Public License 1.1.
For detailed legal and licensing issues, please read the LICENSE.* files
in the /legal directory.</licence>
<credits>
<credit>Apache Cocoon (http://xml.apache.org/cocoon/)</credit>
<credit>Apache FOP (http://xml.apache.org/fop/)</credit>
<credit>Apache Batik (http://xml.apache.org/batik</credit>
<credit>Apache Ant (http://ant.apache.org/)</credit>
<credit>Chaperon (http://chaperon.sourceforge.net/)</credit>
<credit>This product includes software developed by CollabNet
(http://www.Collab.Net/).</credit>
</credits>
<project name="xml-forrest">
<version fix="0" major="0" minor="4" tag=""/>
<package>org.apache.forrest</package>
<script name="build"/>
<!-- Project jars Forrest build strictly depends on -->
<!-- needed for build -->
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<depend project="xml-cocoon2" inherit="all"/>
<!--
<depend project="junit"/>
-->
<!-- Project jars Forrest build can use -->
<!-- <option project="xxx"/> -->
<!-- Work dirs to be included in classpath -->
<work nested="build/classes"/>
<home nested="build"/>
<!-- jars - the result of the build -->
<jar id="xml-forrest" name="xml-forrest.jar"/>
<jar id="scratchpad" name="xml-forrest-scratchpad.jar"/>
<!-- Javadocs - location in the build dirs -->
<!-- <javadoc parent="build/javadocs"/> -->
<!-- Getting ready for automatic site updates
<deliver fromdir="build/xml-forrest/docs"
tosite="xml-apache-org"
todir="forrest/" />
-->
<nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
to="forrest-dev@xml.apache.org"/>
</project>
<project name="xml-forrest-forrestbar">
<ant target="forrestbar"/>
<home nested="build"/>
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
<!-- jars - the result of the build -->
<jar id="forrestbar" name="forrestbar.xpi"/>
<nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
to="forrest-dev@xml.apache.org"/>
</project>
</module>