You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by lw...@apache.org on 2006/12/08 08:17:15 UTC

svn commit: r483866 - /incubator/ode/trunk/dao-jpa-ojpa/pom.xml

Author: lwaterman
Date: Thu Dec  7 23:17:14 2006
New Revision: 483866

URL: http://svn.apache.org/viewvc?view=rev&rev=483866
Log:
fix path

Modified:
    incubator/ode/trunk/dao-jpa-ojpa/pom.xml

Modified: incubator/ode/trunk/dao-jpa-ojpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa-ojpa/pom.xml?view=diff&rev=483866&r1=483865&r2=483866
==============================================================================
--- incubator/ode/trunk/dao-jpa-ojpa/pom.xml (original)
+++ incubator/ode/trunk/dao-jpa-ojpa/pom.xml Thu Dec  7 23:17:14 2006
@@ -80,8 +80,8 @@
             <configuration>
               <tasks>
                  <java classname="org.apache.openjpa.enhance.PCEnhancer">
-                  <arg line="-p ./src/main/resources/META-INF/persistence.xml"/>
-                  <arg line="-d ./target/classes"/>
+                  <arg line="-p ${basedir}/src/main/resources/META-INF/persistence.xml"/>
+                  <arg line="-d ${basedir}/target/classes"/>
                   <classpath>
                     <path refid="maven.dependency.classpath"/>
                   </classpath>