Changeset 5224
- Timestamp:
- Apr 24, 2016, 12:03:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
jomc-pom/trunk/src/site/site.xml
r5191 r5224 31 31 32 32 --> 33 <project xmlns="http://maven.apache.org/DECORATION/1. 3.0"33 <project xmlns="http://maven.apache.org/DECORATION/1.7.0" 34 34 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 35 xsi:schemaLocation="http://maven.apache.org/DECORATION/1. 3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">35 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> 36 36 <skin> 37 37 <groupId>org.apache.maven.skins</groupId> … … 45 45 </bannerLeft> 46 46 <poweredBy> 47 <logo name="Christian Schulte" href="http://www.schulte.it" img="http://www.schulte.it/resources/schulte.it.png"/> 47 <logo name="Christian Schulte" 48 href="http://www.schulte.it" 49 img="http://www.schulte.it/resources/schulte.it.png"> 50 </logo> 48 51 </poweredBy> 49 52 <googleAdSenseClient>ca-pub-2363332114228707</googleAdSenseClient> … … 67 70 <menu ref="reports" inherit="bottom"/> 68 71 <menu name="Projects" inherit="bottom"> 69 <item name="JOMC API" href="http://www.jomc.org/jomc/current/index.html"/> 72 <item name="API" href="http://www.jomc.org/jomc/current/index.html"/> 73 <item name="RI" href="http://www.jomc.org/jomc-ri/current/index.html"/> 70 74 <item name="JLS" href="http://www.jomc.org/jomc-jls/current/index.html"/> 71 75 <item name="Model" href="http://www.jomc.org/jomc-model/current/index.html"/> 72 76 <item name="Modlet" href="http://www.jomc.org/jomc-modlet/current/index.html"/> 73 77 <item name="Utilities" href="http://www.jomc.org/jomc-util/current/index.html"/> 74 <item name="JOMC RI" href="http://www.jomc.org/jomc-ri/current/index.html"/>75 78 <item name="Tools" href="http://www.jomc.org/jomc-tools/current/index.html"/> 76 79 </menu>
Note: See TracChangeset
for help on using the changeset viewer.