You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/07/02 01:35:02 UTC

svn commit: r552374 - in /portals/jetspeed-2/trunk/src/webapp: WEB-INF/templates/ WEB-INF/templates/layout/ WEB-INF/templates/layout/html/columns/ decorations/layout/ decorations/layout/tigris/ decorations/portlet/

Author: ate
Date: Sun Jul  1 16:35:01 2007
New Revision: 552374

URL: http://svn.apache.org/viewvc?view=rev&rev=552374
Log:
JS2-711: Support JSP decorators as well as Velocity
- adding required license headers

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutCustomizerNormal.jsp
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.jsp
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/positionPortletCustomizer.jsp
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/templateLayoutCustomizer.jsp
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/initLayoutDecorators.jsp
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/footer.jsp
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/header.jsp
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/tigrisNavigations.jsp
    portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorations_portlet_init.jsp
    portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorator.jsp

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutCustomizerNormal.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutCustomizerNormal.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutCustomizerNormal.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutCustomizerNormal.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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.
+--%>
 <%@ include file="initTemplatesLayoutNormal.jsp" %>
 <%@page import="org.apache.jetspeed.request.RequestContext"%>
 <%@page import="org.apache.jetspeed.decoration.DecorationFactory"%>

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/initTemplatesLayoutNormal.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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 language="java" pageEncoding="UTF-8"%>
 
 <%@page import="org.apache.commons.logging.Log"%>

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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.
+--%>
 <%@ include file="../../../initTemplatesLayoutNormal.jsp" %>
 
 

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/positionPortletCustomizer.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/positionPortletCustomizer.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/positionPortletCustomizer.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/positionPortletCustomizer.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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.
+--%>
 <%@ include file="../initTemplatesLayoutNormal.jsp" %>
 
   <%

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/templateLayoutCustomizer.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/templateLayoutCustomizer.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/templateLayoutCustomizer.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/templateLayoutCustomizer.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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.
+--%>
 <%@ include file="initTemplatesLayoutCustomizerNormal.jsp" %>
 
 

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/initLayoutDecorators.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/layout/initLayoutDecorators.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/initLayoutDecorators.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/initLayoutDecorators.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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 language="java" pageEncoding="UTF-8"%>
 
 <%@taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/footer.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/footer.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/footer.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/footer.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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.
+--%>
 <%@ include file="../initLayoutDecorators.jsp" %>
   <%
       //contextPath

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/header.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/header.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/header.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/header.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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.
+--%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <%@ include file="../initLayoutDecorators.jsp" %>
 <%@ include file="tigrisNavigations.jsp" %>

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/tigrisNavigations.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/tigrisNavigations.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/tigrisNavigations.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/tigris/tigrisNavigations.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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 language="java" pageEncoding="UTF-8"%>
 
 <%@taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorations_portlet_init.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorations_portlet_init.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorations_portlet_init.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorations_portlet_init.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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 language="java" pageEncoding="UTF-8"%>
 
 <%@taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorator.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorator.jsp?view=diff&rev=552374&r1=552373&r2=552374
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorator.jsp (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/portlet/decorator.jsp Sun Jul  1 16:35:01 2007
@@ -1,3 +1,19 @@
+<%--
+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.
+--%>
 <%@ include file="decorations_portlet_init.jsp" %>
 
 <%@page import="javax.portlet.WindowState"%>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org