Author: vsiveton
Date: Mon Apr 13 11:43:03 2009
New Revision: 764416
URL: http://svn.apache.org/viewvc?rev=764416&view=rev
Log:
o added features test resources and removed the excludes
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=764416&r1=764415&r2=764416&view=diff
==============================================================================
--- incubator/shindig/trunk/features/pom.xml (original)
+++ incubator/shindig/trunk/features/pom.xml Mon Apr 13 11:43:03 2009
@@ -175,31 +175,14 @@
<resource>
<targetPath>features</targetPath>
<directory>${basedir}/src/main/javascript/features</directory>
- <excludes>
- <exclude>pom.xml</exclude>
- <!-- SVN ignore -->
- <exclude>target/**</exclude>
- <exclude>work</exclude>
- <exclude>dojo</exclude>
- <exclude>*.iws</exclude>
- <exclude>*.ipr</exclude>
- <exclude>*.iml</exclude>
- <exclude>derby.log</exclude>
- <exclude>maven.log</exclude>
- <exclude>build.xml</exclude>
- <exclude>build-dependency.xml</exclude>
- <exclude>velocity.log*</exclude>
- <exclude>junit*.properties</exclude>
- <exclude>surefire*.properties</exclude>
- <exclude>.project</exclude>
- <exclude>.classpath</exclude>
- <exclude>.settings/**</exclude>
- <exclude>.deployables</exclude>
- <exclude>.wtpmodules</exclude>
- <exclude>.externalToolBuilders/**</exclude>
- </excludes>
</resource>
</resources>
+ <testResources>
+ <testResource>
+ <targetPath>features</targetPath>
+ <directory>${basedir}/src/test/javascript/features</directory>
+ </testResource>
+ </testResources>
</build>
<profiles>