Author: rgardler
Date: Tue Jan 22 12:37:48 2013
New Revision: 1436871
URL: http://svn.apache.org/viewvc?rev=1436871&view=rev
Log:
add JQuery libraries to the base template since depending on a Wookie feature
for them limits the widgets portability
Added:
wookie/trunk/widgets/templates/base/legal/jquery.LICENSE
wookie/trunk/widgets/templates/base/legal/jquery.mobile.LICENCE
wookie/trunk/widgets/templates/base/lib/jquery-1.8.2.js
wookie/trunk/widgets/templates/base/lib/jquery.mobile-1.2.0.js
wookie/trunk/widgets/templates/base/scripts/tile_controller.js
Modified:
wookie/trunk/widgets/templates/base/content_scripts.html
Modified: wookie/trunk/widgets/templates/base/content_scripts.html
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/templates/base/content_scripts.html?rev=1436871&r1=1436870&r2=1436871&view=diff
==============================================================================
--- wookie/trunk/widgets/templates/base/content_scripts.html (original)
+++ wookie/trunk/widgets/templates/base/content_scripts.html Tue Jan 22
12:37:48 2013
@@ -1,4 +1,4 @@
-<%
+<!--
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.
@@ -13,8 +13,8 @@
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.
-%>
-<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/widget_api.js"></script>
<script type="text/javascript" src="scripts/controller.js"></script>
Added: wookie/trunk/widgets/templates/base/legal/jquery.LICENSE
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/templates/base/legal/jquery.LICENSE?rev=1436871&view=auto
==============================================================================
--- wookie/trunk/widgets/templates/base/legal/jquery.LICENSE (added)
+++ wookie/trunk/widgets/templates/base/legal/jquery.LICENSE Tue Jan 22
12:37:48 2013
@@ -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: wookie/trunk/widgets/templates/base/legal/jquery.mobile.LICENCE
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/templates/base/legal/jquery.mobile.LICENCE?rev=1436871&view=auto
==============================================================================
--- wookie/trunk/widgets/templates/base/legal/jquery.mobile.LICENCE (added)
+++ wookie/trunk/widgets/templates/base/legal/jquery.mobile.LICENCE Tue Jan 22
12:37:48 2013
@@ -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.