Author: niallp
Date: Sun Apr 25 15:08:29 2010
New Revision: 937810
URL: http://svn.apache.org/viewvc?rev=937810&view=rev
Log:
fix test resources
Modified:
commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml
Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml?rev=937810&r1=937809&r2=937810&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml
(original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/xml/pom.xml Sun Apr
25 15:08:29 2010
@@ -79,12 +79,9 @@
<include>**/*.jelly</include>
<include>**/*.properties</include>
<include>**/*.xml</include>
+ <include>**/*.xsl</include>
</includes>
</testResource>
- <testResource>
- <directory>src/test/resources</directory>
- <targetPath>resources</targetPath>
- </testResource>
</testResources>
<plugins>