You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2014/08/18 02:12:33 UTC

svn commit: r1618529 - in /portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF: psml/ psml/test-webcontent2.psml web.xml

Author: woonsan
Date: Mon Aug 18 00:12:32 2014
New Revision: 1618529

URL: http://svn.apache.org/r1618529
Log:
APA-64: adding testable psml

Added:
    portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/psml/
    portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/psml/test-webcontent2.psml
Modified:
    portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/web.xml

Added: portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/psml/test-webcontent2.psml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/psml/test-webcontent2.psml?rev=1618529&view=auto
==============================================================================
--- portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/psml/test-webcontent2.psml (added)
+++ portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/psml/test-webcontent2.psml Mon Aug 18 00:12:32 2014
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+  <!--
+    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.
+  -->
+<page id="/test-webcontent2.psml" hidden="false">
+    <security-constraints>
+        <security-constraints-ref>public-view</security-constraints-ref>
+    </security-constraints>
+    <title>Test WebContent2</title>
+    <short-title>Test WebContent2</short-title>
+    <fragment id="tw2-1" type="layout" name="jetspeed-layouts::VelocityOneColumn">
+        <fragment id="tw2-11" type="portlet" name="webcontent2::WebContentPortlet2">
+            <property name="row" value="0"></property>
+            <property name="column" value="0"></property>
+        </fragment>
+        <fragment id="tw2-21" type="portlet" name="webcontent2::ReverseProxyIFramePortlet2">
+            <property name="row" value="1"></property>
+            <property name="column" value="0"></property>
+        </fragment>
+        <fragment id="tw2-22" type="portlet" name="webcontent2::IFramePortlet2">
+            <property name="row" value="2"></property>
+            <property name="column" value="0"></property>
+            <preference name="SRC" readOnly="false">
+                <value>http://www.apache.org/</value>
+            </preference>
+        </fragment>
+    </fragment>
+    <defaults></defaults>
+</page>

Modified: portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/web.xml?rev=1618529&r1=1618528&r2=1618529&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/web.xml (original)
+++ portals/applications/webcontent/trunk/war/src/main/webapp/WEB-INF/web.xml Mon Aug 18 00:12:32 2014
@@ -55,12 +55,16 @@
       <param-name>mappings</param-name>
       <param-value>
 --- !simple
-local: /applications/
-remote: http://portals.apache.org/applications/
+local: /localhost_8080/
+remote: http://localhost:8080/
 
---- !simple
-local: /bridges/
-remote: http://portals.apache.org/bridges/
+#--- !simple
+#local: /applications/
+#remote: http://portals.apache.org/applications/
+#
+#--- !simple
+#local: /bridges/
+#remote: http://portals.apache.org/bridges/
       </param-value>
     </init-param>
     <load-on-startup>11</load-on-startup>