You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by wo...@apache.org on 2008/11/04 18:17:17 UTC

svn commit: r711319 - in /portals/jetspeed-2/portal/trunk: pom.xml src/site/site.xml

Author: woonsan
Date: Tue Nov  4 09:17:15 2008
New Revision: 711319

URL: http://svn.apache.org/viewvc?rev=711319&view=rev
Log:
Comments out the url elemement in the pom.xml because site-plugin changes absolute urls to relative urls.
Also, removes pdf link on the left top temporarilly.

Modified:
    portals/jetspeed-2/portal/trunk/pom.xml
    portals/jetspeed-2/portal/trunk/src/site/site.xml

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=711319&r1=711318&r2=711319&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Tue Nov  4 09:17:15 2008
@@ -33,7 +33,9 @@
   <description>
     Jetspeed is an Open Source implementation of an Enterprise Information Portal, using Java and XML.
   </description>
+  <!-- Comment out for site-plugin not to change the absolute urls starting with the following url to a relative urls. 
   <url>http://portals.apache.org/jetspeed-2</url>
+  -->
 
   <organization>
     <name>Apache Software Foundation</name>

Modified: portals/jetspeed-2/portal/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/src/site/site.xml?rev=711319&r1=711318&r2=711319&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/src/site/site.xml (original)
+++ portals/jetspeed-2/portal/trunk/src/site/site.xml Tue Nov  4 09:17:15 2008
@@ -25,7 +25,7 @@
   <bannerRight>
     <name>Jetspeed 2 Enterprise Portal</name>
     <src>images/Jetspeed_blue_med.png</src>
-    <href>http://portals.apache.org/jetspeed-2</href>
+    <href>http://portals.apache.org/jetspeed-2/</href>
   </bannerRight>
   <body>
   
@@ -34,7 +34,9 @@
       <item name="Jetspeed-2.1.3" href="http://portals.apache.org/jetspeed-2/jetspeed-2.1.3" target="_nw"/>
       <item name="Jetspeed-2" href="http://portals.apache.org/jetspeed-2" target="_nw"/>
       <item name="Bridges" href="http://portals.apache.org/bridges" target="_nw"/>
+      <!-- TODO: During build, pdf docs need to be generated. 
       <item name="PDF Documentation" href="/jetspeed2.pdf" img="images/pdf.gif" />
+      -->
     </links>
 
     <menu name="Essentials">



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org