You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/05/11 19:35:13 UTC

svn commit: r1101993 - /incubator/wookie/site/trunk/content/wookie/docs/developer/features.mdtext

Author: scottbw
Date: Wed May 11 17:35:12 2011
New Revision: 1101993

URL: http://svn.apache.org/viewvc?rev=1101993&view=rev
Log:
Added an example of feature.xml

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/developer/features.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/developer/features.mdtext
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/features.mdtext?rev=1101993&r1=1101992&r2=1101993&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/developer/features.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/developer/features.mdtext Wed May 11 17:35:12 2011
@@ -37,4 +37,15 @@ The `<script>` and `<stylesheet>` elemen
 
 By default Wookie will look in its /features directory on launch and load any features it finds.
 
-(There is currently no way to dynamically load a feature while Wookie is still running)
\ No newline at end of file
+(There is currently no way to dynamically load a feature while Wookie is still running)
+
+#Example features.xml
+
+
+    <feature>
+    	<name>http://jquerymobile.com</name>
+    	<script src="shared/jquery-1.5.min.js"/>
+    	<script src="shared/jquery.mobile-1.0a4-patched.min.js"/>
+    	<stylesheet src="shared/jquery.mobile-1.0a4.min.css"/>
+    </feature>
+