You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2010/11/30 15:04:37 UTC

svn commit: r1040525 - /incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml

Author: psharples
Date: Tue Nov 30 14:04:37 2010
New Revision: 1040525

URL: http://svn.apache.org/viewvc?rev=1040525&view=rev
Log:
removed post/forum references

Modified:
    incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml

Modified: incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml?rev=1040525&r1=1040524&r2=1040525&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml (original)
+++ incubator/wookie/trunk/WebContent/WEB-INF/dwr.xml Tue Nov 30 14:04:37 2010
@@ -49,12 +49,5 @@
       <include method="hasFeature"/>
     </create>
     
-    <create creator="new" javascript="forum" scope="application">
-      <param name="class" value="org.apache.wookie.widgets.forum.impl.DefaultForumServiceImpl"/>
-      <include method="getNodeTree"/>   
-      <include method="newPost"/>       
-      <include method="getPost"/>
-    </create>    
-    <convert converter="bean" match="org.apache.wookie.widgets.forum.PostNode"/>
   </allow>
 </dwr>