Author: ate
Date: Sun Jul 31 19:30:26 2005
New Revision: 226717
URL: http://svn.apache.org/viewcvs?rev=226717&view=rev
Log:
For some [EMAIL PROTECTED] reason the resources configuration was stripped
resulting in the tld's no longer be jarred
and all Struts Bridge portlets broken.
Modified:
portals/bridges/trunk/struts/project.xml
Modified: portals/bridges/trunk/struts/project.xml
URL:
http://svn.apache.org/viewcvs/portals/bridges/trunk/struts/project.xml?rev=226717&r1=226716&r2=226717&view=diff
==============================================================================
--- portals/bridges/trunk/struts/project.xml (original)
+++ portals/bridges/trunk/struts/project.xml Sun Jul 31 19:30:26 2005
@@ -66,5 +66,17 @@
<version>${portals.bridges.common.version}</version>
</dependency>
</dependencies>
+ <build>
+ <sourceDirectory>src/java</sourceDirectory>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/java</directory>
+ <includes>
+ <include>META-INF/tlds/*</include>
+ </includes>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+ </build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]