Author: adc
Date: Fri Jan 30 00:25:51 2009
New Revision: 739101
URL: http://svn.apache.org/viewvc?rev=739101&view=rev
Log:
JSEC-45 fixed destination of TLD file.
Modified:
incubator/jsecurity/trunk/web/pom.xml
Modified: incubator/jsecurity/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jsecurity/trunk/web/pom.xml?rev=739101&r1=739100&r2=739101&view=diff
==============================================================================
--- incubator/jsecurity/trunk/web/pom.xml (original)
+++ incubator/jsecurity/trunk/web/pom.xml Fri Jan 30 00:25:51 2009
@@ -12,7 +12,18 @@
<name>Apache JSecurity :: Web</name>
<packaging>jar</packaging>
- <build/>
+ <build>
+ <!-- non-standard source locations -->
+ <resources>
+ <resource>
+ <targetPath>META-INF</targetPath>
+ <directory>src</directory>
+ <includes>
+ <include>**/*.tld</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
<dependencies>
|