pnever 02/05/03 09:28:27
Modified: src/conf/webapp Domain.xml
Log:
Specifiying a revision element for the system paths (data) not necessary anymore
(see changes in XMLUnmarshaller.java)
Revision Changes Path
1.31 +3 -9 jakarta-slide/src/conf/webapp/Domain.xml
Index: Domain.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Domain.xml 2 May 2002 19:48:21 -0000 1.30
+++ Domain.xml 3 May 2002 16:28:27 -0000 1.31
@@ -269,15 +269,9 @@
</objectnode>
<!-- DeltaV: default history and workspace paths -->
- <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/history">
- <revision/>
- </objectnode>
- <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workspace">
- <revision/>
- </objectnode>
- <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workingresource">
- <revision/>
- </objectnode>
+ <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/history" />
+ <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workspace" />
+ <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/workingresource" />
</objectnode>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>