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:29:55 UTC

[myfaces-trinidad] 11/33: TRINIDAD-2124 - TrinidadAgent Needs to Expose Browser Management History Capability

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 e1f03371f249517918df40ff351bdfb7a143b8f0
Author: Scott Bryan <so...@apache.org>
AuthorDate: Tue May 8 23:59:10 2012 +0000

    TRINIDAD-2124 - TrinidadAgent Needs to Expose Browser Management History Capability
    
    Missing Code for previous checkin
---
 .../src/main/resources/META-INF/agent/gecko4.xml   | 23 ++++++++++++++++++++++
 .../main/resources/META-INF/agent/webkit533.xml    | 23 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/trinidad-impl/src/main/resources/META-INF/agent/gecko4.xml b/trinidad-impl/src/main/resources/META-INF/agent/gecko4.xml
new file mode 100644
index 0000000..ad33bc5
--- /dev/null
+++ b/trinidad-impl/src/main/resources/META-INF/agent/gecko4.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="historyManagement" value="full"/>
+</capabilityData>
diff --git a/trinidad-impl/src/main/resources/META-INF/agent/webkit533.xml b/trinidad-impl/src/main/resources/META-INF/agent/webkit533.xml
new file mode 100644
index 0000000..a0239cb
--- /dev/null
+++ b/trinidad-impl/src/main/resources/META-INF/agent/webkit533.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="historyManagement" value="full"/>  
+</capabilityData>

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