Author: andreas
Date: Wed Aug 10 06:48:03 2005
New Revision: 231233
URL: http://svn.apache.org/viewcvs?rev=231233&view=rev
Log:
[minor change] removed invalid usecase view attribute
Modified:
lenya/trunk/src/publets/jcr/config/usecases.xconf
Modified: lenya/trunk/src/publets/jcr/config/usecases.xconf
URL:
http://svn.apache.org/viewcvs/lenya/trunk/src/publets/jcr/config/usecases.xconf?rev=231233&r1=231232&r2=231233&view=diff
==============================================================================
--- lenya/trunk/src/publets/jcr/config/usecases.xconf (original)
+++ lenya/trunk/src/publets/jcr/config/usecases.xconf Wed Aug 10 06:48:03 2005
@@ -21,7 +21,7 @@
<component-instance name="jcr.import" logger="lenya.jcr"
class="org.apache.lenya.cms.jcr.usecases.Import">
- <view template="publets/jcr/usecases/import.jx" menu="false" publet="jcr"/>
+ <view template="publets/jcr/usecases/import.jx" menu="false"/>
</component-instance>
</xconf>
|