You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2005/02/08 21:34:59 UTC

svn commit: r152936 - in geronimo/trunk/specs/jaxr: project.xml src/test/javax/xml/registry/ConnectionFactoryTest.java src/test/org/

Author: dain
Date: Tue Feb  8 12:34:58 2005
New Revision: 152936

URL: http://svn.apache.org/viewcvs?view=rev&rev=152936
Log:
Removed hacked version of scout ConnectionFactoryImpl and added a dependency on scout impl.

Removed:
    geronimo/trunk/specs/jaxr/src/test/org/
Modified:
    geronimo/trunk/specs/jaxr/project.xml
    geronimo/trunk/specs/jaxr/src/test/javax/xml/registry/ConnectionFactoryTest.java

Modified: geronimo/trunk/specs/jaxr/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/specs/jaxr/project.xml?view=diff&r1=152935&r2=152936
==============================================================================
--- geronimo/trunk/specs/jaxr/project.xml (original)
+++ geronimo/trunk/specs/jaxr/project.xml Tue Feb  8 12:34:58 2005
@@ -45,5 +45,13 @@
             <artifactId>geronimo-spec-activation</artifactId>
             <version>${geronimo_spec_activation_version}</version>
         </dependency>
+        <dependency>
+            <groupId>scout</groupId>
+            <artifactId>scout</artifactId>
+            <version>${scout_version}</version>
+            <properties>
+                <repository>true</repository>
+            </properties>
+        </dependency>        
     </dependencies>
 </project>

Modified: geronimo/trunk/specs/jaxr/src/test/javax/xml/registry/ConnectionFactoryTest.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/specs/jaxr/src/test/javax/xml/registry/ConnectionFactoryTest.java?view=diff&r1=152935&r2=152936
==============================================================================
--- geronimo/trunk/specs/jaxr/src/test/javax/xml/registry/ConnectionFactoryTest.java (original)
+++ geronimo/trunk/specs/jaxr/src/test/javax/xml/registry/ConnectionFactoryTest.java Tue Feb  8 12:34:58 2005
@@ -16,11 +16,11 @@
  */
 package javax.xml.registry;
 
-import java.util.Properties;
 import java.util.Collection;
+import java.util.Properties;
 
 import junit.framework.TestCase;
-import org.apache.scout.registry.ConnectionFactoryImpl;
+import org.apache.ws.scout.registry.ConnectionFactoryImpl;
 
 /**
  * @version $Revision$ $Date$