You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/13 14:19:47 UTC

svn commit: r764426 - /incubator/shindig/trunk/features/pom.xml

Author: vsiveton
Date: Mon Apr 13 12:19:47 2009
New Revision: 764426

URL: http://svn.apache.org/viewvc?rev=764426&view=rev
Log:
o pom readingness

Modified:
    incubator/shindig/trunk/features/pom.xml

Modified: incubator/shindig/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/pom.xml?rev=764426&r1=764425&r2=764426&view=diff
==============================================================================
--- incubator/shindig/trunk/features/pom.xml (original)
+++ incubator/shindig/trunk/features/pom.xml Mon Apr 13 12:19:47 2009
@@ -42,6 +42,19 @@
   </scm>
 
   <build>
+    <resources>
+      <resource>
+        <targetPath>features</targetPath>
+        <directory>${basedir}/src/main/javascript/features</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <targetPath>features</targetPath>
+        <directory>${basedir}/src/test/javascript/features</directory>
+      </testResource>
+    </testResources>
+
     <pluginManagement>
       <!-- set versions of common plugins for reproducibility, ordered alphabetically by owner -->
       <plugins>
@@ -171,18 +184,6 @@
         </configuration>
       </plugin>
     </plugins>
-    <resources>
-      <resource>
-        <targetPath>features</targetPath>
-        <directory>${basedir}/src/main/javascript/features</directory>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <targetPath>features</targetPath>
-        <directory>${basedir}/src/test/javascript/features</directory>
-      </testResource>
-    </testResources>
   </build>
 
   <profiles>