I think you should use Maven 3, the <reporting> element is no more supported in Maven 3 so I removed it.
Antonio 2011/7/21 <[email protected]> > Author: mck > Date: Thu Jul 21 15:19:46 2011 > New Revision: 1149219 > > URL: http://svn.apache.org/viewvc?rev=1149219&view=rev > Log: > site building for tiles-request and submodules > > Added: > tiles/framework/trunk/tiles-request/src/site/site.xml > tiles/framework/trunk/tiles-request/tiles-request-api/src/site/ > tiles/framework/trunk/tiles-request/tiles-request-api/src/site/site.xml > tiles/framework/trunk/tiles-request/tiles-request-freemarker/src/site/ > > > tiles/framework/trunk/tiles-request/tiles-request-freemarker/src/site/site.xml > tiles/framework/trunk/tiles-request/tiles-request-jsp/src/site/ > tiles/framework/trunk/tiles-request/tiles-request-jsp/src/site/site.xml > > tiles/framework/trunk/tiles-request/tiles-request-portlet-wildcard/src/site/ > > > tiles/framework/trunk/tiles-request/tiles-request-portlet-wildcard/src/site/site.xml > > tiles/framework/trunk/tiles-request/tiles-request-servlet-wildcard/src/site/ > > > tiles/framework/trunk/tiles-request/tiles-request-servlet-wildcard/src/site/site.xml > tiles/framework/trunk/tiles-request/tiles-request-servlet/src/site/ > > tiles/framework/trunk/tiles-request/tiles-request-servlet/src/site/site.xml > tiles/framework/trunk/tiles-request/tiles-request-velocity/src/site/ > > tiles/framework/trunk/tiles-request/tiles-request-velocity/src/site/site.xml > Modified: > tiles/framework/trunk/tiles-request/pom.xml > > tiles/framework/trunk/tiles-request/tiles-request-portlet/src/site/site.xml > > Modified: tiles/framework/trunk/tiles-request/pom.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/pom.xml?rev=1149219&r1=1149218&r2=1149219&view=diff > > ============================================================================== > --- tiles/framework/trunk/tiles-request/pom.xml (original) > +++ tiles/framework/trunk/tiles-request/pom.xml Thu Jul 21 15:19:46 2011 > @@ -43,4 +43,88 @@ > <url>scp://people.apache.org/www/tiles.apache.org/request > </url> > </site> > </distributionManagement> > + > + <reporting> > + <plugins> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-project-info-reports-plugin</artifactId> > + </plugin> > + <plugin> > + <artifactId>maven-surefire-report-plugin</artifactId> > + </plugin> > + <plugin> > + <artifactId>maven-checkstyle-plugin</artifactId> > + <configuration> > + <configLocation> > http://svn.apache.org/repos/asf/tiles/maven/trunk/build/tiles_checks_v5.xml > + </configLocation> > + </configuration> > + </plugin> > + <plugin> > + <groupId>org.codehaus.mojo</groupId> > + <artifactId>jxr-maven-plugin</artifactId> > + </plugin> > + <plugin> > + <artifactId>maven-pmd-plugin</artifactId> > + <configuration> > + <targetJdk>1.5</targetJdk> > + </configuration> > + </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-javadoc-plugin</artifactId> > + <version>2.7</version> > + <reportSets> > + <reportSet> > + <id>aggregated</id> > + <configuration> > + > <excludePackageNames>org.apache.tiles.test</excludePackageNames> > + <links> > + <link> > http://java.sun.com/j2se/1.5.0/docs/api/</link> > + <link> > http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link> > + <link> > http://commons.apache.org/chain/apidocs</link> > + <link> > http://commons.apache.org/digester/commons-digester-1.6/docs/api</link> > + <link> > http://commons.apache.org/logging/commons-logging-1.1/apidocs</link> > + </links> > + > <doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet> > + <docletArtifact> > + <groupId>gr.spinellis</groupId> > + <artifactId>UmlGraph</artifactId> > + <version>4.6</version> > + </docletArtifact> > + <additionalparam> > + -inferrel -inferdep -quiet -hide java.* > + -collpackages java.util.* -qualify > + -postfixpackage -nodefontsize 9 > + -nodefontpackagesize 7 > + </additionalparam> > + </configuration> > + <reports> > + <report>aggregate</report> > + </reports> > + </reportSet> > + </reportSets> > + </plugin> > + <plugin> > + <groupId>org.codehaus.mojo</groupId> > + <artifactId>rat-maven-plugin</artifactId> > + <version>1.0-alpha-3</version> > + <configuration> > + <includes> > + <include>pom.xml</include> > + <include>src/**</include> > + </includes> > + <excludes> > + <exclude>**/*LICENSE.txt</exclude> > + <exclude>**/*MANIFEST.MF</exclude> > + </excludes> > + </configuration> > + </plugin> > + <plugin> > + <groupId>org.codehaus.mojo</groupId> > + <artifactId>emma-maven-plugin</artifactId> > + <version>1.0-alpha-3</version> > + </plugin> > + </plugins> > + </reporting> > </project> > \ No newline at end of file > > Added: tiles/framework/trunk/tiles-request/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- tiles/framework/trunk/tiles-request/src/site/site.xml (added) > +++ tiles/framework/trunk/tiles-request/src/site/site.xml Thu Jul 21 > 15:19:46 2011 > @@ -0,0 +1,76 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../index.html"/> > + <item > + name="Request Microframework" > + href="./index.html"/> > + </menu> > + <menu name="Reference"> > + <item > + name="Javadoc" > + href="apidocs/index.html"/> > + </menu> > + > + <menu name="Developers"> > + <item > + name="Building" > + href="/dev/building.html"/> > + <item > + name="Snapshots" > + href="/dev/snapshots.html"/> > + <item > + name="Release Process" > + href="/dev/release.html"/> > + <item > + name="Selenium Testing" > + href="/selenium.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > Added: > tiles/framework/trunk/tiles-request/tiles-request-api/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-api/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- tiles/framework/trunk/tiles-request/tiles-request-api/src/site/site.xml > (added) > +++ tiles/framework/trunk/tiles-request/tiles-request-api/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -0,0 +1,56 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../../index.html"/> > + <item > + name="Request Microframework" > + href="../index.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > Added: > tiles/framework/trunk/tiles-request/tiles-request-freemarker/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-freemarker/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- > tiles/framework/trunk/tiles-request/tiles-request-freemarker/src/site/site.xml > (added) > +++ > tiles/framework/trunk/tiles-request/tiles-request-freemarker/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -0,0 +1,56 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../../index.html"/> > + <item > + name="Request Microframework" > + href="../index.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > Added: > tiles/framework/trunk/tiles-request/tiles-request-jsp/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-jsp/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- tiles/framework/trunk/tiles-request/tiles-request-jsp/src/site/site.xml > (added) > +++ tiles/framework/trunk/tiles-request/tiles-request-jsp/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -0,0 +1,56 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../../index.html"/> > + <item > + name="Request Microframework" > + href="../index.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > Added: > tiles/framework/trunk/tiles-request/tiles-request-portlet-wildcard/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-portlet-wildcard/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- > tiles/framework/trunk/tiles-request/tiles-request-portlet-wildcard/src/site/site.xml > (added) > +++ > tiles/framework/trunk/tiles-request/tiles-request-portlet-wildcard/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -0,0 +1,56 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../../index.html"/> > + <item > + name="Request Microframework" > + href="../index.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > Modified: > tiles/framework/trunk/tiles-request/tiles-request-portlet/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-portlet/src/site/site.xml?rev=1149219&r1=1149218&r2=1149219&view=diff > > ============================================================================== > --- > tiles/framework/trunk/tiles-request/tiles-request-portlet/src/site/site.xml > (original) > +++ > tiles/framework/trunk/tiles-request/tiles-request-portlet/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -21,15 +21,31 @@ > * under the License. > */ > --> > -<project name="Apache Tiles - Portlet Support"> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > <body> > > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > <menu name="Apache Tiles™"> > <item > - name="Home" > + name="Tiles Home" > href="../../index.html"/> > <item > - name="Parent module" > + name="Request Microframework" > href="../index.html"/> > </menu> > > > Added: > tiles/framework/trunk/tiles-request/tiles-request-servlet-wildcard/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-servlet-wildcard/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- > tiles/framework/trunk/tiles-request/tiles-request-servlet-wildcard/src/site/site.xml > (added) > +++ > tiles/framework/trunk/tiles-request/tiles-request-servlet-wildcard/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -0,0 +1,56 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../../index.html"/> > + <item > + name="Request Microframework" > + href="../index.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > Added: > tiles/framework/trunk/tiles-request/tiles-request-servlet/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-servlet/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- > tiles/framework/trunk/tiles-request/tiles-request-servlet/src/site/site.xml > (added) > +++ > tiles/framework/trunk/tiles-request/tiles-request-servlet/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -0,0 +1,56 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../../index.html"/> > + <item > + name="Request Microframework" > + href="../index.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > Added: > tiles/framework/trunk/tiles-request/tiles-request-velocity/src/site/site.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/tiles-request-velocity/src/site/site.xml?rev=1149219&view=auto > > ============================================================================== > --- > tiles/framework/trunk/tiles-request/tiles-request-velocity/src/site/site.xml > (added) > +++ > tiles/framework/trunk/tiles-request/tiles-request-velocity/src/site/site.xml > Thu Jul 21 15:19:46 2011 > @@ -0,0 +1,56 @@ > +<?xml version="1.0" encoding="ISO-8859-1"?> > +<!-- > +/* > + * $Id: site.xml 1081442 2011-03-14 16:21:08Z apetrelli $ > + * > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +--> > +<project name="Apache - Request Microframework"> > + <bannerLeft> > + <name>Apache Software Foundation</name> > + <src>http://www.apache.org/images/asf-logo.gif</src> > + <href>http://www.apache.org</href> > + </bannerLeft> > + <bannerRight> > + <name>Apache Tiles™</name> > + <src>http://tiles.apache.org/images/logo.png</src> > + <href>http://tiles.apache.org</href> > + </bannerRight> > + <body> > + > + <links> > + <item name="Apache" href="http://www.apache.org" /> > + <item name="Tiles" href="http://tiles.apache.org" /> > + </links> > + > + > + <menu name="Apache Tiles™"> > + <item > + name="Tiles Home" > + href="../../index.html"/> > + <item > + name="Request Microframework" > + href="../index.html"/> > + </menu> > + > + <menu ref="modules" /> > + <menu ref="reports" /> > + > + </body> > +</project> > > >
