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/02/27 23:13:41 UTC

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

Author: barrettj
Date: Tue Feb 27 14:13:40 2007
New Revision: 512443

URL: http://svn.apache.org/viewvc?view=rev&rev=512443
Log:
Undoing the rest of rev 511305 changes to metadata.  Adding the resource element causes the resource.properties file to not be placed in the resultant JAR file.
This breaks the JAXWSTests.  I will either figure out how to get the resource element back in or open a Jira to address it.  But for now,
the tests needs to run successfully, which means backing out the change.

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=512443&r1=512442&r2=512443
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/project.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/project.xml Tue Feb 27 14:13:40 2007
@@ -75,17 +75,6 @@
         <nagEmailAddress></nagEmailAddress>
         <sourceDirectory>src</sourceDirectory>
 	<unitTestSourceDirectory>test</unitTestSourceDirectory>
-	<resources>
-        <resource>
-            <directory>../../</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-                <include>NOTICE.txt</include>
-                <include>LICENSE.txt</include>
-            </includes>
-       </resource>
-    </resources>
-
         <unitTest>
             <includes>
                 <include>**/*Tests.java</include>



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