You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by be...@apache.org on 2008/07/29 23:38:04 UTC

svn commit: r680850 - in /incubator/shindig/trunk/java: common/pom.xml gadgets/pom.xml

Author: beaton
Date: Tue Jul 29 14:38:04 2008
New Revision: 680850

URL: http://svn.apache.org/viewvc?rev=680850&view=rev
Log:
Move container.js file into shindig common.

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

Modified: incubator/shindig/trunk/java/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/pom.xml?rev=680850&r1=680849&r2=680850&view=diff
==============================================================================
--- incubator/shindig/trunk/java/common/pom.xml (original)
+++ incubator/shindig/trunk/java/common/pom.xml Tue Jul 29 14:38:04 2008
@@ -39,6 +39,18 @@
     <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common</url>
   </scm>
 
+  <build>
+    <resources>
+      <resource>
+        <targetPath>containers/default</targetPath>
+        <directory>${basedir}/../../config</directory>
+        <includes>
+          <include>container.js</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+
   <dependencies>
     <!-- external dependencies -->
     <dependency>

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=680850&r1=680849&r2=680850&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Tue Jul 29 14:38:04 2008
@@ -89,13 +89,6 @@
         </includes>
       </resource>
       <resource>
-        <targetPath>containers/default</targetPath>
-        <directory>${basedir}/../../config</directory>
-        <includes>
-          <include>container.js</include>
-        </includes>
-      </resource>
-      <resource>
         <targetPath>config</targetPath>
         <directory>${basedir}/../../config</directory>
         <includes>