You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/06/06 19:27:19 UTC

svn commit: r544889 - /webservices/axis2/trunk/java/modules/addressing/project.xml

Author: dims
Date: Wed Jun  6 10:27:18 2007
New Revision: 544889

URL: http://svn.apache.org/viewvc?view=rev&rev=544889
Log:
the mar was missing resource.properties ARGH! - Fix for AXIS2-2768 - java.util.MissingResourceException: Can't find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle

Modified:
    webservices/axis2/trunk/java/modules/addressing/project.xml

Modified: webservices/axis2/trunk/java/modules/addressing/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/addressing/project.xml?view=diff&rev=544889&r1=544888&r2=544889
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/project.xml (original)
+++ webservices/axis2/trunk/java/modules/addressing/project.xml Wed Jun  6 10:27:18 2007
@@ -139,5 +139,24 @@
             </properties>
         </dependency>
     </dependencies>
-
+    <build>
+		<resources>
+			<resource>
+				<directory>src</directory>
+				<includes>
+					<include>**/*.properties</include>
+					<include>**/*.xml</include>
+					<include>**/*.xsl</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>../../</directory>
+				<targetPath>META-INF</targetPath>
+				<includes>
+				  <include>NOTICE.txt</include>
+				  <include>LICENSE.txt</include>
+				</includes>
+			</resource>
+		</resources>
+    </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org