You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2013/08/02 09:24:35 UTC

svn commit: r1509570 - /felix/site/trunk/content/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-ant-task-use.mdtext

Author: cziegeler
Date: Fri Aug  2 07:24:35 2013
New Revision: 1509570

URL: http://svn.apache.org/r1509570
Log:
FELIX-4102 :  Missing dependencies in scr-ant-task 

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-ant-task-use.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-ant-task-use.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-ant-task-use.mdtext?rev=1509570&r1=1509569&r2=1509570&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-ant-task-use.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-ant-task-use.mdtext Fri Aug  2 07:24:35 2013
@@ -9,7 +9,7 @@ The SCR Ant Task is implemented in the `
     
       <taskdef
         resource="scrtask.properties"
-        classpath="org.apache.felix.scr.ant-1.1.4.jar" />
+        classpath="org.apache.felix.scr.ant-1.8.0.jar" />
     
     </project>
 
@@ -127,7 +127,7 @@ The following is very simple example bui
     <project default="scr" basedir=".">
     
       <taskdef resource="scrtask.properties"
-          classpath="org.apache.felix.scr.ant-1.0.0-SNAPSHOT.jar" />
+          classpath="org.apache.felix.scr.ant-1.8.0.jar" />
     
       <target name="init">
         <property name="src" value="src/main/java" />
@@ -139,7 +139,8 @@ The following is very simple example bui
             <include name="org/apache/sling/org.apache.sling.jcr.api/2.0.6/org.apache.sling.jcr.api-2.0.6.jar" />
             <include name="org/apache/felix/org.apache.felix.webconsole/3.0.0/org.apache.felix.webconsole-3.0.0.jar" />
             <include name="javax/servlet/servlet-api/2.4/servlet-api-2.4.jar" />
-            <include name="org/apache/felix/org.apache.felix.scr.annotations/1.4.0/org.apache.felix.scr.annotations-1.4.0.jar" />
+            <include name="org/apache/felix/org.apache.felix.scr.annotations/1.4.0/org.apache.felix.scr.annotations-1.9.6.jar" />
+            <include name="org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar"/>
           </fileset>
         </path>
       </target>