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/17 11:27:19 UTC

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

Author: doll
Date: Mon Mar 17 03:27:13 2008
New Revision: 637827

URL: http://svn.apache.org/viewvc?rev=637827&view=rev
Log:
Removed the exclusion of opensocial-samplecontainer js files from yuicompressor because that directory no longer exists. 


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=637827&r1=637826&r2=637827&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Mon Mar 17 03:27:13 2008
@@ -143,7 +143,6 @@
             <exclude>**/*syndicator*.js</exclude>
             <!-- Caja has some bugs too -->
             <exclude>**/caja/*.js</exclude>
-            <exclude>**/opensocial-samplecontainer/*.js</exclude>
           </excludes>
         </configuration>
       </plugin>
@@ -225,7 +224,7 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>net.oauth</groupId> 
+      <groupId>net.oauth</groupId>
       <artifactId>core</artifactId>
       <version>20080229</version>
       <scope>compile</scope>