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 dd...@apache.org on 2005/11/03 15:31:17 UTC

svn commit: r330556 - in /portals/pluto/trunk: pluto-site/src/site/site.xml pluto-testsuite/pom.xml

Author: ddewolf
Date: Thu Nov  3 06:31:12 2005
New Revision: 330556

URL: http://svn.apache.org/viewcvs?rev=330556&view=rev
Log:
Remove jsp-api dependency from pluto-testsuite.war; Fix download url issue

Modified:
    portals/pluto/trunk/pluto-site/src/site/site.xml
    portals/pluto/trunk/pluto-testsuite/pom.xml

Modified: portals/pluto/trunk/pluto-site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/site.xml?rev=330556&r1=330555&r2=330556&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/site.xml Thu Nov  3 06:31:12 2005
@@ -17,7 +17,7 @@
 	<menu name="The Pluto Project">
       <item name="About Pluto" href="/index.html"/>
       <item name="Mission" href="/mission.html"/>
-	  <iten name="Download" href="/mirrors.html"/>
+	  <iten name="Download" href="/mirrors.cgi"/>
       <item name="News" href="/news.html"/>
 	  <item name="Powered By Pluto" href="/powered.html"/>
 	</menu>

Modified: portals/pluto/trunk/pluto-testsuite/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-testsuite/pom.xml?rev=330556&r1=330555&r2=330556&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-testsuite/pom.xml (original)
+++ portals/pluto/trunk/pluto-testsuite/pom.xml Thu Nov  3 06:31:12 2005
@@ -43,6 +43,12 @@
       <artifactId>jstl</artifactId>
       <version>1.1.2</version>
       <scope>compile</scope>
+      <exclusions>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+          </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>taglibs</groupId>