[Bedework-commit] bedework r1936 - in trunk/deployment/freebusyAggregator: . webapp

svnadmin at bedework.org svnadmin at bedework.org
Wed Oct 29 17:26:59 EDT 2008


Author: douglm
Date: 2008-10-29 17:26:58 -0400 (Wed, 29 Oct 2008)
New Revision: 1936

Removed:
   trunk/deployment/freebusyAggregator/jetspeed/
   trunk/deployment/freebusyAggregator/uportal2/
Modified:
   trunk/deployment/freebusyAggregator/webapp/build.xml
Log:
Major reorganization of the build process mostly affecting handling of portal builds.

Removed portal specific directories from teh deployment directory.

Removed portal sepcific code from buildwar.xml and added new portal specific files to be imported. These are in a section of teh bwbuild config directory.

All portal customization is now part of building the war file.

Modified: trunk/deployment/freebusyAggregator/webapp/build.xml
===================================================================
--- trunk/deployment/freebusyAggregator/webapp/build.xml	2008-10-29 02:58:10 UTC (rev 1935)
+++ trunk/deployment/freebusyAggregator/webapp/build.xml	2008-10-29 21:26:58 UTC (rev 1936)
@@ -27,10 +27,6 @@
               value="${app.sou.dir}/war/WEB-INF/web.xml" />
               -->
 
-    <!-- This should be in the config stuff -->
-    <property name="propval.directory.browsing.disallowed"
-              value="${app.directory.browsing.disallowed}" />
-
     <property name="app.resources.dir"
               location="${this.dir}/resources" />
   </target>



More information about the Bedework-commit mailing list