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 2014/02/27 23:16:23 UTC

svn commit: r1572757 - in /wookie/trunk/wookie-features/src/main/webapp/features: oauth/feature.xml wave/feature.xml widget/feature.xml wookie-ext/feature.xml

Author: scottbw
Date: Thu Feb 27 22:16:23 2014
New Revision: 1572757

URL: http://svn.apache.org/r1572757
Log:
Removed dependency on DWR for core widgets; this is only needed for widgets using the Wave, oAuth and Wookie-Ext features.

Modified:
    wookie/trunk/wookie-features/src/main/webapp/features/oauth/feature.xml
    wookie/trunk/wookie-features/src/main/webapp/features/wave/feature.xml
    wookie/trunk/wookie-features/src/main/webapp/features/widget/feature.xml
    wookie/trunk/wookie-features/src/main/webapp/features/wookie-ext/feature.xml

Modified: wookie/trunk/wookie-features/src/main/webapp/features/oauth/feature.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/wookie-features/src/main/webapp/features/oauth/feature.xml?rev=1572757&r1=1572756&r2=1572757&view=diff
==============================================================================
--- wookie/trunk/wookie-features/src/main/webapp/features/oauth/feature.xml (original)
+++ wookie/trunk/wookie-features/src/main/webapp/features/oauth/feature.xml Thu Feb 27 22:16:23 2014
@@ -17,6 +17,8 @@
 -->
 <feature>
 	<name>http://oauth.net/2</name>
+    <script src="dwr/util.js"/>
+	<script src="dwr/engine.js"/>
 	<script src="dwr/interface/OAuthConnector.js"/>
 	<script src="oauth.js"/>
 </feature>
\ No newline at end of file

Modified: wookie/trunk/wookie-features/src/main/webapp/features/wave/feature.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/wookie-features/src/main/webapp/features/wave/feature.xml?rev=1572757&r1=1572756&r2=1572757&view=diff
==============================================================================
--- wookie/trunk/wookie-features/src/main/webapp/features/wave/feature.xml (original)
+++ wookie/trunk/wookie-features/src/main/webapp/features/wave/feature.xml Thu Feb 27 22:16:23 2014
@@ -17,6 +17,8 @@
 -->
 <feature>
 	<name>http://wave.google.com</name>
+    <script src="dwr/util.js"/>
+	<script src="dwr/engine.js"/>
 	<script src="dwr/interface/WaveImpl.js"/>
 	<script src="wave.js"/>
 </feature>
\ No newline at end of file

Modified: wookie/trunk/wookie-features/src/main/webapp/features/widget/feature.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/wookie-features/src/main/webapp/features/widget/feature.xml?rev=1572757&r1=1572756&r2=1572757&view=diff
==============================================================================
--- wookie/trunk/wookie-features/src/main/webapp/features/widget/feature.xml (original)
+++ wookie/trunk/wookie-features/src/main/webapp/features/widget/feature.xml Thu Feb 27 22:16:23 2014
@@ -22,8 +22,5 @@
 	they will be automatically added when widgets are imported or updated  
 	-->
 	<name>http://wookie.apache.org/feature/default</name>
-	<script src="dwr/util.js"/>
-	<script src="dwr/engine.js"/>
-	<script src="dwr/interface/WidgetImpl.js"/>
 	<script src="wookie.js"/>
 </feature>
\ No newline at end of file

Modified: wookie/trunk/wookie-features/src/main/webapp/features/wookie-ext/feature.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/wookie-features/src/main/webapp/features/wookie-ext/feature.xml?rev=1572757&r1=1572756&r2=1572757&view=diff
==============================================================================
--- wookie/trunk/wookie-features/src/main/webapp/features/wookie-ext/feature.xml (original)
+++ wookie/trunk/wookie-features/src/main/webapp/features/wookie-ext/feature.xml Thu Feb 27 22:16:23 2014
@@ -24,6 +24,8 @@
 		For more information, see org.apache.wookie.feature.ext.IWookieExntesionAPI.java
 	 -->
 	<name>http://wookie.apache.org/ext</name>
+    <script src="dwr/util.js"/>
+	<script src="dwr/engine.js"/>
 	<script src="dwr/interface/WookieImpl.js"/>
 	<script src="wookie.js"/>
 </feature>
\ No newline at end of file