You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2014/01/17 15:06:05 UTC

svn commit: r1559108 - in /sling/trunk/samples/mail-archive: stats/src/main/resources/initial-content/apps/mailserver/stats/ stats/src/main/resources/initial-content/apps/mailserver/stats/destination/ ui/src/main/resources/initial-content/apps/mailarch...

Author: bdelacretaz
Date: Fri Jan 17 14:06:04 2014
New Revision: 1559108

URL: http://svn.apache.org/r1559108
Log:
SLING-3297 - Apache headers were not really comments in esp files

Modified:
    sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp
    sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp
    sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp

Modified: sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp (original)
+++ sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,6 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
 
 <!DOCTYPE html>
 <html>
@@ -198,4 +200,4 @@ function layerData(nElements, layerIndex
 }
 
 </script>
-</body>
\ No newline at end of file
+</body>

Modified: sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp (original)
+++ sling/trunk/samples/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <!DOCTYPE html>
 <html>
 
@@ -50,4 +53,4 @@ while(it.hasNext()) {
 
 </ul>
 </script>
-</body>
\ No newline at end of file
+</body>

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <link rel="stylesheet" href="/apps/mailarchiveserver/styles.css"/>
 <script type="text/javascript" src="/apps/mailarchiveserver/util.js"></script>
 <% 

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 	<head>
 		<% load("../head.esp"); %>

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 <head>
 <% load("../head.esp"); %>
@@ -47,4 +50,4 @@ renderer.render()
 
 %>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <div>
 
 <a class="nolinkstyle" href=<% 

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <div class="navbar">
 	<% load("head.esp"); %>
 

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>

Modified: sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp
URL: http://svn.apache.org/viewvc/sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp?rev=1559108&r1=1559107&r2=1559108&view=diff
==============================================================================
--- sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp (original)
+++ sling/trunk/samples/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp Fri Jan 17 14:06:04 2014
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 	<head>
 	<% load("../head.esp"); %>