You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/03/06 11:32:38 UTC

svn commit: r634212 - /incubator/shindig/trunk/java/gadgets/pom.xml

Author: doll
Date: Thu Mar  6 02:32:36 2008
New Revision: 634212

URL: http://svn.apache.org/viewvc?rev=634212&view=rev
Log:
Now excluding all opensocial-samplecontainer code from the minimizer. If you do mvn clean and then jetty:run-war the samplecontainer will work again. 


Modified:
    incubator/shindig/trunk/java/gadgets/pom.xml

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=634212&r1=634211&r2=634212&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Thu Mar  6 02:32:36 2008
@@ -143,7 +143,7 @@
             <exclude>**/*syndicator*.js</exclude>
             <!-- Caja has some bugs too -->
             <exclude>**/caja/*.js</exclude>
-            <exclude>**/opensocial-samplecontainer/caja-compatible-jquery.js</exclude>
+            <exclude>**/opensocial-samplecontainer/*.js</exclude>
           </excludes>
         </configuration>
       </plugin>