You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/07 08:57:17 UTC

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

Author: lindner
Date: Tue Sep  7 06:57:16 2010
New Revision: 993234

URL: http://svn.apache.org/viewvc?rev=993234&view=rev
Log:
add back rpc_relay.html for now, remove useless war-plugin stanza

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=993234&r1=993233&r2=993234&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Tue Sep  7 06:57:16 2010
@@ -42,24 +42,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-war-plugin</artifactId>
-        <configuration>
-          <webResources>
-            <resource>
-              <!-- this is relative to the pom.xml directory -->
-              <directory>${basedir}/../../content/</directory>
-              <targetPath>files</targetPath>
-              <includes>
-                <include>**/*.*</include>
-              </includes>
-            </resource>
-          </webResources>
-         </configuration>
-         <executions>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins </groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
       </plugin>
@@ -91,6 +73,15 @@
         <directory>src/main/resources</directory>
         <filtering>false</filtering>
       </resource>
+      <resource>
+        <!-- TODO: eliminate this inclusion -->
+        <!-- this is relative to the pom.xml directory -->
+        <directory>${basedir}/../../content/</directory>
+        <targetPath>files</targetPath>
+        <includes>
+          <include>container/rpc_relay.html</include>
+        </includes>
+      </resource>
     </resources>
   </build>