Added: incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/BuilderDataSourcePatch.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/BuilderDataSourcePatch.xml?rev=1498794&view=auto ============================================================================== --- incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/BuilderDataSourcePatch.xml (added) +++ incubator/devicemap/trunk/openddr/data/src/main/resources/devicedata/cumulative/BuilderDataSourcePatch.xml Tue Jul 2 06:18:06 2013 @@ -0,0 +1,116 @@ +<?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> + <Builders> + <builder class="org.openddr.simpleapi.oddr.builder.device.AndroidDeviceBuilder"> + <device id="Kindle Fire"> + <list> + <value>Silk-Accelerated</value> + </list> + </device> + </builder> + <builder class="org.openddr.simpleapi.oddr.builder.device.WinPhoneDeviceBuilder"> + </builder> + <builder class="org.openddr.simpleapi.oddr.builder.device.SymbianDeviceBuilder"> + </builder> + <builder class="org.openddr.simpleapi.oddr.builder.device.TwoStepDeviceBuilder"> + </builder> + <builder class="org.openddr.simpleapi.oddr.builder.device.SimpleDeviceBuilder"> + <device id="desktopDevice"> + <list> + <value>Mozilla/5.0; (X11; Linux x86_64; rv:8.0)</value> + <value>Mozilla/4.0 (compatible; MSIE 6.0;</value> + <value>Mozilla/4.0 (compatible; MSIE 7.0;</value> + <value>Mozilla/4.0 (compatible; MSIE 8.0;</value> + <value>Mozilla/5.0 (compatible; MSIE 10.0;</value> + <value>Firefox</value> + <value>Firefox/1.0</value> + <value>Firefox/1.5</value> + <value>Firefox/2.0</value> + <value>Firefox/3.0</value> + <value>Firefox/3.5</value> + <value>Firefox/4.0</value> + <value>Firefox/5.0</value> + <value>Firefox/6.0</value> + <value>Firefox/7.0</value> + <value>Opera</value> + <value>Opera/7</value> + <value>Opera 7</value> + <value>Opera/8</value> + <value>Opera 8</value> + <value>Opera/9</value> + <value>Opera 9</value> + <value>Opera/10</value> + <value>Opera/9.8</value> + <value>Opera 10</value> + <value>Safari/</value> + <value>Safari/525</value> + <value>Safari/530</value> + <value>Mozilla/5.0 (Macintosh; U; Safari/525</value> + <value>Mozilla/5.0 (Windows; U; Safari/525</value> + <value>Mozilla/5.0 (Macintosh; U; Safari/530</value> + <value>Mozilla/5.0 (Windows; U; Safari/530</value> + <value>Mozilla/4.0 (compatible; MSIE</value> + <value>Mozilla/4.0 (compatible; MSIE 4.0;</value> + <value>Mozilla/4.0 (compatible; MSIE 5.0;</value> + <value>Mozilla/4.0 (compatible; MSIE 5.5;</value> + <value>Mozilla/4.0 (compatible; MSIE 6.0;</value> + <value>Mozilla/4.0 (compatible; MSIE 7.0;</value> + <value>Mozilla/4.0 (compatible; MSIE 8.0;</value> + <value>Mozilla/5.0 (compatible; MSIE 8.0;</value> + <value>Mozilla/5.0 (compatible; MSIE 9.0;</value> + <value>MSIE 9.0 (compatible; MSIE 9.0;</value> + <value>Chrome</value> + <value>Chrome/0</value> + <value>Chrome/1</value> + <value>Chrome/2</value> + <value>Chrome/3</value> + <value>Chrome/4</value> + <value>Chrome/5</value> + <value>Chrome/6</value> + <value>Chrome/7</value> + <value>Chrome/8</value> + <value>Chrome/9</value> + <value>Chrome/10</value> + <value>Chrome/11</value> + <value>Chrome/12</value> + <value>Chrome/13</value> + <value>Chrome/14</value> + <value>Chrome/15</value> + <value>Chrome/16</value> + <value>Chrome/17</value> + <value>Chrome/18</value> + <value>Chrome/19</value> + <value>Chrome/20</value> + <value>Konqueror</value> + <value>Konqueror/2</value> + <value>Konqueror/3</value> + <value>Konqueror/4</value> + <value>mozilla_ver5</value> + </list> + </device> + </builder> + </Builders> +</ODDR>
