Author: taylor
Date: Fri May 15 06:39:33 2009
New Revision: 775028
URL: http://svn.apache.org/viewvc?rev=775028&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-389
https://issues.apache.org/jira/browse/JS2-989
Lots of reworking and reorganizing of Jetspeed-2.1.x and 2.2.x document branches
Moving docs out of both 2.1.3 and 2.2
New skin
Organized site into a more hierarchical structure:
site/
jetspeed/
jetspeed-2.1
jetspeed-2.2
tutorial contribution from Niels van Kampenout
also had to convert line feeds
Added:
portals/site/jetspeed/pom.xml (with props)
Added: portals/site/jetspeed/pom.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/pom.xml?rev=775028&view=auto
==============================================================================
--- portals/site/jetspeed/pom.xml (added)
+++ portals/site/jetspeed/pom.xml Fri May 15 06:39:33 2009
@@ -0,0 +1,71 @@
+<?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.
+
+ $Id$
+-->
+<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/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <prerequisites>
+ <maven>2.0.9</maven>
+ </prerequisites>
+
+ <artifactId>jetspeed-site</artifactId>
+
+ <name>Jetspeed Documentation</name>
+ <description>Jetspeed Site Documentation</description>
+ <parent>
+ <groupId>org.apache.portals.site</groupId>
+ <artifactId>portals-site</artifactId>
+ <version>1.0</version>
+ </parent>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>jetspeed-2.1</module>
+ <module>jetspeed-2.2</module>
+ </modules>
+
+ <!-- this is for a bug Maven, see http://jira.codehaus.org/browse/MSHARED-18
+ should be removed once Maven incorporates this bug in an official
release-->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
Propchange: portals/site/jetspeed/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: portals/site/jetspeed/pom.xml
------------------------------------------------------------------------------
svn:keywords = Id