You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/03/19 03:30:16 UTC

svn commit: r1083133 - /cxf/trunk/systests/databinding/pom.xml

Author: dkulp
Date: Sat Mar 19 02:30:16 2011
New Revision: 1083133

URL: http://svn.apache.org/viewvc?rev=1083133&view=rev
Log:
Attempt to fix tests on windows

Modified:
    cxf/trunk/systests/databinding/pom.xml

Modified: cxf/trunk/systests/databinding/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/databinding/pom.xml?rev=1083133&r1=1083132&r2=1083133&view=diff
==============================================================================
--- cxf/trunk/systests/databinding/pom.xml (original)
+++ cxf/trunk/systests/databinding/pom.xml Sat Mar 19 02:30:16 2011
@@ -148,7 +148,7 @@
                 <artifactId>maven-jibx-plugin</artifactId>
                 <version>${cxf.jibx.version}</version>
                 <configuration>
-                    <directory>${basedir}/target/generated/src/test/java/jibx_bindings</directory>
+                    <directory>target/generated/src/test/java/jibx_bindings</directory>
                     <!--load>true</load-->
                     <!--validate>true</validate-->
                     <!--verify>true</verify-->