Author: olamy
Date: Thu Oct 13 12:37:44 2011
New Revision: 1182806
URL: http://svn.apache.org/viewvc?rev=1182806&view=rev
Log:
[DIRECTMEMORY-2] start working on website setup
Added:
incubator/directmemory/trunk/directmemory-cache/src/site/
incubator/directmemory/trunk/directmemory-cache/src/site/resources/
incubator/directmemory/trunk/directmemory-cache/src/site/resources/images/
incubator/directmemory/trunk/directmemory-cache/src/site/resources/images/apache-incubator-logo.png
(with props)
incubator/directmemory/trunk/directmemory-cache/src/site/site.xml (with
props)
Modified:
incubator/directmemory/trunk/directmemory-cache/pom.xml
Modified: incubator/directmemory/trunk/directmemory-cache/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/pom.xml?rev=1182806&r1=1182805&r2=1182806&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Thu Oct 13 12:37:44
2011
@@ -27,9 +27,6 @@ under the License.
<version>9</version>
</parent>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
<groupId>org.apache.directmemory</groupId>
<artifactId>directmemory-cache</artifactId>
@@ -39,14 +36,42 @@ under the License.
BigMemory) to enable efficient handling of a large number of java objects
without affecting jvm garbage collection
performance
</description>
- <url>http://github.com/raffaeleguidi/DirectMemory</url>
+ <url>http://incubator.apache.org/directmemory/</url>
<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/browse/DIRECTMEMORY</url>
</issueManagement>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
<siteUrlDeployment>scp://people.apache.org/www/incubator.apache.org/directmemory</siteUrlDeployment>
+ </properties>
+
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>2.0</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
<plugin>
@@ -154,6 +179,13 @@ under the License.
<dependencies>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.6.1</version>
+ <type>jar</type>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.josql</artifactId>
<version>1.5_5</version>
@@ -220,22 +252,24 @@ under the License.
<artifactId>logback-core</artifactId>
<version>0.9.26</version>
<type>jar</type>
- <optional>false</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>0.9.26</version>
<type>jar</type>
- <optional>false</optional>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.6.1</version>
- <type>jar</type>
- <optional>false</optional>
</dependency>
+
</dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
Added:
incubator/directmemory/trunk/directmemory-cache/src/site/resources/images/apache-incubator-logo.png
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/src/site/resources/images/apache-incubator-logo.png?rev=1182806&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/directmemory/trunk/directmemory-cache/src/site/resources/images/apache-incubator-logo.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: incubator/directmemory/trunk/directmemory-cache/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/src/site/site.xml?rev=1182806&view=auto
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/src/site/site.xml (added)
+++ incubator/directmemory/trunk/directmemory-cache/src/site/site.xml Thu Oct
13 12:37:44 2011
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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 DirectMemory Cache">
+
+ <bannerRight>
+ <src>images/apache-incubator-logo.png</src>
+ <href>http://incubator.apache.org/</href>
+ </bannerRight>
+
+ <publishDate position="right"/>
+ <version position="right"/>
+
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </skin>
+
+ <body>
+
+ <breadcrumbs position="left">
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Apache DirectMemory"
href="http://incubator.apache.org/directmemory"/>
+ </breadcrumbs>
+
+
+ <menu ref="reports" />
+
+ <menu name="ASF">
+ <item name="How Apache Works"
href="http://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation" href="http://www.apache.org/foundation/"/>
+ <item name="Sponsoring Apache"
href="http://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+ </menu>
+
+ </body>
+</project>
Propchange: incubator/directmemory/trunk/directmemory-cache/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/directmemory/trunk/directmemory-cache/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision