Author: scottbw
Date: Fri Mar  9 17:33:27 2012
New Revision: 1298938

URL: http://svn.apache.org/viewvc?rev=1298938&view=rev
Log:
Placed ASF license headers in template components between <% %> tags to be 
omitted when building widget artefacts to deploy. (See WOOKIE-314)

Modified:
    incubator/wookie/trunk/widgets/templates/base/config.xml
    incubator/wookie/trunk/widgets/templates/base/content_footer.html
    incubator/wookie/trunk/widgets/templates/base/content_header.html
    incubator/wookie/trunk/widgets/templates/base/content_primary.html
    incubator/wookie/trunk/widgets/templates/base/content_scripts.html
    incubator/wookie/trunk/widgets/templates/base/scripts/controller.js
    incubator/wookie/trunk/widgets/templates/base/style/screen.css.add
    incubator/wookie/trunk/widgets/templates/browse/content_primary.html
    incubator/wookie/trunk/widgets/templates/browse/content_secondary.html
    incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html
    incubator/wookie/trunk/widgets/templates/browse/item_template.html
    incubator/wookie/trunk/widgets/templates/browse/scripts/browse_controller.js
    incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add
    incubator/wookie/trunk/widgets/templates/twoColumn/content_primary.html
    incubator/wookie/trunk/widgets/templates/twoColumn/content_secondary.html
    
incubator/wookie/trunk/widgets/templates/twoColumn/scripts/twoColumn_controller.js
    incubator/wookie/trunk/widgets/templates/twoColumn/style/screen.css.add
    incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml
    incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html
    incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/scripts/twidget_controller.js
    
incubator/wookie/trunk/widgets/templates/widgets/twitter/style/screen.css.add

Modified: incubator/wookie/trunk/widgets/templates/base/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/config.xml?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/config.xml (original)
+++ incubator/wookie/trunk/widgets/templates/base/config.xml Fri Mar  9 
17:33:27 2012
@@ -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,7 +13,7 @@
   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.
--->
+%>
 <widget xmlns="http://www.w3.org/ns/widgets";
                id="http://wookie.apache.org/widgets/${widget.shortname}";
                version="0.1"

Modified: incubator/wookie/trunk/widgets/templates/base/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/content_footer.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/content_footer.html (original)
+++ incubator/wookie/trunk/widgets/templates/base/content_footer.html Fri Mar  
9 17:33:27 2012
@@ -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,6 +13,6 @@
   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 class="content">See content_footer.html</div>
 <a class="button" href="#help" data-role="button" data-rel="dialog" 
data-transition="pop" data-icon="info" data-iconpos="notext">Help</a>

Modified: incubator/wookie/trunk/widgets/templates/base/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/content_header.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/content_header.html (original)
+++ incubator/wookie/trunk/widgets/templates/base/content_header.html Fri Mar  
9 17:33:27 2012
@@ -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,5 +13,5 @@
   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 class="header_title" id="view_title">see content_header.html</div>

Modified: incubator/wookie/trunk/widgets/templates/base/content_primary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/content_primary.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/content_primary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/base/content_primary.html Fri Mar  
9 17:33:27 2012
@@ -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,7 +13,7 @@
   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.
--->
+%>
 
 <h2>Primary Content</h2>
 

Modified: incubator/wookie/trunk/widgets/templates/base/content_scripts.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/content_scripts.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/content_scripts.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/base/content_scripts.html Fri Mar  
9 17:33:27 2012
@@ -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,7 +13,7 @@
   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="scripts/controller.js"></script>

Modified: incubator/wookie/trunk/widgets/templates/base/scripts/controller.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/scripts/controller.js?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/scripts/controller.js 
(original)
+++ incubator/wookie/trunk/widgets/templates/base/scripts/controller.js Fri Mar 
 9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+%>
 
 /**
  * The @widget.shortname@_controller object

Modified: incubator/wookie/trunk/widgets/templates/base/style/screen.css.add
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/style/screen.css.add?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/style/screen.css.add 
(original)
+++ incubator/wookie/trunk/widgets/templates/base/style/screen.css.add Fri Mar  
9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -13,7 +14,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.
- */
+ */
+ %>
 
 .content-primary {
   overflow: auto;

Modified: incubator/wookie/trunk/widgets/templates/browse/content_primary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/content_primary.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/content_primary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/content_primary.html Fri 
Mar  9 17:33:27 2012
@@ -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,7 +13,7 @@
   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> The content that creates this and the other items below comes from
     content_primary.html. However, the user should never see this
     since it should be replaced by the javascript code. If you are

Modified: incubator/wookie/trunk/widgets/templates/browse/content_secondary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/content_secondary.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/content_secondary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/content_secondary.html Fri 
Mar  9 17:33:27 2012
@@ -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,7 +13,7 @@
   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="searchPanel" data-role="collapsible" data-theme="c"
      data-content-theme="c">
   <h2>Search</h2>

Modified: 
incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/item_summary_template.html 
Fri Mar  9 17:33:27 2012
@@ -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,5 +13,5 @@
   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 class='result' data-role='collapsible' wid='${ID}'><h3>${TITLE}</h3><div 
class='detail'></div></div>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/templates/browse/item_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/item_template.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/item_template.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/item_template.html Fri Mar  
9 17:33:27 2012
@@ -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,7 +13,7 @@
   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 class='result' data-role='collapsible' wid='${ID}'>
   <h3>${TITLE}</h3>
   <div class='detail'>

Modified: 
incubator/wookie/trunk/widgets/templates/browse/scripts/browse_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/scripts/browse_controller.js?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/browse/scripts/browse_controller.js 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/browse/scripts/browse_controller.js 
Fri Mar  9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
+%>
 /**
  * The ${widget.shortname}_controller object
  * This is used to wire up the view and model with actions

Modified: incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add 
(original)
+++ incubator/wookie/trunk/widgets/templates/browse/style/screen.css.add Fri 
Mar  9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+ %>
  /**
  * Summary information for a results browser
  */

Modified: 
incubator/wookie/trunk/widgets/templates/twoColumn/content_primary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/twoColumn/content_primary.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/twoColumn/content_primary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/twoColumn/content_primary.html Fri 
Mar  9 17:33:27 2012
@@ -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,5 +13,5 @@
   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>This the primary content<p>

Modified: 
incubator/wookie/trunk/widgets/templates/twoColumn/content_secondary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/twoColumn/content_secondary.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/twoColumn/content_secondary.html 
(original)
+++ incubator/wookie/trunk/widgets/templates/twoColumn/content_secondary.html 
Fri Mar  9 17:33:27 2012
@@ -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,5 +13,5 @@
   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>This is the secondary content</div>

Modified: 
incubator/wookie/trunk/widgets/templates/twoColumn/scripts/twoColumn_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/twoColumn/scripts/twoColumn_controller.js?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/twoColumn/scripts/twoColumn_controller.js
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/twoColumn/scripts/twoColumn_controller.js
 Fri Mar  9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+%>
 
 var ${widget.shortname}_twoColumn_controller = {
     init:function() {

Modified: 
incubator/wookie/trunk/widgets/templates/twoColumn/style/screen.css.add
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/twoColumn/style/screen.css.add?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/twoColumn/style/screen.css.add 
(original)
+++ incubator/wookie/trunk/widgets/templates/twoColumn/style/screen.css.add Fri 
Mar  9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+ %>
 
  @media ${widget.media.screen.veryNarrow}, ${widget.media.screen.narrow} {
     .content-secondary {

Modified: incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml 
(original)
+++ incubator/wookie/trunk/widgets/templates/widgets/twitter/config.xml Fri Mar 
 9 17:33:27 2012
@@ -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,7 +13,7 @@
   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.
--->
+%>
 <widget xmlns="http://www.w3.org/ns/widgets";
                id="http://wookie.apache.org/widgets/${widget.shortname}";
                version="0.1"

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_footer.html 
Fri Mar  9 17:33:27 2012
@@ -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,6 +13,6 @@
   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 style="float:left;"><img src="images/icon.png" height="24" 
style="vertical-align:text-bottom;"><strong>${widget.name}</strong></div>
 <a class="button" href="#help" data-role="button" data-rel="dialog" 
data-transition="pop" data-icon="info" data-iconpos="notext">Help</a>
\ No newline at end of file

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_header.html 
Fri Mar  9 17:33:27 2012
@@ -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,4 +13,4 @@
   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.
--->
\ No newline at end of file
+%>
\ No newline at end of file

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_scripts.html 
Fri Mar  9 17:33:27 2012
@@ -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,7 +13,7 @@
   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>
 <!-- Added the timeago JQuery plugin -->

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/content_secondary.html 
Fri Mar  9 17:33:27 2012
@@ -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,7 +13,7 @@
   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="searchPanel" data-role="collapsible" data-theme="c"
      data-content-theme="c">
   <h2>Search</h2>

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/item_summary_template.html
 Fri Mar  9 17:33:27 2012
@@ -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,7 +13,7 @@
   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.
--->
+%>
 
 <!--
 

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/scripts/twidget_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/scripts/twidget_controller.js?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/scripts/twidget_controller.js
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/scripts/twidget_controller.js
 Fri Mar  9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+ %>
 
 /*
  * Change created times into friendly strings like "2 minutes ago"

Modified: 
incubator/wookie/trunk/widgets/templates/widgets/twitter/style/screen.css.add
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/twitter/style/screen.css.add?rev=1298938&r1=1298937&r2=1298938&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/widgets/twitter/style/screen.css.add 
(original)
+++ 
incubator/wookie/trunk/widgets/templates/widgets/twitter/style/screen.css.add 
Fri Mar  9 17:33:27 2012
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,12 +15,14 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+ %>
 
 /*
  * These are some additional CSS properties we've added just for the Twitter
  * widget. These will be appended to the stylesheet for the widget.
  */
  
+ 
 
 /*
  * Override default ui background with a nice turquoise


Reply via email to