Author: rgardler
Date: Mon Nov 19 01:08:39 2012
New Revision: 1411038
URL: http://svn.apache.org/viewvc?rev=1411038&view=rev
Log:
use the latest version of JQuery and load it from local files rather than the
CDN
Added:
incubator/wookie/trunk/widgets/templates/assetPlayer/legal/
incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.LICENSE
incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.mobile.LICENCE
incubator/wookie/trunk/widgets/templates/assetPlayer/lib/
incubator/wookie/trunk/widgets/templates/assetPlayer/lib/jquery-1.8.2.js
incubator/wookie/trunk/widgets/templates/assetPlayer/lib/jquery.mobile-1.2.0.js
Modified:
incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
Modified:
incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html?rev=1411038&r1=1411037&r2=1411038&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
(original)
+++ incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
Mon Nov 19 01:08:39 2012
@@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<script type="text/javascript"
src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
-<script type="text/javascript"
src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
+<script type="text/javascript" src="lib/jquery-1.8.2.js"></script>
+<script type="text/javascript" src="lib/jquery.mobile-1.2.0.js"></script>
<script type="text/javascript" src="scripts/controller.js"></script>
Added: incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.LICENSE
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.LICENSE?rev=1411038&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.LICENSE
(added)
+++ incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.LICENSE
Mon Nov 19 01:08:39 2012
@@ -0,0 +1,20 @@
+Copyright (c) 2011 John Resig, http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Added:
incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.mobile.LICENCE
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.mobile.LICENCE?rev=1411038&view=auto
==============================================================================
---
incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.mobile.LICENCE
(added)
+++
incubator/wookie/trunk/widgets/templates/assetPlayer/legal/jquery.mobile.LICENCE
Mon Nov 19 01:08:39 2012
@@ -0,0 +1,20 @@
+Copyright (c) 2011 John Resig, http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.