You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 12:30:04 UTC

[myfaces-trinidad] 20/33: TRINIDAD-2111 TRINIDAD-2136

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 2.0.0.x-branch
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit ae1fba2bee600bfcd840eb1dd2e617c1c9e12ea8
Author: Scott Bryan <so...@apache.org>
AuthorDate: Wed May 9 00:19:04 2012 +0000

    TRINIDAD-2111
    TRINIDAD-2136
    
    * Add missing files from prev checkin.
---
 .../src/main/resources/META-INF/agent/android.xml  | 23 ++++++++++++++++++++
 .../src/main/resources/META-INF/agent/ios.xml      | 25 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/trinidad-impl/src/main/resources/META-INF/agent/android.xml b/trinidad-impl/src/main/resources/META-INF/agent/android.xml
new file mode 100644
index 0000000..c132164
--- /dev/null
+++ b/trinidad-impl/src/main/resources/META-INF/agent/android.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+    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.
+
+-->
+<capabilityData xmlns="http://myfaces.apache.org/trinidad/agent/capabilities">
+  <capability name="touchScreen" value="single"/>
+</capabilityData>
diff --git a/trinidad-impl/src/main/resources/META-INF/agent/ios.xml b/trinidad-impl/src/main/resources/META-INF/agent/ios.xml
new file mode 100644
index 0000000..1d8171f
--- /dev/null
+++ b/trinidad-impl/src/main/resources/META-INF/agent/ios.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!--
+    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.
+
+-->
+<capabilityData xmlns="http://myfaces.apache.org/trinidad/agent/capabilities">
+  <capability name="touchScreen" value="multiple"/>
+<capability name="-adfinternal-supportsDisabledOptions" value="false"/>
+</capabilityData>
+

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.