You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by je...@apache.org on 2012/04/04 11:55:02 UTC

svn commit: r1309309 - in /chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp: ./ WEB-INF/ css/ css/eggplant/

Author: jens
Date: Wed Apr  4 09:55:01 2012
New Revision: 1309309

URL: http://svn.apache.org/viewvc?rev=1309309&view=rev
Log:
add some missing Apache headers

Modified:
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/WEB-INF/web.xml
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/eggplant/jquery-ui-1.8.18.custom.css
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/mediaplayer-relax.css
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyalbum.html
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyartist.html
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbytitle.html
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/index.html
    chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/jplayer.html

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/WEB-INF/web.xml?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/WEB-INF/web.xml (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/WEB-INF/web.xml Wed Apr  4 09:55:01 2012
@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+    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. 
+-->
+	
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd"
 	version="2.5">
-</web-app>
\ No newline at end of file
+</web-app>

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/eggplant/jquery-ui-1.8.18.custom.css
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/eggplant/jquery-ui-1.8.18.custom.css?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/eggplant/jquery-ui-1.8.18.custom.css (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/eggplant/jquery-ui-1.8.18.custom.css Wed Apr  4 09:55:01 2012
@@ -1,11 +1,13 @@
+/* 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.
+*/
 /*
- * jQuery UI CSS Framework 1.8.18
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
+ *  customized version of the jquery eggplant theme
  */
 
 /* Layout helpers

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/mediaplayer-relax.css
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/mediaplayer-relax.css?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/mediaplayer-relax.css (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/css/mediaplayer-relax.css Wed Apr  4 09:55:01 2012
@@ -1,5 +1,12 @@
 @CHARSET "UTF-8";
-
+/* 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. */
+	
 .artist {
 	font-size:.8em;
 	color:#8C7A99;

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyalbum.html
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyalbum.html?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyalbum.html (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyalbum.html Wed Apr  4 09:55:01 2012
@@ -1,3 +1,13 @@
+<!-- 
+    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. 
+-->
+	
 <p>
 	<h4>Retrieve albums starting with:</h4>
 	<a href="javascript:filterByAlbum('A')">A</a>

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyartist.html
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyartist.html?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyartist.html (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbyartist.html Wed Apr  4 09:55:01 2012
@@ -1,3 +1,13 @@
+<!-- 
+    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. 
+-->
+	
 <p>
 	<h4>Retrieve albums by artists starting with:</h4>
 	<a href="javascript:filterByArtist('A')">A</a>

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbytitle.html
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbytitle.html?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbytitle.html (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/filterbytitle.html Wed Apr  4 09:55:01 2012
@@ -1,3 +1,13 @@
+<!-- 
+    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. 
+-->
+	
 <p>
 	<h4>Retrieve titles starting with:</h4>
 	<a href="javascript:filterByTitle('A')">A</a>

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/index.html?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/index.html (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/index.html Wed Apr  4 09:55:01 2012
@@ -30,12 +30,15 @@
     <link rel="stylesheet" type="text/css" href="css/eggplant/jquery-ui-1.8.18.custom.css" />
     <link rel="stylesheet" type="text/css" href="css/mediaplayer-relax.css" />
        
-	<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
-	<script type="text/javascript" src="js/jquery-ui-1.8.18.custom.min.js"></script>
+	<!-- use Google CDN to avoid the need to check-in jquery library -->
+	<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
+	<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
 	<script type="text/javascript" src="js/jquery.layout-1.3.0-rc30.4.js"></script>
 	
     <!--  
-	<script type="text/javascript" src="js/jquery.layout.resizePaneAccordions-1.0.js"></script>
+	<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
+	<script type="text/javascript" src="js/jquery-ui-1.8.18.custom.min.js"></script>
+	<script type="text/javascript" src="js/jquery.layout-1.3.0-rc30.4.js"></script>
      -->
 
     <script type="text/javascript" src="jplayer/jquery.jplayer.min.js"></script>    

Modified: chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/jplayer.html
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/jplayer.html?rev=1309309&r1=1309308&r2=1309309&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/jplayer.html (original)
+++ chemistry/playground/chemistry-opencmis-javascript-relax/src/main/webapp/jplayer.html Wed Apr  4 09:55:01 2012
@@ -1,3 +1,13 @@
+<!-- 
+    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. 
+-->
+	
 <div id="playerheader"></div>
 <div id="jplayer" class="jp-video jp-video-270p">
 	<div class="jp-type-playlist">