Author: bayard
Date: Mon Mar 22 01:32:20 2010
New Revision: 925938
URL: http://svn.apache.org/viewvc?rev=925938&view=rev
Log:
Applying Jarek Gower's patch from Bugzilla issue 48772; removing the
unnecessary (and duplication creating) resources section
Modified:
tomcat/taglibs/standard/trunk/impl/pom.xml
Modified: tomcat/taglibs/standard/trunk/impl/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/pom.xml?rev=925938&r1=925937&r2=925938&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/impl/pom.xml Mon Mar 22 01:32:20 2010
@@ -109,16 +109,6 @@
</dependencies>
<build>
- <resources>
- <resource>
- <directory>src</directory>
- <targetPath>.</targetPath>
- </resource>
- <resource>
- <directory>conf</directory>
- <targetPath>META-INF</targetPath>
- </resource>
- </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]