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 2014/05/12 13:43:05 UTC

svn commit: r1593933 - in /felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main: skeleton/spell.checker.gui/ skeleton/spell.checker/ skeleton/spell.english/ solution/spell.checker.gui/ solution/spell.checker/ solution/spell.english/

Author: clement
Date: Mon May 12 11:43:04 2014
New Revision: 1593933

URL: http://svn.apache.org/r1593933
Log:
Change the manipulator version in the 10 minute tutorial - also change it in the build.xml files

Modified:
    felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml
    felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml
    felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml
    felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml
    felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml
    felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml

Modified: felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml?rev=1593933&r1=1593932&r2=1593933&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml (original)
+++ felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker.gui/build.xml Mon May 12 11:43:04 2014
@@ -28,7 +28,7 @@
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
 		      classpath="../tasks/bnd-${bnd.version}.jar"/>
-	<taskdef name="ipojo" classpath="../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar"
+	<taskdef name="ipojo" classpath="../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar"
 		classname="org.apache.felix.ipojo.task.IPojoTask"/>
 	
 	<target name="clean">
@@ -39,7 +39,7 @@
 	
 	<target name="buildclasspath">
 		<copy file="../spell.services/output/spell.services.jar" todir="${lib.dir}"/>
-        <copy file="../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar" todir="${lib.dir}"/>
+        <copy file="../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar" todir="${lib.dir}"/>
 	</target>
 
     <path id="classpath">

Modified: felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml?rev=1593933&r1=1593932&r2=1593933&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml (original)
+++ felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.checker/build.xml Mon May 12 11:43:04 2014
@@ -28,7 +28,7 @@
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
 		      classpath="../tasks/bnd-${bnd.version}.jar"/>
-	<taskdef name="ipojo" classpath="../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar"
+	<taskdef name="ipojo" classpath="../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar"
 		classname="org.apache.felix.ipojo.task.IPojoTask"/>
 	
 	<target name="clean">
@@ -39,7 +39,7 @@
 	
 	<target name="buildclasspath">
 		<copy file="../spell.services/output/spell.services.jar" todir="${lib.dir}"/>
-        <copy file="../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar" todir="${lib.dir}"/>
+        <copy file="../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar" todir="${lib.dir}"/>
 	</target>
 
     <path id="classpath">

Modified: felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml?rev=1593933&r1=1593932&r2=1593933&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml (original)
+++ felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/skeleton/spell.english/build.xml Mon May 12 11:43:04 2014
@@ -28,7 +28,7 @@
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
 		      classpath="../tasks/bnd-${bnd.version}.jar"/>
-	<taskdef name="ipojo" classpath="../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar"
+	<taskdef name="ipojo" classpath="../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar"
 		classname="org.apache.felix.ipojo.task.IPojoTask"/>
 	
 	<target name="clean">
@@ -39,7 +39,7 @@
 	
 	<target name="buildclasspath">
 		<copy file="../spell.services/output/spell.services.jar" todir="${lib.dir}"/>
-        <copy file="../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar" todir="${lib.dir}"/>
+        <copy file="../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar" todir="${lib.dir}"/>
 	</target>
 
     <path id="classpath">

Modified: felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml?rev=1593933&r1=1593932&r2=1593933&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml (original)
+++ felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker.gui/build.xml Mon May 12 11:43:04 2014
@@ -28,7 +28,7 @@
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
 		      classpath="../../tasks/bnd-${bnd.version}.jar"/>
-	<taskdef name="ipojo" classpath="../../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar"
+	<taskdef name="ipojo" classpath="../../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar"
 		classname="org.apache.felix.ipojo.task.IPojoTask"/>
 	
 	<target name="clean">
@@ -39,7 +39,7 @@
 	
 	<target name="buildclasspath">
 		<copy file="../spell.services/output/spell.services.jar" todir="${lib.dir}"/>
-        <copy file="../../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar" todir="${lib.dir}"/>
+        <copy file="../../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar" todir="${lib.dir}"/>
 	</target>
 
     <path id="classpath">

Modified: felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml?rev=1593933&r1=1593932&r2=1593933&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml (original)
+++ felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.checker/build.xml Mon May 12 11:43:04 2014
@@ -28,7 +28,7 @@
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
 		      classpath="../../tasks/bnd-${bnd.version}.jar"/>
-	<taskdef name="ipojo" classpath="../../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar"
+	<taskdef name="ipojo" classpath="../../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar"
 		classname="org.apache.felix.ipojo.task.IPojoTask"/>
 	
 	<target name="clean">
@@ -39,7 +39,7 @@
 	
 	<target name="buildclasspath">
 		<copy file="../spell.services/output/spell.services.jar" todir="${lib.dir}"/>
-        <copy file="../../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar" todir="${lib.dir}"/>
+        <copy file="../../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar" todir="${lib.dir}"/>
 	</target>
 
     <path id="classpath">

Modified: felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml?rev=1593933&r1=1593932&r2=1593933&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml (original)
+++ felix/trunk/ipojo/runtime/distributions/ten-minutes-tutorial/src/main/solution/spell.english/build.xml Mon May 12 11:43:04 2014
@@ -28,7 +28,7 @@
 	
 	<taskdef resource="aQute/bnd/ant/taskdef.properties"
 		      classpath="../../tasks/bnd-${bnd.version}.jar"/>
-	<taskdef name="ipojo" classpath="../../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar"
+	<taskdef name="ipojo" classpath="../../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar"
 		classname="org.apache.felix.ipojo.task.IPojoTask"/>
 	
 	<target name="clean">
@@ -39,7 +39,7 @@
 	
 	<target name="buildclasspath">
 		<copy file="../spell.services/output/spell.services.jar" todir="${lib.dir}"/>
-        <copy file="../../tasks/org.apache.felix.ipojo.ant-${ipojo.ant.version}.jar" todir="${lib.dir}"/>
+        <copy file="../../tasks/org.apache.felix.ipojo.ant-${ipojo.manipulator.version}.jar" todir="${lib.dir}"/>
 	</target>
 
     <path id="classpath">