Author: taylor
Date: Fri May 15 06:52:14 2009
New Revision: 775036
URL: http://svn.apache.org/viewvc?rev=775036&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
Modified:
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/pom.xml
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/src/site/site.xml
Modified: portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/pom.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/pom.xml?rev=775036&r1=775035&r2=775036&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/pom.xml (original)
+++ portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/pom.xml Fri May 15
06:52:14 2009
@@ -27,18 +27,26 @@
<artifactId>jetspeed-guide-build</artifactId>
<name>Jetspeed Build Guide</name>
- <description>Jetspeed Building Guide</description>
- <!-- FIXME: this causes an NPE in maven dearest
+ <description>Jetspeed 2.2 Build Guide</description>
+ <packaging>pom</packaging>
<parent>
- <groupId>org.apache.portals.jetspeed-2</groupId>
- <artifactId>jetspeed-docs</artifactId>
- <version>2.2</version>
+ <artifactId>jetspeed-site-docs</artifactId>
+ <groupId>org.apache.portals.site</groupId>
+ <version>2.2</version>
</parent>
- <packaging>pom</packaging>
- -->
- <groupId>org.apache.portals.jetspeed-2</groupId>
- <version>2.2</version>
+ <!-- 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>
Modified:
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/src/site/site.xml
URL:
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/src/site/site.xml?rev=775036&r1=775035&r2=775036&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/src/site/site.xml
(original)
+++ portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-build/src/site/site.xml
Fri May 15 06:52:14 2009
@@ -36,13 +36,6 @@
<item name="Deployers Guide" href="../deployguide/index.html"/>
<item name="Developers Guide" href="../devguide/index.html"/>
<item name="Users Guide" href="../usersguide/index.html" />
-
- <item name="Applications" href="http://portals.apache.org/applications/"
/>
- <item name="Portals" href="http://portals.apache.org/" />
- <item name="Jetspeed-2.1.3"
href="http://portals.apache.org/jetspeed-2.1.3/" />
- <!-- TODO: During build, pdf docs need to be generated.
- <item name="PDF Documentation" href="/jetspeed2.pdf"
img="images/pdf.gif" />
- -->
</links>
<menu name="Build Guide">