Author: taylor
Date: Wed Aug 6 20:56:59 2008
New Revision: 683499
URL: http://svn.apache.org/viewvc?rev=683499&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-869
Added:
portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-serializer/src/test/resources/
portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-serializer/src/test/resources/test-seed.xml
Added:
portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-serializer/src/test/resources/test-seed.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-serializer/src/test/resources/test-seed.xml?rev=683499&view=auto
==============================================================================
---
portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-serializer/src/test/resources/test-seed.xml
(added)
+++
portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-serializer/src/test/resources/test-seed.xml
Wed Aug 6 20:56:59 2008
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<Snapshot name="standard-jetspeed2.xml"
+ xmlns="http://portals.apache.org/jetspeed"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <softwareVersion value="1"/>
+ <softwareSubVersion value="0"/>
+ <default_rule value="j2"/>
+ <encryption value=""/>
+ <Users>
+ <User name="david">
+ <credentials password="david" enabled="TRUE"
requiresUpdate="TRUE"/>
+ <roles>user,manager,admin</roles>
+ <groups></groups>
+ <preferences>
+ <preference>
+ <name value='pref-one'/>
+ <value value='one'/>
+ </preference>
+ </preferences>
+ <userinfo>
+ <preference>
+ <name nullValue='false'
value="user.name.given"/>
+ <value value="Test Dude"/>
+ </preference>
+ <preference>
+ <name nullValue='false'
value="user.name.family"/>
+ <value value="Dudley"/>
+ </preference>
+ </userinfo>
+<!--
+ <preference>
+ <name nullValue='false'
value="org.apache.jetspeed.prefered.locale"/>
+ <value value="en,,"/>
+ </preference>
+ -->
+ <Rules/>
+ </User>
+ </Users>
+
+</Snapshot>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]