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 20:43:52 UTC

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

Author: barrettj
Date: Tue Feb 27 11:43:50 2007
New Revision: 512372

URL: http://svn.apache.org/viewvc?view=rev&rev=512372
Log:
Revision 511305 broke the metadata module.  One part of the change broke the tests; a second part of the change caused the tests not to run.
Fixed both problems in the metadata module introduced by that revision.

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=512372&r1=512371&r2=512372
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/project.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/project.xml Tue Feb 27 11:43:50 2007
@@ -75,17 +75,16 @@
         <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>
+        <resource>
+            <directory>../../</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+                <include>NOTICE.txt</include>
+                <include>LICENSE.txt</include>
+            </includes>
+       </resource>
+    </resources>
 
         <unitTest>
             <includes>
@@ -340,9 +339,4 @@
             </properties>
         </dependency> 
     </dependencies>
-    <build>
-    <resources>
-        
-    </resources>
-    </build>
 </project>



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