diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-05 12:07:19 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-05 12:07:19 +0000 |
commit | 77558185cb0f366fcc383eec1b4f21220893c612 (patch) | |
tree | 847098e4e2ad77fb136316b0c2989076048d8b47 /otest/newlayout | |
parent | f07051ecf40f234baf3f6b7f897abc0322dda4d4 (diff) |
Changes to make the otest dev environment run from a completely clean repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout')
4 files changed, 7 insertions, 5 deletions
diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml index 3385613ffc..c2e02972ad 100644 --- a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml @@ -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>
diff --git a/otest/newlayout/tuscany-policy-test-runner/pom.xml b/otest/newlayout/tuscany-policy-test-runner/pom.xml index c9350b5686..3e8e1b9a08 100644 --- a/otest/newlayout/tuscany-policy-test-runner/pom.xml +++ b/otest/newlayout/tuscany-policy-test-runner/pom.xml @@ -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> diff --git a/otest/newlayout/tuscany-test-runner/pom.xml b/otest/newlayout/tuscany-test-runner/pom.xml index e379f0f240..428ee58389 100644 --- a/otest/newlayout/tuscany-test-runner/pom.xml +++ b/otest/newlayout/tuscany-test-runner/pom.xml @@ -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> diff --git a/otest/newlayout/tuscany-ws-test-runner/pom.xml b/otest/newlayout/tuscany-ws-test-runner/pom.xml index f24431743e..6dfad36d98 100644 --- a/otest/newlayout/tuscany-ws-test-runner/pom.xml +++ b/otest/newlayout/tuscany-ws-test-runner/pom.xml @@ -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>
|