svn commit: r757014 - 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: r757014 - in /ofbiz/trunk/framework: base/config/ofbiz-containers.xml build.xml

doogie-3
Author: doogie
Date: Sat Mar 21 20:54:19 2009
New Revision: 757014

URL: http://svn.apache.org/viewvc?rev=757014&view=rev
Log:
Re-enable webslinger after fixing it.

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=757014&r1=757013&r2=757014&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Sat Mar 21 20:54:19 2009
@@ -26,10 +26,8 @@
     <!-- 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=757014&r1=757013&r2=757014&view=diff
==============================================================================
--- ofbiz/trunk/framework/build.xml (original)
+++ ofbiz/trunk/framework/build.xml Sat Mar 21 20:54:19 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"/>