You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ba...@apache.org on 2007/03/27 21:52:37 UTC

svn commit: r523052 - /webservices/axis2/trunk/java/modules/metadata/project.xml

Author: barrettj
Date: Tue Mar 27 12:52:36 2007
New Revision: 523052

URL: http://svn.apache.org/viewvc?view=rev&rev=523052
Log:
Adding NOTICES.txt and LICENSE.txt to META-INF directory.  The previous attempt failed to add resource.properties which then caused JAXWSTest to fail.

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

Modified: webservices/axis2/trunk/java/modules/metadata/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/project.xml?view=diff&rev=523052&r1=523051&r2=523052
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/project.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/project.xml Tue Mar 27 12:52:36 2007
@@ -74,7 +74,23 @@
         <defaultGoal>jar</defaultGoal>
         <nagEmailAddress></nagEmailAddress>
         <sourceDirectory>src</sourceDirectory>
-	<unitTestSourceDirectory>test</unitTestSourceDirectory>
+        <resources>
+            <resource>
+                <directory>src</directory>
+                <includes>
+                    <include>**/resource.properties</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>../../</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                  <include>NOTICE.txt</include>
+                  <include>LICENSE.txt</include>
+                </includes>
+            </resource>
+        </resources>
+        <unitTestSourceDirectory>test</unitTestSourceDirectory>
         <unitTest>
             <includes>
                 <include>**/*Tests.java</include>
@@ -99,8 +115,6 @@
                 </resource>
             </resources>
         </unitTest>
-
-
     </build>
     
     <reports>



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