You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/01/12 21:04:14 UTC

svn commit: r495714 - in /incubator/tuscany/java/testing/sca/itest: callBackAPITest/ callBackBasicTest/ callBackCTypeTest/ callBackCTypeTest/src/main/java/org/apache/tuscany/sca/test/ callBackCTypeTest/src/main/resources/org/ callBackCTypeTest/src/main...

Author: rfeng
Date: Fri Jan 12 12:04:13 2007
New Revision: 495714

URL: http://svn.apache.org/viewvc?view=rev&rev=495714
Log:
Fix the junit dependency scope and move the resource to the right place

Added:
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/resources/org/
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/resources/org/apache/
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/resources/org/apache/tuscany/
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/resources/org/apache/tuscany/sca/
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/resources/org/apache/tuscany/sca/test/
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/resources/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType
      - copied unchanged from r495660, incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType
Removed:
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType
Modified:
    incubator/tuscany/java/testing/sca/itest/callBackAPITest/pom.xml
    incubator/tuscany/java/testing/sca/itest/callBackBasicTest/pom.xml
    incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/pom.xml
    incubator/tuscany/java/testing/sca/itest/callBackIDTest/pom.xml
    incubator/tuscany/java/testing/sca/itest/callBackSetCallbackConvTest/pom.xml
    incubator/tuscany/java/testing/sca/itest/callBackSetCallbackTest/pom.xml

Modified: incubator/tuscany/java/testing/sca/itest/callBackAPITest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/callBackAPITest/pom.xml?view=diff&rev=495714&r1=495713&r2=495714
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/callBackAPITest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/callBackAPITest/pom.xml Fri Jan 12 12:04:13 2007
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     <build>

Modified: incubator/tuscany/java/testing/sca/itest/callBackBasicTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/callBackBasicTest/pom.xml?view=diff&rev=495714&r1=495713&r2=495714
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/callBackBasicTest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/callBackBasicTest/pom.xml Fri Jan 12 12:04:13 2007
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     <build>

Modified: incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/pom.xml?view=diff&rev=495714&r1=495713&r2=495714
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/callBackCTypeTest/pom.xml Fri Jan 12 12:04:13 2007
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     <build>

Modified: incubator/tuscany/java/testing/sca/itest/callBackIDTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/callBackIDTest/pom.xml?view=diff&rev=495714&r1=495713&r2=495714
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/callBackIDTest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/callBackIDTest/pom.xml Fri Jan 12 12:04:13 2007
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     <build>

Modified: incubator/tuscany/java/testing/sca/itest/callBackSetCallbackConvTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/callBackSetCallbackConvTest/pom.xml?view=diff&rev=495714&r1=495713&r2=495714
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/callBackSetCallbackConvTest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/callBackSetCallbackConvTest/pom.xml Fri Jan 12 12:04:13 2007
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     <build>

Modified: incubator/tuscany/java/testing/sca/itest/callBackSetCallbackTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/callBackSetCallbackTest/pom.xml?view=diff&rev=495714&r1=495713&r2=495714
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/callBackSetCallbackTest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/callBackSetCallbackTest/pom.xml Fri Jan 12 12:04:13 2007
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     <build>



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