You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/28 02:29:35 UTC

svn commit: r551414 - in /incubator/tuscany/java/sca/modules/implementation-bpel: build.xml pom.xml

Author: lresende
Date: Wed Jun 27 17:29:34 2007
New Revision: 551414

URL: http://svn.apache.org/viewvc?view=rev&rev=551414
Log:
TTUSCANY-1394 - Applying patch from Mathieu Riou - Small changes on dependencies version and type

Modified:
    incubator/tuscany/java/sca/modules/implementation-bpel/build.xml
    incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml

Modified: incubator/tuscany/java/sca/modules/implementation-bpel/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/build.xml?view=diff&rev=551414&r1=551413&r2=551414
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-bpel/build.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-bpel/build.xml Wed Jun 27 17:29:34 2007
@@ -27,13 +27,13 @@
     <target name="test-db">
         <artifact:pom id="maven.project" file="pom.xml" />
         <artifact:dependencies filesetId="dependency.derby" useScope="test">
-            <dependency groupId="org.apache.ode" artifactId="ode-dao-jpa-ojpa-derby" version="1.1-SNAPSHOT" type="zip"/>
+            <dependency groupId="org.apache.ode" artifactId="ode-dao-jpa-ojpa-derby" version="1.0-incubating" type="zip"/>
         </artifact:dependencies>
         <copy todir="${maven.project.build.directory}/scratch" flatten="true">
             <fileSet refid="dependency.derby"/>
         </copy>
         <delete dir="${maven.project.build.directory}/test-classes/jpadb"/>
-        <unzip src="${maven.project.build.directory}/scratch/ode-dao-jpa-ojpa-derby-1.0-SNAPSHOT.zip"
+        <unzip src="${maven.project.build.directory}/scratch/ode-dao-jpa-ojpa-derby-1.0-incubating.zip"
                dest="${maven.project.build.directory}/test-classes/"/>
     </target>
 

Modified: incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml?view=diff&rev=551414&r1=551413&r2=551414
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml Wed Jun 27 17:29:34 2007
@@ -121,6 +121,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.ode</groupId>
+            <artifactId>ode-dao-jpa-ojpa-derby</artifactId>
+            <version>1.0-incubating</version>
+            <type>zip</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ode</groupId>
             <artifactId>ode-bpel-runtime</artifactId>
             <version>1.0-incubating</version>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org