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 2013/10/12 11:57:48 UTC

svn commit: r1531524 - in /felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo: apache-felix-ipojo-devguide/ apache-felix-ipojo-gettingstarted/ apache-felix-ipojo-tools/ apache-felix-ipojo-userguide/

Author: clement
Date: Sat Oct 12 09:57:48 2013
New Revision: 1531524

URL: http://svn.apache.org/r1531524
Log:
Use the {{ipojo.release}} macro and remove outdated versions.

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/dive-into-the-ipojo-manipulation-depths.mdtext
    felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
    felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.mdtext
    felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-webconsole-plugin.mdtext
    felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/dive-into-the-ipojo-manipulation-depths.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/dive-into-the-ipojo-manipulation-depths.mdtext?rev=1531524&r1=1531523&r2=1531524&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/dive-into-the-ipojo-manipulation-depths.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/dive-into-the-ipojo-manipulation-depths.mdtext Sat Oct 12 09:57:48 2013
@@ -76,11 +76,6 @@ If you want to see how XML or annotation
 
 ## Extending manipulator
 
-<div class="alert alert-warning">
-This feature is only available in trunk at the moment (version 1.9.0-SNAPSHOT).
-It will be part of the upcoming Manipulator release (version 1.8.8)
-</div>
-
 Annotations are more and more used to provide a simple and elegant programming model. iPOJO had supported generic annotations (`@Component`, `@Handler`, ...) for a long time.
 But supporting your own annotations and bind them to a particular handler in iPOJO was awkward (naming conventions, id and parent resolution, ...).
 

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext?rev=1531524&r1=1531523&r2=1531524&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext Sat Oct 12 09:57:48 2013
@@ -366,7 +366,7 @@ You can check installed bundles by using
        ID   State         Level  Name
     [   0] [Active     ] [    0] System Bundle (2.0.5)
     [   1] [Active     ] [    1] Apache Felix Bundle Repository (1.4.3)
-    [   2] [Active     ] [    1] Apache Felix iPOJO (1.6.0)
+    [   2] [Active     ] [    1] Apache Felix iPOJO ({{ipojo.release}})
     [   3] [Active     ] [    1] Apache Felix iPOJO Arch Command (1.6.0)
     [   4] [Active     ] [    1] Apache Felix Shell Service (1.4.2)
     [   5] [Active     ] [    1] Apache Felix Shell TUI (1.4.1)

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.mdtext?rev=1531524&r1=1531523&r2=1531524&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.mdtext Sat Oct 12 09:57:48 2013
@@ -46,7 +46,7 @@ To use the iPOJO Maven plug-in, edit the
 	          <plugin>
 	                <groupId>org.apache.felix</groupId>
 	                <artifactId>maven-ipojo-plugin</artifactId>
-	                <version>1.8.6</version>
+	                <version>{{ipojo.release}}</version>
 	                <executions>
 	                    <execution>
 	                        <goals>
@@ -113,7 +113,7 @@ You can configure the localization of th
 	<plugin>
 	       <groupId>org.apache.felix</groupId>
 	       <artifactId>maven-ipojo-plugin</artifactId>
-	       <version>1.8.6</version>
+	       <version>{{ipojo.release}}</version>
 	       <executions>
 	              <execution>
 	              <goals>
@@ -139,7 +139,7 @@ The second option allows skipping annota
 	<plugin>
 	       <groupId>org.apache.felix</groupId>
 	       <artifactId>maven-ipojo-plugin</artifactId>
-	       <version>1.8.6</version>
+	       <version>{{ipojo.release}}</version>
 	       <executions>
 	              <execution>
 	              <goals>
@@ -158,7 +158,7 @@ You can also ignore embedded XML-Schemas
 	<plugin>
 	       <groupId>org.apache.felix</groupId>
 	       <artifactId>maven-ipojo-plugin</artifactId>
-	       <version>1.8.6</version>
+	       <version>{{ipojo.release}}</version>
 	       <executions>
 	              <execution>
 	              <goals>
@@ -205,7 +205,7 @@ It is also possible to describe iPOJO co
 	<plugin>
 		    <groupId>org.apache.felix</groupId>
 		    <artifactId>maven-ipojo-plugin</artifactId>
-		    <version>1.8.6</version>
+		    <version>{{ipojo.release}}</version>
 		    <executions>
 	            <execution>
 	            	<goals>

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-webconsole-plugin.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-webconsole-plugin.mdtext?rev=1531524&r1=1531523&r2=1531524&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-webconsole-plugin.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-webconsole-plugin.mdtext Sat Oct 12 09:57:48 2013
@@ -61,7 +61,6 @@ Once launched, you can check the deploye
 	   11|Active     |    1|Apache Felix iPOJO (1.8.6)
 	   12|Active     |    1|Apache Felix iPOJO Annotations (1.8.6)
 	   13|Active     |    1|Apache Felix iPOJO Gogo Command (1.0.1)
-	   14|Active     |    1|iPOJO Metadata (1.6.0)
 	   15|Active     |    1|Apache Felix iPOJO WebConsole Plugins (1.7.0.SNAPSHOT)
 	   16|Active     |    1|Apache Felix Web Management Console (4.0.0)
 	   17|Active     |    1|Apache Felix Web Console Memory Usage Plugin (1.0.2)

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.mdtext?rev=1531524&r1=1531523&r2=1531524&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.mdtext Sat Oct 12 09:57:48 2013
@@ -56,7 +56,7 @@ For Maven, Just declare a dependency on 
             	<dependency>
             		<groupId>org.apache.felix</groupId>
             		<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            		<version>1.8.6</version>
+            		<version>{{ipojo.release}}</version>
             	</dependency>
             </dependencies>
           </plugin>