You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2008/10/22 09:09:57 UTC

svn commit: r706876 - in /felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial: ./ Junit-Example/ Junit-Example/lib/ Junit-Example/task/ Junit-OSGi-Example/ Junit-OSGi-Example/lib/ Junit-OSGi-Example/src/junit/example/ Junit-OSGi-Example/task/ fel...

Author: clement
Date: Wed Oct 22 00:09:56 2008
New Revision: 706876

URL: http://svn.apache.org/viewvc?rev=706876&view=rev
Log:
Commits the new junit4osgi tutorial.

Added:
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/task/bnd-0.0.249.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo-1.0.0.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.osgi.core-1.2.0.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/task/bnd-0.0.249.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/build.xml
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.bundlerepository-1.2.0.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell-1.0.2.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell.tui-1.0.2.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo-1.0.0.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.handler.extender-1.0.0.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.felix-command-0.9.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.immediate-runner-0.9.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.swing-gui-0.9.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/script.txt
Removed:
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/lib/org.apache.felix.ipojo.junit4osgi-0.8.0-SNAPSHOT.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/task/bnd-0.0.223.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo.junit4osgi-0.8.0-SNAPSHOT.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.osgi.core-1.1.0-SNAPSHOT.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/task/bnd-0.0.223.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.bundlerepository-1.0.3.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell-1.0.1.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell.tui-1.0.1.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo/
Modified:
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/   (props changed)
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/build.xml
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/build.xml
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/src/junit/example/SimpleTestCase.java
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bin/felix.jar
    felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/conf/config.properties

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Oct 22 00:09:56 2008
@@ -0,0 +1 @@
+dist

Modified: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/build.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/build.xml?rev=706876&r1=706875&r2=706876&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/build.xml (original)
+++ felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/build.xml Wed Oct 22 00:09:56 2008
@@ -8,21 +8,23 @@
 	<property name="output.dir" value="output"/>
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
-		      classpath="task/bnd-0.0.223.jar"/>
+		      classpath="task/bnd-0.0.249.jar"/>
 
-	<target name="clean">
+	<target name="clean">
 		<delete dir="${build.dir}"/>
 		<delete dir="${output.dir}"/>
 	</target>
 
-	<target name="compile">
+	<target name="compile">
+
 		<mkdir dir="${output.dir}"/>
 		<mkdir dir="${build.dir}"/>
 
 		<javac   srcdir="${src.dir}"
 		         destdir="${build.dir}"
-		         debug="on"
-				 classpath="lib/org.apache.felix.ipojo.junit4osgi-0.8.0-SNAPSHOT.jar"
+		         debug="on"
+
+				 classpath="lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar"
 		  />
 	</target>
 

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/task/bnd-0.0.249.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/task/bnd-0.0.249.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-Example/task/bnd-0.0.249.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/build.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/build.xml?rev=706876&r1=706875&r2=706876&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/build.xml (original)
+++ felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/build.xml Wed Oct 22 00:09:56 2008
@@ -8,24 +8,32 @@
 	<property name="output.dir" value="output"/>
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
-		      classpath="task/bnd-0.0.223.jar"/>
+		      classpath="task/bnd-0.0.249.jar"/>
+
+	<target name="clean">
 
-	<target name="clean">
 		<delete dir="${build.dir}"/>
 		<delete dir="${output.dir}"/>
 	</target>
 
-	<target name="compile">
+	<target name="compile">
+
 		<mkdir dir="${output.dir}"/>
 		<mkdir dir="${build.dir}"/>
 
 		<javac   srcdir="${src.dir}"
 		         destdir="${build.dir}"
-		         debug="on" >
-		 	  <classpath>
-		        <pathelement location="lib/org.apache.felix.ipojo.junit4osgi-0.8.0-SNAPSHOT.jar"/>
-		 		<pathelement location="lib/org.osgi.core-1.1.0-SNAPSHOT.jar"/>
-		      </classpath>
+		         debug="on" >
+
+		 	  <classpath>
+
+		        <pathelement location="lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar"/>
+
+		 		<pathelement location="lib/org.osgi.core-1.2.0.jar"/>
+				<pathelement location="lib/org.apache.felix.ipojo-1.0.0.jar"/>
+
+		      </classpath>
+
 		</javac>
 	</target>
 

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo-1.0.0.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo-1.0.0.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.osgi.core-1.2.0.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.osgi.core-1.2.0.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/lib/org.osgi.core-1.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/src/junit/example/SimpleTestCase.java
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/src/junit/example/SimpleTestCase.java?rev=706876&r1=706875&r2=706876&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/src/junit/example/SimpleTestCase.java (original)
+++ felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/src/junit/example/SimpleTestCase.java Wed Oct 22 00:09:56 2008
@@ -12,6 +12,11 @@
         assertNotNull("Assert Availability", ref);
     }
     
+    public void testHelloAvailability2() {
+        ServiceReference ref = getServiceReference(HelloService.class.getName(), null);
+        assertNotNull("Assert Availability", ref);
+    }
+    
     public void testHelloMessage() {
         ServiceReference ref = context.getServiceReference(HelloService.class.getName());
         assertNotNull("Assert Availability", ref);
@@ -19,7 +24,15 @@
         String message = hs.getHelloMessage();
         assertNotNull("Check the message existence", message);
         assertEquals("Check the message", "hello", message);
-    }   
-
+    }
+    
+    public void testHelloMessage2() {
+    	assertTrue("Check availability of the service", 
+    	    isServiceAvailable(HelloService.class.getName()));
+        HelloService hs = (HelloService) getServiceObject(HelloService.class.getName(), null);
+        String message = hs.getHelloMessage();
+        assertNotNull("Check the message existence", message);
+        assertEquals("Check the message", "hello", message);
+    }
 }
 

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/task/bnd-0.0.249.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/task/bnd-0.0.249.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/Junit-OSGi-Example/task/bnd-0.0.249.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/build.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/build.xml?rev=706876&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/build.xml (added)
+++ felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/build.xml Wed Oct 22 00:09:56 2008
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+
+<project name="junit4osgi" default="package" basedir=".">
+
+	<target name="package">
+		<ant dir="junit-example"/>
+		<ant dir="junit-osgi-example"/>
+	</target>
+
+	<target name="clean">
+		<ant dir="junit-example" target="clean"/>
+		<ant dir="junit-osgi-example" target="clean"/>
+		
+		<!-- clean Felix cache -->
+		<delete dir="felix/cache"/>
+	</target>
+
+	<target name="dist" depends="clean">
+		<delete dir="dist"/>
+		<mkdir dir="dist"/>
+		<zip destfile="dist/junit4osgi-tutorial.zip">
+			<fileset dir=".">
+				<exclude name="dist/"/>
+				<exclude name=".*"/>
+				<exclude name="*/_*"/>
+				<exclude name="bin/"/>
+			</fileset>
+		</zip>
+	</target>
+
+</project>

Modified: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bin/felix.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bin/felix.jar?rev=706876&r1=706875&r2=706876&view=diff
==============================================================================
Binary files - no diff available.

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.bundlerepository-1.2.0.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.bundlerepository-1.2.0.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.bundlerepository-1.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell-1.0.2.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell-1.0.2.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell-1.0.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell.tui-1.0.2.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell.tui-1.0.2.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/bundle/org.apache.felix.shell.tui-1.0.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/conf/config.properties
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/conf/config.properties?rev=706876&r1=706875&r2=706876&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/conf/config.properties (original)
+++ felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/conf/config.properties Wed Oct 22 00:09:56 2008
@@ -18,25 +18,25 @@
 #
 # Framework config properties.
 #
-org.osgi.framework.system.packages=org.osgi.framework; version=1.3.0, \
+org.osgi.framework.system.packages=org.osgi.framework; version=1.4.0, \
  org.osgi.service.packageadmin; version=1.2.0, \
- org.osgi.service.startlevel; version=1.0.0, \
+ org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
- org.osgi.util.tracker; version=1.3.2 \
+ org.osgi.util.tracker; version=1.3.3 \
  ${jre-${java.specification.version}}
 
 #org.osgi.framework.bootdelegation=sun.*,com.sun.*
 felix.cache.profile=tests
 felix.cache.dir=cache
 felix.auto.start.1= \
- file:bundle/org.apache.felix.shell-1.0.1.jar \
- file:bundle/org.apache.felix.shell.tui-1.0.1.jar \
- file:bundle/org.apache.felix.bundlerepository-1.0.3.jar \
- file:ipojo/org.apache.felix.ipojo-0.8.0-SNAPSHOT.jar \
- file:ipojo/org.apache.felix.ipojo.handler.extender.pattern-0.8.0-SNAPSHOT.jar \
- file:ipojo/org.apache.felix.ipojo.junit4osgi-0.8.0-SNAPSHOT.jar \
- file:ipojo/org.apache.felix.ipojo.junit4osgi.felix-command-0.8.0-SNAPSHOT.jar
-felix.log.level=4
+ file:bundle/org.apache.felix.shell-1.0.2.jar \
+ file:bundle/org.apache.felix.shell.tui-1.0.2.jar \
+ file:bundle/org.apache.felix.bundlerepository-1.2.0.jar \
+ file:ipojo-bundles/org.apache.felix.ipojo-1.0.0.jar \
+ file:ipojo-bundles/org.apache.felix.ipojo.handler.extender-1.0.0.jar \
+ file:ipojo-bundles/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar \
+ file:ipojo-bundles/org.apache.felix.ipojo.junit4osgi.felix-command-0.9.0-SNAPSHOT.jar
+felix.log.level=1
 felix.startlevel.framework=1
 felix.startlevel.bundle=1
 #felix.service.urlhandlers=false
@@ -46,7 +46,7 @@
 #
 org.osgi.service.http.port=8080
 osgi.shell.telnet=on
-#obr.repository.url=http://bundles.osgi.org/obr/browse?_xml=1&cmd=repository
+obr.repository.url=http://felix.apache.org/obr/releases.xml
 
 
 #

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo-1.0.0.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo-1.0.0.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.handler.extender-1.0.0.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.handler.extender-1.0.0.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.handler.extender-1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.felix-command-0.9.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.felix-command-0.9.0-SNAPSHOT.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.felix-command-0.9.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.immediate-runner-0.9.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.immediate-runner-0.9.0-SNAPSHOT.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.immediate-runner-0.9.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.swing-gui-0.9.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.swing-gui-0.9.0-SNAPSHOT.jar?rev=706876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/ipojo-bundles/org.apache.felix.ipojo.junit4osgi.swing-gui-0.9.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/script.txt
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/script.txt?rev=706876&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/script.txt (added)
+++ felix/sandbox/clement/ipojo-tutorials/junit4osgi.tutorial/felix/script.txt Wed Oct 22 00:09:56 2008
@@ -0,0 +1,2 @@
+start file:../junit-example/output/Junit-Example.jar
+start file:../junit-osgi-example/output/Junit-OSGi-Example.jar
\ No newline at end of file