Author: vkumar
Date: Thu Apr 16 21:26:47 2009
New Revision: 765765

URL: http://svn.apache.org/viewvc?rev=765765&view=rev
Log:
Correcting Rewriter rules class in mapping xml

Modified:
    
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/conf/rewriter-rules-mapping.xml

Modified: 
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/conf/rewriter-rules-mapping.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/conf/rewriter-rules-mapping.xml?rev=765765&r1=765764&r2=765765&view=diff
==============================================================================
--- 
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/conf/rewriter-rules-mapping.xml
 (original)
+++ 
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/conf/rewriter-rules-mapping.xml
 Thu Apr 16 21:26:47 2009
@@ -16,7 +16,7 @@
 limitations under the License.
 -->
 <mapping>
-  <class name="org.apache.jetspeed.rewriter.rules.impl.RulesetImpl">
+  <class 
name="org.apache.portals.applications.webcontent.rewriter.rules.impl.RulesetImpl">
     <map-to xml="ruleset"/>
 
     <field name="id" type="java.lang.String">
@@ -28,20 +28,20 @@
     </field>
                                    
     <field name="tags"
-           type="org.apache.jetspeed.rewriter.rules.impl.TagImpl"
+           
type="org.apache.portals.applications.webcontent.rewriter.rules.impl.TagImpl"
            collection="collection">
       <bind-xml name="tag"/>
     </field>
 
     <field name="rules"
-           type="org.apache.jetspeed.rewriter.rules.impl.RuleImpl"
+           
type="org.apache.portals.applications.webcontent.rewriter.rules.impl.RuleImpl"
            collection="collection">
       <bind-xml name="rule"/>
     </field>
 
   </class>
 
-  <class name="org.apache.jetspeed.rewriter.rules.impl.TagImpl">
+  <class 
name="org.apache.portals.applications.webcontent.rewriter.rules.impl.TagImpl">
     <map-to xml="tag"/>
                                    
     <field name="id" type="java.lang.String">
@@ -57,14 +57,14 @@
     </field>
 
     <field name="attributes"
-           type="org.apache.jetspeed.rewriter.rules.impl.AttributeImpl"
+           
type="org.apache.portals.applications.webcontent.rewriter.rules.impl.AttributeImpl"
            collection="collection">
       <bind-xml name="attribute"/>
     </field>
 
   </class>
 
-  <class name="org.apache.jetspeed.rewriter.rules.impl.RuleImpl">
+  <class 
name="org.apache.portals.applications.webcontent.rewriter.rules.impl.RuleImpl">
     <map-to xml="rule"/>
                                    
     <field name="id" type="java.lang.String">
@@ -89,7 +89,7 @@
 
   </class>
 
-  <class name="org.apache.jetspeed.rewriter.rules.impl.AttributeImpl">
+  <class 
name="org.apache.portals.applications.webcontent.rewriter.rules.impl.AttributeImpl">
     <map-to xml="attribute"/>
                                    
     <field name="id" type="java.lang.String">


Reply via email to