svn commit: r756990 - in /ofbiz/trunk/framework: base/config/ofbiz-containers.xml build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r756990 - in /ofbiz/trunk/framework: base/config/ofbiz-containers.xml build.xml

jonesde
Author: jonesde
Date: Sat Mar 21 19:09:08 2009
New Revision: 756990

URL: http://svn.apache.org/viewvc?rev=756990&view=rev
Log:
A few minimal changes to disable webslinger build and container load so that we can build and run and everything other than webslinger will work; once Adam has identified the problem and can get it fixed this change should be reverted so that it is again building and loading by default

Modified:
    ofbiz/trunk/framework/base/config/ofbiz-containers.xml
    ofbiz/trunk/framework/build.xml

Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=756990&r1=756989&r2=756990&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Sat Mar 21 19:09:08 2009
@@ -26,8 +26,10 @@
     <!-- load the cached classloader container (always second) -->
     <container name="classloader-container" class="org.ofbiz.base.container.ClassLoaderContainer"/>
 
+    <!--
     <container name="commons-vfs-container" class="org.ofbiz.commons.vfs.CommonsVfsContainer"/>
     <container name="webslinger-container" class="org.ofbiz.webslinger.WebslingerContainer"/>
+    -->
 
     <!-- load JNDI/JOTM; this is no longer needed, leaving this in for now just in case someone wants to drop in JOTM from the specialized directory
     <container name="jotm-container" class="org.ofbiz.jotm.container.JotmContainer">

Modified: ofbiz/trunk/framework/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/build.xml?rev=756990&r1=756989&r2=756990&view=diff
==============================================================================
--- ofbiz/trunk/framework/build.xml (original)
+++ ofbiz/trunk/framework/build.xml Sat Mar 21 19:09:08 2009
@@ -26,12 +26,12 @@
                entity/build.xml,geronimo/build.xml,
                catalina/build.xml,jetty/build.xml,
                security/build.xml,service/build.xml,entityext/build.xml,
-               webslinger/build.xml,
                bi/build.xml,datafile/build.xml,minilang/build.xml,
                webapp/build.xml,guiapp/build.xml,widget/build.xml,
                common/build.xml,
                testtools/build.xml,
                appserver/build.xml,webtools/build.xml,example/build.xml"/>
+               <!-- webslinger/build.xml, -->
 
     <filelist id="test-builds" dir="." files="base/build.xml,entity/build.xml"/>