Added the 'classpath/classpathref' to the 10 minutes turorial. (FELIX-4509)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1592776 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml
index e4497c9..ee9de08 100644
--- a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml
+++ b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml
@@ -68,6 +68,7 @@
 		
 		<ipojo
 				input="${output.dir}/${ant.project.name}.jar"
+                classpathref="classpath"
 		/>
 	</target>
 
diff --git a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml
index 6b7bd32..490e380 100644
--- a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml
+++ b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml
@@ -68,6 +68,7 @@
 		
 		<ipojo
 				input="${output.dir}/${ant.project.name}.jar"
+                classpathref="classpath"
 		/>
 	</target>
 
diff --git a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml
index 1015805..83160e1 100644
--- a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml
+++ b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml
@@ -68,6 +68,7 @@
 		
 		<ipojo
 				input="${output.dir}/${ant.project.name}.jar"
+                classpathref="classpath"
 		/>
 	</target>
 
diff --git a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml
index e9b2f84..82ab8f43 100644
--- a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml
+++ b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml
@@ -68,6 +68,7 @@
 		
 		<ipojo
 				input="${output.dir}/${ant.project.name}.jar"
+                classpathref="classpath"
 		/>
 	</target>
 
diff --git a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml
index 50810dc..76fc789 100644
--- a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml
+++ b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml
@@ -68,6 +68,7 @@
 		
 		<ipojo
 				input="${output.dir}/${ant.project.name}.jar"
+                classpathref="classpath"
 		/>
 	</target>
 
diff --git a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml
index 9bd28b1..1c9dae6 100644
--- a/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml
+++ b/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml
@@ -68,6 +68,7 @@
 		
 		<ipojo
 				input="${output.dir}/${ant.project.name}.jar"
+                classpathref="classpath"
 		/>
 	</target>