Author: ema
Date: Wed Nov  1 19:42:33 2006
New Revision: 470215

URL: http://svn.apache.org/viewvc?view=rev&rev=470215
Log:
Added pom file missing from last commit

Modified:
    incubator/cxf/trunk/tools/wsdl2java/pom.xml

Modified: incubator/cxf/trunk/tools/wsdl2java/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/pom.xml?view=diff&rev=470215&r1=470214&r2=470215
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdl2java/pom.xml Wed Nov  1 19:42:33 2006
@@ -35,6 +35,21 @@
     <properties>
         <topDirectoryLocation>../../</topDirectoryLocation>
     </properties>
+     <build>        
+                <testResources>
+                    <testResource>
+                        <directory>src/test/resources</directory>
+                            <includes>
+                               <include>**</include>
+                            </includes> 
+                    </testResource>
+                                  
+                    <testResource>
+                            
<directory>./${topDirectoryLocation}common/metacode/src/main/resources/</directory>
                                      
+                    </testResource>
+                       
+                </testResources>
+    </build>
 
     <dependencies>
         <dependency>


Reply via email to