Author: dims
Date: Mon Jul  9 13:44:12 2007
New Revision: 554760

URL: http://svn.apache.org/viewvc?view=rev&rev=554760
Log:
add missing resources for the resource bundles

Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?view=diff&rev=554760&r1=554759&r2=554760
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Mon Jul  9 13:44:12 2007
@@ -90,6 +90,15 @@
     </organization>
     <build>
         <sourceDirectory>src</sourceDirectory>
+               <resources>
+                       <resource>
+                               <directory>src</directory>
+                               <includes>
+                                       
<include>org/**/errors.properties</include>
+                               </includes>
+                               <filtering>false</filtering>
+                       </resource>
+               </resources>
         <!--<testSourceDirectory>test</testSourceDirectory> -->
         <plugins>
             <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to