[jboss-svn-commits] JBoss Portal SVN: r5557 - in trunk: . build core/src/bin/portal-core-war/nodesk core/src/bin/portal-core-war/phalanx

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 2 11:26:52 EST 2006


Author: roy.russo at jboss.com
Date: 2006-11-02 11:26:50 -0500 (Thu, 02 Nov 2006)
New Revision: 5557

Removed:
   trunk/forums/
Modified:
   trunk/build/build.xml
   trunk/core/src/bin/portal-core-war/nodesk/index.jsp
   trunk/core/src/bin/portal-core-war/phalanx/index.jsp
Log:
- removed portal forums from codebase

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2006-11-02 00:21:18 UTC (rev 5556)
+++ trunk/build/build.xml	2006-11-02 16:26:50 UTC (rev 5557)
@@ -127,7 +127,6 @@
          <module name="format"/>
          <module name="samples"/>
          <module name="core"/>
-         <module name="forums"/>
          <module name="wsrp"/>
          
 	<!-- Module groups -->

Modified: trunk/core/src/bin/portal-core-war/nodesk/index.jsp
===================================================================
--- trunk/core/src/bin/portal-core-war/nodesk/index.jsp	2006-11-02 00:21:18 UTC (rev 5556)
+++ trunk/core/src/bin/portal-core-war/nodesk/index.jsp	2006-11-02 16:26:50 UTC (rev 5557)
@@ -78,7 +78,7 @@
 //-->
 </script>
 <link href="<%= contextPath %>/nodesk/css/portal_style.css" rel="stylesheet" type="text/css" />
-<link href="/portal-forums/subSilver/styles.css" rel="stylesheet" type="text/css" />
+<!--<link href="/portal-forums/subSilver/styles.css" rel="stylesheet" type="text/css" />-->
 <link rel="shortcut icon" href="<%= contextPath %>/images/favicon.ico" />
 </head>
 <body>

Modified: trunk/core/src/bin/portal-core-war/phalanx/index.jsp
===================================================================
--- trunk/core/src/bin/portal-core-war/phalanx/index.jsp	2006-11-02 00:21:18 UTC (rev 5556)
+++ trunk/core/src/bin/portal-core-war/phalanx/index.jsp	2006-11-02 16:26:50 UTC (rev 5557)
@@ -46,7 +46,7 @@
    <meta http-equiv="Content-Type" content="<%= response.getContentType() %>"/>
    <link rel="shortcut icon" href="<%= contextPath %>/phalanx/images/favicon.ico"/>
    <link href="<%= contextPath %>/phalanx/css/portal_style.css" rel="stylesheet" type="text/css" />
-   <link href="/portal-forums/subSilver/styles.css" rel="stylesheet" type="text/css" />
+   <!--<link href="/portal-forums/subSilver/styles.css" rel="stylesheet" type="text/css" />-->
 </head>
 
 <body bgcolor="#E7E7E7">




More information about the jboss-svn-commits mailing list