You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2006/11/09 11:31:43 UTC

svn commit: r472846 - /incubator/cxf/trunk/integration/jca/pom.xml

Author: ningjiang
Date: Thu Nov  9 02:31:43 2006
New Revision: 472846

URL: http://svn.apache.org/viewvc?view=rev&rev=472846
Log:
update the <topDirectoryLocation> to fix the build

Modified:
    incubator/cxf/trunk/integration/jca/pom.xml

Modified: incubator/cxf/trunk/integration/jca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jca/pom.xml?view=diff&rev=472846&r1=472845&r2=472846
==============================================================================
--- incubator/cxf/trunk/integration/jca/pom.xml (original)
+++ incubator/cxf/trunk/integration/jca/pom.xml Thu Nov  9 02:31:43 2006
@@ -34,7 +34,7 @@
     </parent>
 
     <properties>
-        <topDirectoryLocation>..</topDirectoryLocation>
+        <topDirectoryLocation>../..</topDirectoryLocation>
     </properties>
 
     <dependencies>