Author: johnh
Date: Wed Feb  2 01:20:12 2011
New Revision: 1066296

URL: http://svn.apache.org/viewvc?rev=1066296&view=rev
Log:
Committing missing pom.xml accommodating core.config.base factoring.


Modified:
    shindig/trunk/features/pom.xml

Modified: shindig/trunk/features/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1066296&r1=1066295&r2=1066296&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Wed Feb  2 01:20:12 2011
@@ -106,10 +106,10 @@
                 
<source>../../../../src/test/javascript/features/mocks/window.js</source>
                 
<source>../../../../src/test/javascript/features/mocks/xhr.js</source>
                 <source>globals/globals.js</source>
-                <source>core.config/config.js</source>
+                <source>core.config.base/config.js</source>
+                <source>core.config.base/configcontainer.js</source>
+                <source>core.config.base/configgadget.js</source>
                 <source>core.config/validators.js</source>
-                <source>core.config/configcontainer.js</source>
-                <source>core.config/configgadget.js</source>
                 <source>core.json/json-native.js</source>
                 <source>core.json/json-jsimpl.js</source>
                 <source>core.json/json-flatten.js</source>


Reply via email to