You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/01/04 03:23:37 UTC

svn commit: r492386 - /incubator/ode/trunk/axis2-war/build.xml

Author: mriou
Date: Wed Jan  3 18:23:37 2007
New Revision: 492386

URL: http://svn.apache.org/viewvc?view=rev&rev=492386
Log:
This isn't ready to use jpa yet.

Modified:
    incubator/ode/trunk/axis2-war/build.xml

Modified: incubator/ode/trunk/axis2-war/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/axis2-war/build.xml?view=diff&rev=492386&r1=492385&r2=492386
==============================================================================
--- incubator/ode/trunk/axis2-war/build.xml (original)
+++ incubator/ode/trunk/axis2-war/build.xml Wed Jan  3 18:23:37 2007
@@ -46,13 +46,13 @@
          so grab all the dependencies into the scratch directory
          and process the one we need. -->
     <artifact:dependencies filesetId="dependency.derby" useScope="runtime">
-      <dependency groupId="org.apache.ode" artifactId="ode-jpa-ojpa-derby"
+      <dependency groupId="org.apache.ode" artifactId="ode-dao-hibernate-db-derby"
                   version="${maven.project.version}" type="tar"/>
     </artifact:dependencies>
     <copy todir="${maven.project.build.directory}/scratch" flatten="true">
       <fileSet refid="dependency.derby"/>
     </copy>
-    <untar src="${maven.project.build.directory}/scratch/ode-jpa-ojpa-derby-${maven.project.version}.tar"
+    <untar src="${maven.project.build.directory}/scratch/ode-dao-hibernate-db-derby-${maven.project.version}.tar"
            dest="${maven.project.build.directory}/resources"/>
 
     <!-- Dirty, mean and ugly but will work for now -->