You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/05/05 14:19:39 UTC

svn commit: r400058 - /incubator/tuscany/java/sca/samples/helloworld/src/test/java/org/apache/tuscany/samples/helloworld/HelloWorldServiceComponentTestCase.java

Author: antelder
Date: Fri May  5 05:19:37 2006
New Revision: 400058

URL: http://svn.apache.org/viewcvs?rev=400058&view=rev
Log:
Remove some unused imports to stop the eclipse warnings

Modified:
    incubator/tuscany/java/sca/samples/helloworld/src/test/java/org/apache/tuscany/samples/helloworld/HelloWorldServiceComponentTestCase.java

Modified: incubator/tuscany/java/sca/samples/helloworld/src/test/java/org/apache/tuscany/samples/helloworld/HelloWorldServiceComponentTestCase.java
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworld/src/test/java/org/apache/tuscany/samples/helloworld/HelloWorldServiceComponentTestCase.java?rev=400058&r1=400057&r2=400058&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld/src/test/java/org/apache/tuscany/samples/helloworld/HelloWorldServiceComponentTestCase.java (original)
+++ incubator/tuscany/java/sca/samples/helloworld/src/test/java/org/apache/tuscany/samples/helloworld/HelloWorldServiceComponentTestCase.java Fri May  5 05:19:37 2006
@@ -18,10 +18,6 @@
 
 import junit.framework.TestCase;
 
-import org.apache.tuscany.core.client.TuscanyRuntime;
-import org.osoa.sca.CurrentModuleContext;
-import org.osoa.sca.ModuleContext;
-
 /**
  * 
  */