Author: slaws
Date: Tue Jul  5 12:07:19 2011
New Revision: 1143017

URL: http://svn.apache.org/viewvc?rev=1143017&view=rev
Log:
Changes to make the otest dev environment run from a completely clean repo

Modified:
    tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
    tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml
    tuscany/otest/newlayout/tuscany-test-runner/pom.xml
    tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml

Modified: tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml?rev=1143017&r1=1143016&r2=1143017&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-java-ci-test-runner/pom.xml Tue Jul  5 
12:07:19 2011
@@ -38,7 +38,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml?rev=1143017&r1=1143016&r2=1143017&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml Tue Jul  5 
12:07:19 2011
@@ -38,7 +38,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
@@ -71,6 +71,7 @@
         </dependency>
 -->
 
+<!-- don't think these are explicitly required now
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
@@ -96,6 +97,7 @@
                        <version>1.5.3</version>
                        <scope>test</scope>
                </dependency>  
+-->
 
         <dependency>
             <groupId>junit</groupId>
@@ -249,7 +251,7 @@
                                <groupId>org.oasis-open.sca.assembly</groupId>
                                <artifactId>General_Java</artifactId>
                                <version>1.0</version>
-                               <type>jar</type>
+                               <type>zip</type>
                                
<outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
                            </artifactItem>
                            <artifactItem>

Modified: tuscany/otest/newlayout/tuscany-test-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-test-runner/pom.xml?rev=1143017&r1=1143016&r2=1143017&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-test-runner/pom.xml Tue Jul  5 12:07:19 2011
@@ -38,7 +38,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml?rev=1143017&r1=1143016&r2=1143017&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml Tue Jul  5 12:07:19 
2011
@@ -38,7 +38,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 


Reply via email to