Author: scottbw
Date: Mon Mar 14 10:17:18 2011
New Revision: 1081308

URL: http://svn.apache.org/viewvc?rev=1081308&view=rev
Log:
Replaced the script and css imports with the JQuery mobile feature for the 
jqueryMobile template and Freeder widget

Modified:
    incubator/wookie/trunk/widgets/freeder/config.xml
    incubator/wookie/trunk/widgets/freeder/index.html
    incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml
    incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html

Modified: incubator/wookie/trunk/widgets/freeder/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/freeder/config.xml?rev=1081308&r1=1081307&r2=1081308&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/freeder/config.xml (original)
+++ incubator/wookie/trunk/widgets/freeder/config.xml Mon Mar 14 10:17:18 2011
@@ -22,6 +22,7 @@
         >
   <name>freeder</name>
   <description>An RSS reader widget optimised for small screens or desktop 
widgets.</description>
+  <feature name="http://jquerymobile.com"; required="true"/>
   <content src="index.html"/>
   <icon src="images/icon.png"/>  
   <access origin="*"/>  

Modified: incubator/wookie/trunk/widgets/freeder/index.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/freeder/index.html?rev=1081308&r1=1081307&r2=1081308&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/freeder/index.html (original)
+++ incubator/wookie/trunk/widgets/freeder/index.html Mon Mar 14 10:17:18 2011
@@ -19,9 +19,6 @@
        <head>
         <meta http-equiv="pragma" content="no-cache"/>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <link rel="stylesheet" 
href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css"; />
-               <script type="text/javascript" 
src="http://code.jquery.com/jquery-1.5.min.js";></script>
-               <script type="text/javascript" 
src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js";></script>
                <script type="text/javascript" 
src="scripts/jquery.jfeed.pack.js" charset="utf-8"></script>
                <script type="text/javascript" src="scripts/properties.js" 
charset="utf-8"></script>  
         <script type="text/javascript" src="scripts/controller.js" 
charset="utf-8"></script> 

Modified: incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml?rev=1081308&r1=1081307&r2=1081308&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml 
(original)
+++ incubator/wookie/trunk/widgets/widget-template/jqueryMobile/config.xml Mon 
Mar 14 10:17:18 2011
@@ -25,6 +25,8 @@
   <content src="index.html"/>
   <icon src="images/icon.png"/>
   <author>Apache Wookie (Incubating) Team</author>
+  <feature name="http://jquerymobile.com"; required="true"/>
+  
   <licence>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.

Modified: incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html?rev=1081308&r1=1081307&r2=1081308&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html 
(original)
+++ incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html Mon 
Mar 14 10:17:18 2011
@@ -19,9 +19,6 @@
        <head>
         <meta http-equiv="pragma" content="no-cache"/>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <link rel="stylesheet" 
href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css"; />
-               <script type="text/javascript" 
src="http://code.jquery.com/jquery-1.5.min.js";></script>
-               <script type="text/javascript" 
src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js";></script>
                <script type="text/javascript" src="scripts/properties.js" 
charset="utf-8"></script>  
         <script type="text/javascript" src="scripts/controller.js" 
charset="utf-8"></script> 
                <title>@widget.shortname@</title>


Reply via email to