You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2006/06/13 19:10:21 UTC

svn commit: r413953 - in /incubator/yoko/trunk: bindings/pom.xml core/pom.xml

Author: bravi
Date: Tue Jun 13 12:10:21 2006
New Revision: 413953

URL: http://svn.apache.org/viewvc?rev=413953&view=rev
Log:
Reverting the changes to bindings/pom.xml & core/pom.xml during my earlier merge. Jira: http://issues.apache.org/jira/browse/YOKO-61

Modified:
    incubator/yoko/trunk/bindings/pom.xml
    incubator/yoko/trunk/core/pom.xml

Modified: incubator/yoko/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/bindings/pom.xml?rev=413953&r1=413952&r2=413953&view=diff
==============================================================================
--- incubator/yoko/trunk/bindings/pom.xml (original)
+++ incubator/yoko/trunk/bindings/pom.xml Tue Jun 13 12:10:21 2006
@@ -40,7 +40,7 @@
             
         <dependency>
             <groupId>org.objectweb.celtix</groupId>
-            <artifactId>internal</artifactId>
+            <artifactId>celtix-rt</artifactId>
             <version>${celtix.version}</version>
         </dependency>
         

Modified: incubator/yoko/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/pom.xml?rev=413953&r1=413952&r2=413953&view=diff
==============================================================================
--- incubator/yoko/trunk/core/pom.xml (original)
+++ incubator/yoko/trunk/core/pom.xml Tue Jun 13 12:10:21 2006
@@ -66,11 +66,6 @@
           <includes>
             <include implementation="java.lang.String">**/org/apache/yoko/*Test.java</include>
           </includes>
-          <excludes>
-            <exclude implementation="java.lang.String">**/org/apache/yoko/Abstract*.java</exclude>
-            <exclude implementation="java.lang.String">**/org/apache/yoko/PiTest.java</exclude>
-            <exclude implementation="java.lang.String">**/org/apache/yoko/RMITest.java</exclude>
-          </excludes>
           <systemProperties>
             <property>
               <name>java.endorsed.dirs</name>