summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/itest/osgi-contribution/contribution-test
diff options
context:
space:
mode:
authorrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-07-02 19:00:21 +0000
committerrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-07-02 19:00:21 +0000
commit29f7a5586993c82cfe2ac438cf9c5b07424861a0 (patch)
tree3bf2fee7364a48156fd425eec7d5b12cb7b50728 /branches/sca-java-1.3/itest/osgi-contribution/contribution-test
parent549bcbb8753270646bc8a08aba65256f976a9c6f (diff)
Move Felix jars upto latest released version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml12
-rw-r--r--branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties10
2 files changed, 8 insertions, 14 deletions
diff --git a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml
index e6d4c92589..e43a909c66 100644
--- a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml
+++ b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml
@@ -65,25 +65,19 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
- <version>1.0.0</version>
+ <version>1.0.2</version>
</dependency>
diff --git a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties
index 154176f54e..ea8d272a0c 100644
--- a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties
+++ b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties
@@ -27,12 +27,12 @@ org.osgi.framework.system.packages=org.osgi.framework; version=1.3.0, \
felix.auto.start.1= \
- "file://${FELIX_DIR}/org.apache.felix.scr/1.0.0/org.apache.felix.scr-1.0.0.jar" \
- "file://${FELIX_DIR}/org.apache.felix.configadmin/1.0.0/org.apache.felix.configadmin-1.0.0.jar"
+ "file://${FELIX_DIR}/org.apache.felix.scr/1.0.2/org.apache.felix.scr-1.0.2.jar" \
+ "file://${FELIX_DIR}/org.apache.felix.configadmin/1.0.1/org.apache.felix.configadmin-1.0.1.jar"
-# "file://${FELIX_DIR}/org.apache.felix.bundlerepository/1.1.0-SNAPSHOT/org.apache.felix.bundlerepository-1.1.0-SNAPSHOT.jar" \
-# "file://${FELIX_DIR}/org.apache.felix.shell/1.1.0-SNAPSHOT/org.apache.felix.shell-1.1.0-SNAPSHOT.jar" \
-# "file://${FELIX_DIR}/org.apache.felix.shell.tui/1.1.0-SNAPSHOT/org.apache.felix.shell.tui-1.1.0-SNAPSHOT.jar" \
+# "file://${FELIX_DIR}/org.apache.felix.bundlerepository/1.0.3/org.apache.felix.bundlerepository-1.0.3.jar" \
+# "file://${FELIX_DIR}/org.apache.felix.shell/1.0.1/org.apache.felix.shell-1.0.1.jar" \
+# "file://${FELIX_DIR}/org.apache.felix.shell.tui/1.0.1/org.apache.felix.shell.tui-1.0.1.jar" \
felix.startlevel.framework=1
felix.startlevel.bundle=1