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 at...@apache.org on 2005/06/22 14:26:13 UTC

svn commit: r191818 - in /portals/jetspeed-2/trunk: maven.xml project.properties xdocs/navigation.xml

Author: ate
Date: Wed Jun 22 05:26:12 2005
New Revision: 191818

URL: http://svn.apache.org/viewcvs?rev=191818&view=rev
Log:
Removing Portals Bridges from Jetspeed build configuration and site integration.
See: http://issues.apache.org/jira/browse/JS2-285

Note: Bridges 0.4-SNAPSHOT jars are now available from the bluesunrise maven repo

Modified:
    portals/jetspeed-2/trunk/maven.xml
    portals/jetspeed-2/trunk/project.properties
    portals/jetspeed-2/trunk/xdocs/navigation.xml

Modified: portals/jetspeed-2/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven.xml?rev=191818&r1=191817&r2=191818&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven.xml (original)
+++ portals/jetspeed-2/trunk/maven.xml Wed Jun 22 05:26:12 2005
@@ -96,8 +96,8 @@
         
     <maven:reactor
        basedir="${basedir}"
-       includes="*/project.xml,applications/*/project.xml,services/*/project.xml,components/*/project.xml,portals-bridges/*/project.xml"
-       excludes="applications/project.taglibs/project.xml"
+       includes="*/project.xml,applications/*/project.xml,services/*/project.xml,components/*/project.xml"
+       excludes="applications/project.xml,taglibs/project.xml,portals-bridges/project.xml"
        goals="clean"
        banner="Cleaning"
        ignoreFailures="true"/>

Modified: portals/jetspeed-2/trunk/project.properties
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/project.properties?rev=191818&r1=191817&r2=191818&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/project.properties (original)
+++ portals/jetspeed-2/trunk/project.properties Wed Jun 22 05:26:12 2005
@@ -53,10 +53,10 @@
 
 # ---------------------------------------------------------------------------
 # Multiproject settings
-maven.multiproject.includes=*/project.xml,components/*/project.xml,applications/*/project.xml,portals-bridges/*/project.xml,taglibs/*/project.xml
+maven.multiproject.includes=*/project.xml,components/*/project.xml,applications/*/project.xml,taglibs/*/project.xml
 maven.multiproject.excludes=project.xml,applications/project.xml,cornerstone*/project.xml,portlet-api/project.xml,design-docs/project.xml,site/project.xml,taglibs/project.xml,maven-plugin/project.xml
 
-jar.includes=applications/gems/project.xml,portlet-api/project.xml,commons/project.xml,cps/project.xml,content-server/project.xml,jetspeed-api/project.xml,portals-bridges/**/project.xml,portal/project.xml,components/**/project.xml,taglibs/treecontrol/project.xml
+jar.includes=applications/gems/project.xml,portlet-api/project.xml,commons/project.xml,cps/project.xml,content-server/project.xml,jetspeed-api/project.xml,portal/project.xml,components/**/project.xml,taglibs/treecontrol/project.xml
 jar.excludes=/project.xml,maven-plugin/**,layout-portlets/**,applications/project.xml,applications/demo/**,applications/jsf-demo/**,applications/localeselector/**,applications/palm/**,applications/pam/**,applications/perl/**,applications/php/**,applications/rss/**,applications/security/**,applications/struts-demo/**,,applications/jpetstore/**site/project.xml,design-docs/project.xml
 
 maven.multiproject.site.goals=site,dashboard:report-single

Modified: portals/jetspeed-2/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/navigation.xml?rev=191818&r1=191817&r2=191818&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/navigation.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/navigation.xml Wed Jun 22 05:26:12 2005
@@ -48,15 +48,6 @@
       <item name="PSML" href="psml.html"/>
       <item name="Site" href="site.html"/>
     </menu>
-    <menu name='Portlet Bridges'>
-      <item name="Overview" href="portlet-bridges.html"/>       
-      <item name="Common Utilities and Interfaces" href="multiproject/portals-bridges-common/index.html"/>       
-      <item name="JSF Bridge" href="multiproject/portals-bridges-jsf/index.html"/>       
-      <item name="Perl Bridge" href="multiproject/portals-bridges-perl/index.html"/>       
-      <item name="PHP Bridge" href="multiproject/portals-bridges-php/index.html"/>       
-      <item name="Struts Bridge" href="multiproject/portals-bridges-struts/index.html"/>       
-      <item name="Velocity Bridge" href="multiproject/portals-bridges-velocity/index.html"/>       
-    </menu>
     <menu name='Components'>
       <item name="Profiler" href="components/profiler.html"/>       
     </menu>



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