You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by jo...@apache.org on 2010/04/22 03:15:26 UTC

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

Author: johnh
Date: Thu Apr 22 01:15:25 2010
New Revision: 936590

URL: http://svn.apache.org/viewvc?rev=936590&view=rev
Log:
Restore files/* entries in generated shindig-gadgets-**.jar, now that /javascript has been renamed /content.


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

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=936590&r1=936589&r2=936590&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Thu Apr 22 01:15:25 2010
@@ -48,7 +48,7 @@
           <webResources>
             <resource>
               <!-- this is relative to the pom.xml directory -->
-              <directory>${basedir}/../../javascript/</directory>
+              <directory>${basedir}/../../content/</directory>
               <targetPath>files</targetPath>
               <includes>
                 <include>**/*.*</include>
@@ -82,7 +82,7 @@
         <!-- duplicated here for the jar build. -->
         <!-- TODO: Eliminate duplicate copies in WAR output -->
         <!-- this is relative to the pom.xml directory -->
-        <directory>${basedir}/../../javascript/</directory>
+        <directory>${basedir}/../../content/</directory>
         <targetPath>files</targetPath>
         <includes>
           <include>**/*.*</include>