Author: sobryan
Date: Tue May 8 23:59:10 2012
New Revision: 1335839
URL: http://svn.apache.org/viewvc?rev=1335839&view=rev
Log:
TRINIDAD-2124 - TrinidadAgent Needs to Expose Browser Management History Capability
Missing Code for previous checkin
Added:
myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/gecko4.xml
myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/webkit533.xml
Added: myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/gecko4.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/gecko4.xml?rev=1335839&view=auto
==============================================================================
--- myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/gecko4.xml
(added)
+++ myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/gecko4.xml
Tue May 8 23:59:10 2012
@@ -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>
Added: myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/webkit533.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/webkit533.xml?rev=1335839&view=auto
==============================================================================
--- myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/webkit533.xml
(added)
+++ myfaces/trinidad/branches/2.0.0.x-branch/trinidad-impl/src/main/resources/META-INF/agent/webkit533.xml
Tue May 8 23:59:10 2012
@@ -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>
|