You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2006/12/13 17:43:38 UTC

svn commit: r486725 - in /portals/wsrp4j/trunk: consumer-proxyportlet/src/webapp/META-INF/ producer/src/webapp/META-INF/ testportlet/src/webapp/META-INF/

Author: dlouzan
Date: Wed Dec 13 08:43:37 2006
New Revision: 486725

URL: http://svn.apache.org/viewvc?view=rev&rev=486725
Log: (empty)

Added:
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/META-INF/
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/META-INF/context.xml
    portals/wsrp4j/trunk/producer/src/webapp/META-INF/
    portals/wsrp4j/trunk/producer/src/webapp/META-INF/context.xml
    portals/wsrp4j/trunk/testportlet/src/webapp/META-INF/
    portals/wsrp4j/trunk/testportlet/src/webapp/META-INF/context.xml

Added: portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/META-INF/context.xml?view=auto&rev=486725
==============================================================================
--- portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/META-INF/context.xml (added)
+++ portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/META-INF/context.xml Wed Dec 13 08:43:37 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2003-2006 The Apache Software Foundation
+
+Licensed 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.
+-->
+
+<Context docBase="wsrp4j-proxyportlet">
+</Context>

Added: portals/wsrp4j/trunk/producer/src/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/producer/src/webapp/META-INF/context.xml?view=auto&rev=486725
==============================================================================
--- portals/wsrp4j/trunk/producer/src/webapp/META-INF/context.xml (added)
+++ portals/wsrp4j/trunk/producer/src/webapp/META-INF/context.xml Wed Dec 13 08:43:37 2006
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2003-2006 The Apache Software Foundation
+
+Licensed 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.
+-->
+
+<Context docBase="wsrp4j-producer"
+         crossContext="true">
+</Context>

Added: portals/wsrp4j/trunk/testportlet/src/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/testportlet/src/webapp/META-INF/context.xml?view=auto&rev=486725
==============================================================================
--- portals/wsrp4j/trunk/testportlet/src/webapp/META-INF/context.xml (added)
+++ portals/wsrp4j/trunk/testportlet/src/webapp/META-INF/context.xml Wed Dec 13 08:43:37 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2003-2006 The Apache Software Foundation
+
+Licensed 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.
+-->
+
+<Context docBase="wsrp4j-testportlet">
+</Context>