You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2009/01/04 06:52:06 UTC

svn commit: r731181 - /ibatis/trunk/java/ibatis-3/common.xml

Author: cbegin
Date: Sat Jan  3 21:52:04 2009
New Revision: 731181

URL: http://svn.apache.org/viewvc?rev=731181&view=rev
Log:
renamed dependency ids

Modified:
    ibatis/trunk/java/ibatis-3/common.xml

Modified: ibatis/trunk/java/ibatis-3/common.xml
URL: http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-3/common.xml?rev=731181&r1=731180&r2=731181&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/common.xml (original)
+++ ibatis/trunk/java/ibatis-3/common.xml Sat Jan  3 21:52:04 2009
@@ -29,8 +29,8 @@
 
   <artifact:pom id="${module}.pom" file="${module}/pom.xml" />
 
-  <artifact:dependencies pathId="runtime.src" usescope="compile" pomrefid="${module}.pom" />
-  <artifact:dependencies pathId="test.src" usescope="test" pomrefid="${module}.pom" />
+  <artifact:dependencies pathId="compile.dep" usescope="compile" pomrefid="${module}.pom" />
+  <artifact:dependencies pathId="test.dep" usescope="test" pomrefid="${module}.pom" />
 
   <!-- EMMA -->
 
@@ -52,8 +52,8 @@
     <pathelement location="${classes}"/>
     <pathelement location="${classes.test}"/>
     <path refid="emma.classpath"/>
-    <path refid="runtime.src"/>
-    <path refid="test.src"/>
+    <path refid="compile.dep"/>
+    <path refid="test.dep"/>
   </path>
 
   <target name="clean">