You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cz...@apache.org on 2004/09/02 08:40:17 UTC

svn commit: rev 37363 - in portals/pluto/trunk: . xdocs

Author: cziegeler
Date: Wed Sep  1 23:40:16 2004
New Revision: 37363

Modified:
   portals/pluto/trunk/maven.xml
   portals/pluto/trunk/xdocs/index.xml
   portals/pluto/trunk/xdocs/news.xml
Log:
Set proxy for get task
Minor doc improvements

Modified: portals/pluto/trunk/maven.xml
==============================================================================
--- portals/pluto/trunk/maven.xml	(original)
+++ portals/pluto/trunk/maven.xml	Wed Sep  1 23:40:16 2004
@@ -147,6 +147,9 @@
     <j:set var="plutobin.tomcattar" value="${maven.dist.dir}/plutobin-tomcat.tar"/>
 
     <!-- Retrieve the Tomcat Release -->
+    <j:if test="${context.getVariable('maven.proxy.host') != null}">
+        <setproxy proxyhost="${maven.proxy.host}" proxyport="${maven.proxy.port}"/>    
+    </j:if>
     <get src="${dist.tomcat}" dest="${plutobin.tomcatgz}"/>
     <gunzip src="${plutobin.tomcatgz}" dest="${plutobin.tomcattar}"/>
     <untar src="${plutobin.tomcattar}" dest="${maven.dist.dir}"/>

Modified: portals/pluto/trunk/xdocs/index.xml
==============================================================================
--- portals/pluto/trunk/xdocs/index.xml	(original)
+++ portals/pluto/trunk/xdocs/index.xml	Wed Sep  1 23:40:16 2004
@@ -25,11 +25,6 @@
 <body>
   <section name="Pluto">
 
-<p>The project is currently moving out of the 
-  <a href="http://incubator.apache.org/">Apache Incubator</a> into the
-  <a href="http://portals.apache.org">Portals projects</a>.
-</p>
-
 <p>Pluto is the Reference Implementation of the Java Portlet
    Specfication. The current version of this specification is
    <a href="http://jcp.org/en/jsr/detail?id=168">JSR 168</a>.

Modified: portals/pluto/trunk/xdocs/news.xml
==============================================================================
--- portals/pluto/trunk/xdocs/news.xml	(original)
+++ portals/pluto/trunk/xdocs/news.xml	Wed Sep  1 23:40:16 2004
@@ -23,6 +23,11 @@
 
 <body>
   <section name="News">
+    <subsection name="September 2004 - Releasing Pluto">
+      <p>The Pluto Team is currently working on the first public release
+        which is expected by the end of September.
+      </p>  
+    </subsection>
     <subsection name="July/August 2004 - Pluto moved out of the Incubator">
       <p>The Pluto Project is now a sub project under the portals PMC and
        has moved out of the incubator. This move comes with some changes