You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/05/31 16:06:53 UTC

[5/5] git commit: ISIS-418: deleting the isis-site-skin

ISIS-418: deleting the isis-site-skin


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/bd39f680
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/bd39f680
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/bd39f680

Branch: refs/heads/master
Commit: bd39f68066aa6688b219e80c30ec3b0bceb1e227
Parents: 9644f92
Author: Dan Haywood <da...@apache.org>
Authored: Fri May 31 15:06:32 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Fri May 31 15:06:32 2013 +0100

----------------------------------------------------------------------
 pom.xml                                            |    1 -
 site-skin/NOTICE                                   |    7 -
 site-skin/pom.xml                                  |   68 --
 .../appended-resources/supplemental-models.xml     |   16 -
 .../src/main/resources/META-INF/maven/site.vm      |  536 ---------------
 site-skin/src/main/resources/css/maven-base.css    |  169 -----
 site-skin/src/main/resources/css/maven-theme.css   |  161 -----
 site-skin/src/main/resources/css/print.css         |   25 -
 site-skin/src/main/resources/css/site.css          |  241 -------
 site-skin/src/main/resources/images/collapsed.gif  |  Bin 53 -> 0 bytes
 site-skin/src/main/resources/images/expanded.gif   |  Bin 52 -> 0 bytes
 site-skin/src/main/resources/images/external.png   |  Bin 162 -> 0 bytes
 .../src/main/resources/images/icon_error_sml.gif   |  Bin 1010 -> 0 bytes
 .../src/main/resources/images/icon_info_sml.gif    |  Bin 606 -> 0 bytes
 .../src/main/resources/images/icon_success_sml.gif |  Bin 990 -> 0 bytes
 .../src/main/resources/images/icon_warning_sml.gif |  Bin 576 -> 0 bytes
 .../images/logos/apache-incubator-logo.png         |  Bin 4700 -> 0 bytes
 .../src/main/resources/images/logos/banner-big.pdn |  Bin 350009 -> 0 bytes
 .../main/resources/images/logos/banner-normal.pdn  |  Bin 45456 -> 0 bytes
 .../src/main/resources/images/logos/banner.png     |  Bin 33599 -> 0 bytes
 .../images/logos/build-by-maven-black.png          |  Bin 2294 -> 0 bytes
 .../images/logos/build-by-maven-white.png          |  Bin 2260 -> 0 bytes
 .../src/main/resources/images/logos/gradient.png   |  Bin 63518 -> 0 bytes
 .../resources/images/logos/isis-extras-logo.pdn    |  467 -------------
 .../resources/images/logos/isis-extras-logo.png    |  Bin 3934 -> 0 bytes
 .../src/main/resources/images/logos/isis-logo.pdn  |  Bin 138477 -> 0 bytes
 .../src/main/resources/images/logos/isis-logo.png  |  Bin 92667 -> 0 bytes
 .../main/resources/images/logos/maven-feather.png  |  Bin 3330 -> 0 bytes
 site-skin/src/main/resources/images/newwindow.png  |  Bin 220 -> 0 bytes
 site-skin/src/main/resources/resources.txt         |    9 -
 30 files changed, 0 insertions(+), 1700 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 59093e7..fb86986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,6 @@
                 <module>example/misc/metamodel/jsr303</module>
          -->        
         
-                <module>site-skin</module>
                 <module>tool/maven-plugin</module>
             </modules>
         </profile>

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/NOTICE
----------------------------------------------------------------------
diff --git a/site-skin/NOTICE b/site-skin/NOTICE
deleted file mode 100644
index ba21d0c..0000000
--- a/site-skin/NOTICE
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Isis
-Copyright 2010-2013 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/pom.xml
----------------------------------------------------------------------
diff --git a/site-skin/pom.xml b/site-skin/pom.xml
deleted file mode 100644
index 4fde5cd..0000000
--- a/site-skin/pom.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-		<groupId>org.apache.isis.core</groupId>
-		<artifactId>isis</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
-		<relativePath>../core/pom.xml</relativePath>
-	</parent>  
-
-    <groupId>org.apache.isis.skin</groupId>
-    <artifactId>isis-site-skin</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-
-    <name>Isis Classic Skin</name>
-
-    <properties>
-        <siteBaseDir>..</siteBaseDir>
-        <relativeUrl>site-skin/</relativeUrl>
-    </properties>
-
-	<build>
-		<pluginManagement>
-			<plugins>
-                <!-- Apache Release Audit Tool -->
-                <plugin>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.8</version>
-	                <configuration>
-	                    <excludes>
-	                    	<!-- 
-	                    	overriding inherited excludes from oia.core:isis 
-	                    	with a more specific set for this component
-	                    	 -->
-	                        <exclude>**/target/**</exclude>
-	                        <exclude>**/target-ide/**</exclude>
-
-	                        <exclude>**/*.project</exclude>
-	                        <exclude>**/.classpath</exclude>
-	                        <exclude>**/.settings/**</exclude>
-	                    </excludes>
-                    </configuration>
-	            </plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/appended-resources/supplemental-models.xml
----------------------------------------------------------------------
diff --git a/site-skin/src/main/appended-resources/supplemental-models.xml b/site-skin/src/main/appended-resources/supplemental-models.xml
deleted file mode 100644
index e7cb7df..0000000
--- a/site-skin/src/main/appended-resources/supplemental-models.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 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. -->
-<supplementalDataModels xmlns="http://maven.apache.org/supplemental-model/1.0.0"
-                        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                        xsi:schemaLocation="http://maven.apache.org/supplemental-model/1.0.0 http://maven.apache.org/xsd/supplemental-model-1.0.0.xsd">
-  
-</supplementalDataModels>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/META-INF/maven/site.vm
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/META-INF/maven/site.vm b/site-skin/src/main/resources/META-INF/maven/site.vm
deleted file mode 100644
index fb5c075..0000000
--- a/site-skin/src/main/resources/META-INF/maven/site.vm
+++ /dev/null
@@ -1,536 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
-    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. 
--->
-<!-- Not Generated by Apache Maven Doxia at $dateFormat.format( $currentDate ) -->
-<!-- Relative path: $relativePath -->
-#macro ( link $href $name $target $img $position $alt $border $width $height )
-  #set ( $linkTitle = ' title="' + $name + '"' )
-  #if( $target )
-    #set ( $linkTarget = ' target="' + $target + '"' )
-  #else
-    #set ( $linkTarget = "" )
-  #end
-  #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )
-    #set ( $linkClass = ' class="externalLink"' )
-  #else
-    #set ( $linkClass = "" )
-  #end
-  #if ( $img )
-    #if ( $position == "left" )
-      <a href="$href"$linkClass$linkTarget$linkTitle>#image($img $alt $border $width $height)$name</a>
-    #else
-      <a href="$href"$linkClass$linkTarget$linkTitle>$name #image($img $alt $border $width $height)</a>
-    #end
-  #else
-    <a href="$href"$linkClass$linkTarget$linkTitle>$name</a>
-  #end
-#end
-##
-#macro ( image $img $alt $border $width $height )
-  #if( $img )
-    #if ( ! ( $img.toLowerCase().startsWith("http") || $img.toLowerCase().startsWith("https") ) )
-      #set ( $imgSrc = $PathTool.calculateLink( $img, $relativePath ) )
-      #set ( $imgSrc = $imgSrc.replaceAll( "\\", "/" ) )
-      #set ( $imgSrc = ' src="' + $imgSrc + '"' )
-    #else
-      #set ( $imgSrc = ' src="' + $img + '"' )
-    #end
-    #if( $alt )
-      #set ( $imgAlt = ' alt="' + $alt + '"' )
-    #else
-      #set ( $imgAlt = ' alt=""' )
-    #end
-    #if( $border )
-      #set ( $imgBorder = ' border="' + $border + '"' )
-    #else
-      #set ( $imgBorder = "" )
-    #end
-    #if( $width )
-      #set ( $imgWidth = ' width="' + $width + '"' )
-    #else
-      #set ( $imgWidth = "" )
-    #end
-    #if( $height )
-      #set ( $imgHeight = ' height="' + $height + '"' )
-    #else
-      #set ( $imgHeight = "" )
-    #end
-    <img class="imageLink"$imgSrc$imgAlt$imgBorder$imgWidth$imgHeight/>
-  #end
-#end
-#macro ( banner $banner $id )
-  #if ( $banner )
-    #if( $banner.href )
-      <a href="$banner.href" id="$id"#if( $banner.alt ) title="$banner.alt"#end>
-    #else
-        <div id="$id">
-    #end
-##
-    #if( $banner.src )
-        #set ( $src = $banner.src )
-        #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) )
-            #set ( $src = $PathTool.calculateLink( $src, $relativePath ) )
-            #set ( $src = $src.replaceAll( "\\", "/" ) )
-        #end
-        #if ( $banner.alt )
-            #set ( $alt = $banner.alt )
-        #else
-            #set ( $alt = $banner.name )
-        #end
-        <img src="$src" alt="$alt" />
-    #else
-        $banner.name
-    #end
-##
-    #if( $banner.href )
-        </a>
-    #else
-        </div>
-    #end
-  #end
-#end
-##
-#macro ( links $links )
-  #set ( $counter = 0 )
-  #foreach( $item in $links )
-    #set ( $counter = $counter + 1 )
-    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
-    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
-    #link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height )
-    #if ( $links.size() > $counter )
-      |
-    #end
-  #end
-#end
-##
-#macro ( breadcrumbs $breadcrumbs )
-  #set ( $counter = 0 )
-  #foreach( $item in $breadcrumbs )
-    #set ( $counter = $counter + 1 )
-    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
-    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
-##
-    #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" )
-      $item.name
-    #else
-      #link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height )
-    #end
-    #if ( $breadcrumbs.size() > $counter )
-      &gt;
-    #end
-  #end
-#end
-##
-#macro ( displayTree $display $item )
-  #if ( $item && $item.items && $item.items.size() > 0 )
-    #foreach( $subitem in $item.items )
-      #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) )
-      #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) )
-      #if ( $alignedFileName == $subitemHref )
-        #set ( $display = true )
-      #end
-##
-      #displayTree( $display $subitem )
-    #end
-  #end
-#end
-##
-#macro ( menuItem $item )
-  #set ( $collapse = "none" )
-  #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
-  #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
-##
-  #if ( $item && $item.items && $item.items.size() > 0 )
-    #if ( $item.collapse == false )
-      #set ( $collapse = "expanded" )
-    #else
-      ## By default collapsed
-      #set ( $collapse = "collapsed" )
-    #end
-##
-    #set ( $display = false )
-    #displayTree( $display $item )
-##
-    #if ( $alignedFileName == $currentItemHref || $display )
-      #set ( $collapse = "expanded" )
-    #end
-  #end
-  <li class="$collapse">
-  #if ( $item.img )
-    #if ( $item.position == "left" )
-      #if ( $alignedFileName == $currentItemHref )
-        <strong>#image($item.img $item.alt $item.border $item.width $item.height) $item.name</strong>
-      #else
-        #link($currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height)
-      #end
-    #else
-      #if ( $alignedFileName == $currentItemHref )
-        <strong>$item.name #image($item.img $item.alt $item.border $item.width $item.height)</strong>
-      #else
-        #link($currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height)
-      #end
-    #end
-  #else
-    #if ( $alignedFileName == $currentItemHref )
-      <strong>$item.name</strong>
-    #else
-      #link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height )
-    #end
-  #end
-  #if ( $item && $item.items && $item.items.size() > 0 )
-    #if ( $collapse == "expanded" )
-      <ul>
-        #foreach( $subitem in $item.items )
-          #menuItem( $subitem )
-        #end
-      </ul>
-    #end
-  #end
-  </li>
-#end
-##
-#macro ( mainMenu $menus )
-  #foreach( $menu in $menus )
-    #if ( $menu.name )
-      #if ( $menu.img )
-        #if( $menu.position )
-          #set ( $position = $menu.position )
-        #else
-          #set ( $position = "left" )
-        #end
-##
-        #if ( ! ( $menu.img.toLowerCase().startsWith("http") || $menu.img.toLowerCase().startsWith("https") ) )
-          #set ( $src = $PathTool.calculateLink( $menu.img, $relativePath ) )
-          #set ( $src = $src.replaceAll( "\\", "/" ) )
-          #set ( $src = ' src="' + $src + '"' )
-        #else
-          #set ( $src = ' src="' + $menu.img + '"' )
-        #end
-##
-        #if( $menu.alt )
-          #set ( $alt = ' alt="' + $menu.alt + '"' )
-        #else
-          #set ( $alt = ' alt="' + $menu.name + '"' )
-        #end
-##
-        #if( $menu.border )
-          #set ( $border = ' border="' + $menu.border + '"' )
-        #else
-          #set ( $border = ' border="0"' )
-        #end
-##
-        #if( $menu.width )
-          #set ( $width = ' width="' + $menu.width + '"' )
-        #else
-          #set ( $width = "" )
-        #end
-        #if( $menu.height )
-          #set ( $height = ' height="' + $menu.height + '"' )
-        #else
-          #set ( $height = "" )
-        #end
-##
-        #set ( $img = '<img class="imageLink"' + $src + $alt + $border + $width + $height + "/>" )
-##
-        #if ( $position == "left" )
-        <h5>$img $menu.name</h5>
-        #else
-        <h5>$menu.name $img</h5>
-        #end
-      #else
-       <h5>$menu.name</h5>
-      #end
-    #end
-    #if ( $menu.items && $menu.items.size() > 0 )
-    <ul>
-      #foreach( $item in $menu.items )
-        #menuItem( $item )
-      #end
-    </ul>
-    #end
-  #end
-#end
-##
-#macro ( copyright )
-  #if ( $project )
-    #if ( ${project.organization} && ${project.organization.name} )
-      #set ( $period = "" )
-    #else
-      #set ( $period = "." )
-   #end
-##
-   #set ( $currentYear = ${currentDate.year} + 1900 )
-##
-    #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
-      ${project.inceptionYear}-${currentYear}${period}
-    #else
-      ${currentYear}${period}
-    #end
-##
-    #if ( ${project.organization} )
-      #if ( ${project.organization.name} && ${project.organization.url} )
-          <a href="$project.organization.url">${project.organization.name}</a>.
-      #elseif ( ${project.organization.name} )
-        ${project.organization.name}.
-      #end
-    #end
-  #end
-#end
-##
-#macro ( publishDate $position $publishDate $version )
-  #if ( $publishDate && $publishDate.format )
-    #set ( $format = $publishDate.format )
-  #else
-    #set ( $format = "yyyy-MM-dd" )
-  #end
-##
-  $dateFormat.applyPattern( $format )
-##
-  #set ( $dateToday = $dateFormat.format( $currentDate ) )
-##
-  #if ( $publishDate && $publishDate.position )
-    #set ( $datePosition = $publishDate.position )
-  #else
-    #set ( $datePosition = "left" )
-  #end
-##
-  #if ( $version )
-    #if ( $version.position )
-      #set ( $versionPosition = $version.position )
-    #else
-      #set ( $versionPosition = "left" )
-    #end
-  #else
-    #set ( $version = "" )
-    #set ( $versionPosition = "left" )
-  #end
-##
-  #set ( $breadcrumbs = $decoration.body.breadcrumbs )
-  #set ( $links = $decoration.body.links )
-
-  #if ( $datePosition.equalsIgnoreCase( "right" ) && $links && $links.size() > 0 )
-    #set ( $prefix = "&nbsp;|" )
-  #else
-    #set ( $prefix = "" )
-  #end
-##
-  #if ( $datePosition.equalsIgnoreCase( $position ) )
-    #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
-      $prefix <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
-      #if ( $versionPosition.equalsIgnoreCase( $position ) )
-        &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
-      #end
-    #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
-      <div id="lastPublished">
-        <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
-        #if ( $versionPosition.equalsIgnoreCase( $position ) )
-          &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
-        #end
-      </div>
-    #elseif ( $datePosition.equalsIgnoreCase("left") )
-      <div class="xleft">
-        <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
-        #if ( $versionPosition.equalsIgnoreCase( $position ) )
-          &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
-        #end
-        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
-          | #breadcrumbs( $breadcrumbs )
-        #end
-      </div>
-    #end
-  #elseif ( $versionPosition.equalsIgnoreCase( $position ) )
-    #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) )
-      $prefix <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
-    #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
-      <div id="lastPublished">
-        <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
-      </div>
-    #elseif ( $versionPosition.equalsIgnoreCase("left") )
-      <div class="xleft">
-        <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
-        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
-          | #breadcrumbs( $breadcrumbs )
-        #end
-      </div>
-    #end
-  #elseif ( $position.equalsIgnoreCase( "left" ) )
-    #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
-      <div class="xleft">
-        #breadcrumbs( $breadcrumbs )
-      </div>
-    #end
-  #end
-#end
-##
-#macro ( poweredByLogo $poweredBy )
-  #if( $poweredBy )
-    #foreach ($item in $poweredBy)
-      #if( $item.href )
-        #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
-        #set ( $href = $href.replaceAll( "\\", "/" ) )
-      #else
-        #set ( $href="http://maven.apache.org/" )
-      #end
-##
-      #if( $item.name )
-        #set ( $name = $item.name )
-      #else
-        #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" )  )
-        #set ( $name = "${name} Maven"  )
-      #end
-##
-      #if( $item.img )
-        #set ( $img = $item.img )
-      #else
-        #set ( $img = "images/logos/maven-feather.png" )
-      #end
-##
-      #if ( ! ( $img.toLowerCase().startsWith("http") || $img.toLowerCase().startsWith("https") ) )
-        #set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
-        #set ( $img = $src.replaceAll( "\\", "/" ) )
-      #end
-##
-      #if( $item.alt )
-        #set ( $alt = ' alt="' + $item.alt + '"' )
-      #else
-        #set ( $alt = ' alt="' + $name + '"' )
-      #end
-##
-      #if( $item.border )
-        #set ( $border = ' border="' + $item.border + '"' )
-      #else
-        #set ( $border = "" )
-      #end
-##
-      #if( $item.width )
-        #set ( $width = ' width="' + $item.width + '"' )
-      #else
-        #set ( $width = "" )
-      #end
-      #if( $item.height )
-        #set ( $height = ' height="' + $item.height + '"' )
-      #else
-        #set ( $height = "" )
-      #end
-##
-      <a href="$href" title="$name" class="poweredBy">
-        <img class="poweredBy" $alt src="$img" $border $width $height />
-      </a>
-    #end
-    #if( $poweredBy.isEmpty() )
-      <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
-        <img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png" />
-      </a>
-    #end
-  #else
-    <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
-      <img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png" />
-    </a>
-  #end
-#end
-##
-<html xmlns="http://www.w3.org/1999/xhtml"#if ( $locale ) xml:lang="$locale.language" lang="$locale.language"#end>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
-    <title>$title</title>
-    <style type="text/css" media="all">
-      @import url("$relativePath/css/maven-base.css");
-      @import url("$relativePath/css/maven-theme.css");
-      @import url("$relativePath/css/site.css");
-    </style>
-    <link rel="stylesheet" href="$relativePath/css/print.css" type="text/css" media="print" />
-#foreach( $author in $authors )
-      <meta name="author" content="$author" />
-#end
-#if ( $dateCreation )
-    <meta name="Date-Creation-yyyymmdd" content="$dateCreation" />
-#end
-#if ( $dateRevision )
-    <meta name="Date-Revision-yyyymmdd" content="$dateRevision" />
-#end
-#if ( $locale )
-    <meta http-equiv="Content-Language" content="$locale.language" />
-#end
-    #if ( $decoration.body.head )
-      #foreach( $item in $decoration.body.head.getChildren() )
-        ## Workaround for DOXIA-150 due to a non-desired behaviour in p-u
-        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toString()
-        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toUnescapedString()
-        #set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" )
-        #set ( $documentHeader = $documentHeader.replaceAll( "\\", "" ) )
-        #if ( $item.name == "script" )
-          $StringUtils.replace( $item.toUnescapedString(), $documentHeader, "" )
-        #else
-          $StringUtils.replace( $item.toString(), $documentHeader, "" )
-        #end
-      #end
-    #end
-    $headContent
-  </head>
-  <body class="composite">
-    <div id="wrapper">
-      <div id="banner">
-        <a href="http://incubator.apache.org/isis" id="bannerFull">&nbsp;</a>
-        <div class="clear">
-          <hr/>
-        </div>
-      </div>
-      <div id="breadcrumbs">
-        #publishDate( "left" $decoration.publishDate $decoration.version )
-        <div class="xright">#links( $decoration.body.links )#publishDate( "right" $decoration.publishDate $decoration.version )</div>
-        <div class="clear">
-          <hr/>
-        </div>
-      </div>
-      <div id="leftColumn">
-        <div id="navcolumn">
-         #publishDate( "navigation-top" $decoration.publishDate $decoration.version )
-         #mainMenu( $decoration.body.menus )
-         #poweredByLogo( $decoration.poweredBy )
-         #publishDate( "navigation-bottom" $decoration.publishDate $decoration.version )
-        </div>
-      </div>
-      <div id="bodyColumn">
-		<div id="searchBox">
-  <form action="http://www.google.com/cse" id="cse-search-box">
-    <div>
-    <input type="hidden" name="cx" value="001500763902520246267:purt3m54z98" />
-    <input type="hidden" name="ie" value="UTF-8" />
-    <input type="text" name="q" size="31" />
-    <input type="submit" name="sa" value="Search" />
-  </div>
-</form>
-<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
-        </div>
-        <div id="contentBox">
-          $bodyContent
-        </div>
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-      <div id="footer">
-        <div class="xright">Copyright &#169;#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )</div>
-        <div class="clear">
-          <hr/>
-        </div>
-      </div>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/css/maven-base.css
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/css/maven-base.css b/site-skin/src/main/resources/css/maven-base.css
deleted file mode 100644
index 3b194e5..0000000
--- a/site-skin/src/main/resources/css/maven-base.css
+++ /dev/null
@@ -1,169 +0,0 @@
-/*
- *  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.
- */
-body {
-  margin: 0px;
-  padding: 0px;
-}
-img {
-  border:none;
-}
-table {
-  padding:0px;
-  width: 100%;
-  margin-left: -2px;
-  margin-right: -2px;
-}
-acronym {
-  cursor: help;
-  border-bottom: 1px dotted #feb;
-}
-table.bodyTable th, table.bodyTable td {
-  padding: 2px 4px 2px 4px;
-  vertical-align: top;
-}
-div.clear{
-  clear:both;
-  visibility: hidden;
-}
-div.clear hr{
-  display: none;
-}
-#bannerLeft, #bannerRight {
-  font-size: xx-large;
-  font-weight: bold;
-}
-#bannerLeft img, #bannerRight img {
-  margin: 0px;
-}
-.xleft, #bannerLeft img {
-  float:left;
-}
-.xright, #bannerRight {
-  float:right;
-}
-#banner {
-  padding: 0px;
-}
-#banner img {
-  border: none;
-}
-#breadcrumbs {
-  padding: 3px 10px 3px 10px;
-}
-#leftColumn {
- width: 170px;
- float:left;
- overflow: auto;
-}
-#bodyColumn {
-  margin-right: 1.5em;
-  margin-left: 197px;
-}
-#legend {
-  padding: 8px 0 8px 0;
-}
-#navcolumn {
-  padding: 8px 4px 0 8px;
-}
-#navcolumn h5 {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn ul {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn li {
-  list-style-type: none;
-  background-image: none;
-  background-repeat: no-repeat;
-  background-position: 0 0.4em;
-  padding-left: 16px;
-  list-style-position: outside;
-  line-height: 1.2em;
-  font-size: smaller;
-}
-#navcolumn li.expanded {
-  background-image: url(../images/expanded.gif);
-}
-#navcolumn li.collapsed {
-  background-image: url(../images/collapsed.gif);
-}
-#poweredBy {
-  text-align: center;
-}
-#navcolumn img {
-  margin-top: 10px;
-  margin-bottom: 3px;
-}
-#poweredBy img {
-  display:block;
-  margin: 20px 0 20px 17px;
-}
-#search img {
-    margin: 0px;
-    display: block;
-}
-#search #q, #search #btnG {
-    border: 1px solid #999;
-    margin-bottom:10px;
-}
-#search form {
-    margin: 0px;
-}
-#lastPublished {
-  font-size: x-small;
-}
-.navSection {
-  margin-bottom: 2px;
-  padding: 8px;
-}
-.navSectionHead {
-  font-weight: bold;
-  font-size: x-small;
-}
-.section {
-  padding: 4px;
-}
-#footer {
-  padding: 3px 10px 3px 10px;
-  font-size: x-small;
-}
-#breadcrumbs {
-  font-size: x-small;
-  margin: 0pt;
-}
-.source {
-  padding: 12px;
-  margin: 1em 7px 1em 7px;
-}
-.source pre {
-  margin: 0px;
-  padding: 0px;
-}
-#navcolumn img.imageLink, .imageLink {
-  padding-left: 0px;
-  padding-bottom: 0px;
-  padding-top: 0px;
-  padding-right: 2px;
-  border: 0px;
-  margin: 0px;
-}

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/css/maven-theme.css
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/css/maven-theme.css b/site-skin/src/main/resources/css/maven-theme.css
deleted file mode 100644
index f201c75..0000000
--- a/site-skin/src/main/resources/css/maven-theme.css
+++ /dev/null
@@ -1,161 +0,0 @@
-/*
- * 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.
- */
-
-body {
-  padding: 0px 0px 10px 0px;
-}
-
-body, td, select, input, li{
-  font-family: Verdana, Helvetica, Arial, sans-serif;
-  font-size: 13px;
-}
-code{
-  font-family: Courier, monospace;
-  font-size: 13px;
-}
-a {
-  text-decoration: none;
-}
-a:link {
-  color:#36a;
-}
-a:visited  {
-  color:#47a;
-}
-a:active, a:hover {
-  color:#69c;
-}
-#legend li.externalLink {
-  background: url(../images/external.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
-  background: url(../images/external.png) right center no-repeat;
-  padding-right: 18px;
-}
-#legend li.newWindow {
-  background: url(../images/newwindow.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
-  background: url(../images/newwindow.png) right center no-repeat;
-  padding-right: 18px;
-}
-h2 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #999;
-  color: #900;
-  background-color: #ddd;
-  font-weight:900;
-  font-size: x-large;
-}
-h3 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  color: #900;
-  background-color: #eee;
-  font-weight: normal;
-  font-size: large;
-}
-h4 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #bbb;
-  color: #900;
-  background-color: #fff;
-  font-weight: normal;
-  font-size: large;
-}
-h5 {
-  padding: 4px 4px 4px 6px;
-  color: #900;
-  font-size: medium;
-}
-p {
-  line-height: 1.3em;
-  font-size: small;
-}
-#breadcrumbs {
-  border-top: 1px solid #aaa;
-  border-bottom: 1px solid #aaa;
-  background-color: #ccc;
-}
-#leftColumn {
-  margin: 10px 0 0 5px;
-  border: 1px solid #999;
-  background-color: #eee;
-}
-#navcolumn h5 {
-  font-size: smaller;
-  border-bottom: 1px solid #aaaaaa;
-  padding-top: 2px;
-  color: #000;
-}
-
-table.bodyTable th {
-  color: white;
-  background-color: #bbb;
-  text-align: left;
-  font-weight: bold;
-}
-
-table.bodyTable th, table.bodyTable td {
-  font-size: small;
-}
-
-table.bodyTable tr.a {
-  background-color: #ddd;
-}
-
-table.bodyTable tr.b {
-  background-color: #eee;
-}
-
-.source {
-  border: 1px solid #999;
-}
-dl {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  background-color: #ffc;
-}
-dt {
-  color: #900;
-}
-#organizationLogo img, #projectLogo img, #projectLogo span{
-  margin: 8px;
-}
-#banner {
-  border-bottom: 1px solid #fff;
-}
-.errormark, .warningmark, .donemark, .infomark {
-  background: url(../images/icon_error_sml.gif) no-repeat;
-}
-
-.warningmark {
-  background-image: url(../images/icon_warning_sml.gif);
-}
-
-.donemark {
-  background-image: url(../images/icon_success_sml.gif);
-}
-
-.infomark {
-  background-image: url(../images/icon_info_sml.gif);
-}
-

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/css/print.css
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/css/print.css b/site-skin/src/main/resources/css/print.css
deleted file mode 100644
index 520a0b77..0000000
--- a/site-skin/src/main/resources/css/print.css
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- *  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.
- */
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
-	display: none !important;
-}
-#bodyColumn, body.docs div.docs {
-	margin: 0 !important;
-	border: none !important
-}

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/css/site.css
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/css/site.css b/site-skin/src/main/resources/css/site.css
deleted file mode 100644
index d251a10..0000000
--- a/site-skin/src/main/resources/css/site.css
+++ /dev/null
@@ -1,241 +0,0 @@
-/*
- *  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.
- */
-body {
-  background: #4A6074;
-  text-align: center;
-}
-#wrapper {
-  width: 980px;
-  border:3px solid white;
-  margin:8px auto;
-  text-align: left;
-  background: white;
-}
-
-.gsc-branding {
-	display: none;
-}
-
-#searchBox {
-	text-align: right;
-}
-
-#bannerFull {
-  background: url(../images/logos/banner.png) left top no-repeat;
-  height: 100px;
-  width: 980px;
-  float: left;
-}
-
-img.wrap-left {
-    float: left;
-    padding-top: 2px;
-    padding-bottom: 10px;
-}
-
-img.wrap-right {
-    float: right;
-}
-
-
-#links:before {
-    content: "Related sites: ";
-}
-
-a:link {
-    color:#4477AA;
-}
-
-a {
-    text-decoration:none;
-}
-
-p, ul, table, img {
-    margin-top: 0.5em;
-    margin-bottom: 1.2em;
-    line-height: 1.3em;
-}
-
-p, li, td {
-    
-}
-
-li {
-    margin-bottom: 2px;
-}
-
-a #externalLink {
-    after: "EXT" url('../images/external.png');
-}
-
-img {
-    padding-left: 4px;
-    float: none;
-}
-
-table.bodyTable th, 
-table.bodyTable td {
-    padding:6px 6px;
-    vertical-align:top;
-}
-
-
-tr.a {
-    background-color: #eeeeee;
-}
-
-tr.b {
-    background-color: #fafafa;
-}
-
-dl {
-    background-color:#ffffff;
-    border:none;
-    padding:4px 24px 4px 18px;
-}
-
-contentBox + section {
-    padding-top: -1em;
-}
-
-.section {
-    padding:4px 0;
-}
-
-#breadcrumbs {
-    background: #f0f0f0;
-    padding: 5px 9px;
-}
-
-#leftColumn {
-    width:14em;
-    padding-top: 10px;
-    margin: 12px 0 0 10px;
-    background-color:transparent;
-    border: none;
-    border-right:1px solid #EEEEEE;
-    min-height: 800px; 
-}
-
-#navcolumn {
-    padding: 0 8px;
-}
-
-#navcolumn ul {
-    padding-bottom: 8px;
-}
-
-
-#navcolumn ul li.expanded ul {
-    padding-bottom: 0px;
-}
-
-#navcolumn h5 {
-	padding-left: 10px;
-	border: none;
-	color:#4477AA;
-	font-size:smaller;
-	font-weight: bold;
-	padding-top:2px;
-	padding-bottom: 2px;
-}
-
-
-#navcolumn li {
-    padding-top: 3px;
-    padding-left: 10px;
-    margin-bottom: 0px;
-}
-
-#navcolumn a:link, 
-#navcolumn a:visited {
-	color: #000000;
-}
-
-#navcolumn a:hover {
-	color: #4477AA;
-}
-
-
-#bodyColumn {
-    margin-left:18em;
-    margin-top: 10px;
-    padding-top: 0px;
-}
-
-#search {
-    background-color:White;
-    float:right;
-    padding-bottom:10px;
-    padding-left:55px;
-    padding-right:10px;
-}
-
-h1,h2,h3,h4,h5 {
-    background-color: transparent;
-    border: none;
-    border-bottom:1px solid #AAAAAA;
-    color:#6699CC;
-    font-weight:normal;
-    padding: 4px 0px;
-    margin-bottom: 3px;
-    margin-top: 2px;
-}
-
-#bodyColumn h1 {
-    font-size: large;
-    font-weight: bold;
-}
-
-#bodyColumn h2 {
-    font-size: small;
-    font-weight: bold;
-    margin:0 0 16px;
-    border-bottom: none;
-}
-        
-#bodyColumn h3 {
-    font-size: small;
-    font-weight: normal;
-}
-      
-#bodyColumn h4 {
-    font-size: 110%;
-}
-
-#bodyColumn h5 {
-    font-size: 90%;
-}
-
-div.source {
-    background-color:#fdfffd;
-}
-
-#poweredby {
-    
-}
-
-
-#gadget span#title {
-	display: none;
-}
-
-#gadget iframe font {
-	display: none;
-}

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/collapsed.gif
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/collapsed.gif b/site-skin/src/main/resources/images/collapsed.gif
deleted file mode 100644
index 6e71084..0000000
Binary files a/site-skin/src/main/resources/images/collapsed.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/expanded.gif
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/expanded.gif b/site-skin/src/main/resources/images/expanded.gif
deleted file mode 100644
index 0fef3d8..0000000
Binary files a/site-skin/src/main/resources/images/expanded.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/external.png
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/external.png b/site-skin/src/main/resources/images/external.png
deleted file mode 100644
index 4607aca..0000000
Binary files a/site-skin/src/main/resources/images/external.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/icon_error_sml.gif
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/icon_error_sml.gif b/site-skin/src/main/resources/images/icon_error_sml.gif
deleted file mode 100755
index 61132ef..0000000
Binary files a/site-skin/src/main/resources/images/icon_error_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/icon_info_sml.gif
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/icon_info_sml.gif b/site-skin/src/main/resources/images/icon_info_sml.gif
deleted file mode 100755
index c6cb9ad..0000000
Binary files a/site-skin/src/main/resources/images/icon_info_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/icon_success_sml.gif
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/icon_success_sml.gif b/site-skin/src/main/resources/images/icon_success_sml.gif
deleted file mode 100755
index 52e85a4..0000000
Binary files a/site-skin/src/main/resources/images/icon_success_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/icon_warning_sml.gif
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/icon_warning_sml.gif b/site-skin/src/main/resources/images/icon_warning_sml.gif
deleted file mode 100755
index 873bbb5..0000000
Binary files a/site-skin/src/main/resources/images/icon_warning_sml.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/logos/apache-incubator-logo.png
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/logos/apache-incubator-logo.png b/site-skin/src/main/resources/images/logos/apache-incubator-logo.png
deleted file mode 100644
index b1ba7e8..0000000
Binary files a/site-skin/src/main/resources/images/logos/apache-incubator-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/logos/banner-big.pdn
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/logos/banner-big.pdn b/site-skin/src/main/resources/images/logos/banner-big.pdn
deleted file mode 100644
index 9a3c953..0000000
Binary files a/site-skin/src/main/resources/images/logos/banner-big.pdn and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/logos/banner-normal.pdn
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/logos/banner-normal.pdn b/site-skin/src/main/resources/images/logos/banner-normal.pdn
deleted file mode 100644
index 29e3381..0000000
Binary files a/site-skin/src/main/resources/images/logos/banner-normal.pdn and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/logos/banner.png
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/logos/banner.png b/site-skin/src/main/resources/images/logos/banner.png
deleted file mode 100644
index 696d58c..0000000
Binary files a/site-skin/src/main/resources/images/logos/banner.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/logos/build-by-maven-black.png
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/logos/build-by-maven-black.png b/site-skin/src/main/resources/images/logos/build-by-maven-black.png
deleted file mode 100644
index 919fd0f..0000000
Binary files a/site-skin/src/main/resources/images/logos/build-by-maven-black.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/logos/build-by-maven-white.png
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/logos/build-by-maven-white.png b/site-skin/src/main/resources/images/logos/build-by-maven-white.png
deleted file mode 100644
index 7d44c9c..0000000
Binary files a/site-skin/src/main/resources/images/logos/build-by-maven-white.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/bd39f680/site-skin/src/main/resources/images/logos/gradient.png
----------------------------------------------------------------------
diff --git a/site-skin/src/main/resources/images/logos/gradient.png b/site-skin/src/main/resources/images/logos/gradient.png
deleted file mode 100644
index 55b39da..0000000
Binary files a/site-skin/src/main/resources/images/logos/gradient.png and /dev/null differ