Changeset 1232 for trunk/pages

Show
Ignore:
Timestamp:
01/13/08 12:31:45 (8 months ago)
Author:
mikey
Message:

continued refactoring #119: fixed issues introduced while replacing dots

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pages/conf/form.xml

    r1156 r1232  
    77      <property name="skin">default</property> 
    88    </properties> 
    9     <element type="org.stubbles.examples.pageelements.TestXMLPageElement" name="Test" /> 
     9    <element type="org::stubbles::examples::pageelements::TestXMLPageElement" name="Test" /> 
    1010  </page> 
    1111</xj:configuration> 
  • trunk/pages/conf/index.xml

    r1156 r1232  
    77      <property name="skin">default</property> 
    88    </properties> 
    9     <xmlElement type="org.stubbles.examples.pageelements.TestXMLPageElement" name="Test" /> 
     9    <xmlElement type="org::stubbles::examples::pageelements::TestXMLPageElement" name="Test" /> 
    1010 
    1111    <xmlElementCachingDecorator lifetime="60"> 
    12       <xmlElement type="org.stubbles.examples.pageelements.CurrentTimeXMLPageElement" name="cached" /> 
     12      <xmlElement type="org::stubbles::examples::pageelements::CurrentTimeXMLPageElement" name="cached" /> 
    1313    </xmlElementCachingDecorator> 
    14     <xmlElement type="org.stubbles.examples.pageelements.CurrentTimeXMLPageElement" name="uncached" /> 
     14    <xmlElement type="org::stubbles::examples::pageelements::CurrentTimeXMLPageElement" name="uncached" /> 
    1515  </page> 
    1616</xj:configuration>