Added: incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/DeviceDataSourcePatch.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/DeviceDataSourcePatch.xml?rev=1498794&view=auto ============================================================================== --- incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/DeviceDataSourcePatch.xml (added) +++ incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/DeviceDataSourcePatch.xml Tue Jul 2 06:18:06 2013 @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + 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. +--> +<ODDR> + <version> + <ver>1.18 cumulative</ver> + <last_updated>2013-05-17 09:30:00</last_updated> + <maintainers>esjr</maintainers> + <authors></authors> + <statement>Licensed under http://www.apache.org/licenses/LICENSE-2.0</statement> + </version> + <Devices> + <device id="desktopDevice" parentId="generic-"> + <property name="vendor" value="desktop"/> + <property name="model" value="desktop"/> + <property name="displayHeight" value="600"/> + <property name="displayWidth" value="800"/> + <property name="is_wireless_device" value="false"/> + <property name="ajax_support_javascript" value="true"/> + <property name="ajax_support_getelementbyid" value="true"/> + <property name="ajax_support_inner_html" value="true"/> + <property name="ajax_manipulate_dom" value="true"/> + <property name="ajax_manipulate_css" value="true"/> + <property name="ajax_support_events" value="true"/> + <property name="ajax_support_event_listener" value="true"/> + </device> + </Devices> +</ODDR>
